is_duplicated bool 2 classes | xmi stringlengths 506 392k | ids stringlengths 42 388 | model_type stringclasses 1 value | txt stringlengths 3 77k | labels null | graph stringlengths 176 1.29M |
|---|---|---|---|---|---|---|
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bz422811" nsURI="http://www.eclipse.org/emf/texo/test/model/issues/bz422811"
nsPrefix="bz422811">
<eClassifiers xsi:type="ecore:EClass" name="EClassA">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/PSI-Polska/texo/tests/org.eclipse.emf.texo.modelgenerator.test/src/org/eclipse/emf/texo/modelgenerator/test/models/issues/bz422811.ecore | ecore | bz422811
EClassA
name | null | {"directed":true,"nodes":[{"nsPrefix":"bz422811","nsURI":"http://www.eclipse.org/emf/texo/test/model/issues/bz422811","name":"bz422811","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassA","instanceClass":null,"abstract":false,"id":1,"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":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="rental" nsURI="http://com.opcoach.training/rental/1.0" nsPrefix="rental">
<eClassifiers xsi:type="ecore:EClass" name="Customer">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="consistentName"/>
</eAnnotations>
<eOperations name="getDisplayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1"
eType="#//Address" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="licenses" upperBound="-1"
eType="#//License" containment="true" eOpposite="#//License/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1"
eType="#//RentalAgency" eOpposite="#//RentalAgency/customers"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RentalAgency">
<eOperations name="book" eType="#//Rental">
<eParameters name="customer" eType="#//Customer"/>
<eParameters name="rentedObject" eType="#//RentalObject"/>
<eParameters name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eParameters name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eOperations>
<eOperations name="addCustomer">
<eParameters name="customer" eType="#//Customer"/>
</eOperations>
<eOperations name="addObject">
<eParameters name="object" eType="#//RentalObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1"
eType="#//Address" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectsToRent" upperBound="-1"
eType="#//RentalObject" containment="true" eOpposite="#//RentalObject/parentAgency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1"
eType="#//Customer" containment="true" eOpposite="#//Customer/parentAgency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rentals" upperBound="-1"
eType="#//Rental" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Address">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="streetType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zipCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="streetName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StreetType">
<eLiterals name="Street"/>
<eLiterals name="Road" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RentalObject">
<eOperations name="rent" eType="#//Rental">
<eParameters name="customer" eType="#//Customer"/>
</eOperations>
<eOperations name="isAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="picture" eType="#//Image"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1"
eType="#//RentalAgency" eOpposite="#//RentalAgency/objectsToRent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Image" instanceClassName="org.eclipse.swt.graphics.Image"/>
<eClassifiers xsi:type="ecore:EClass" name="License">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validityDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Customer"
eOpposite="#//Customer/licenses"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rental">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="startDateBeforeEndDate"/>
</eAnnotations>
<eOperations name="nbDaysBooked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="nbDaysRented" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customer" lowerBound="1"
eType="#//Customer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rentedObject" eType="#//RentalObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1"
eType="#//RentalAgency"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/closestDistance/2_rental.ecore | ecore | rental
Customer
getDisplayName
firstName
lastName
address
licenses
parentAgency
RentalAgency
book
customer
rentedObject
from
to
addCustomer
customer
addObject
object
name
address
objectsToRent
customers
rentals
Address
streetType
0
number
zipCode
city
streetName
StreetType
Street
Street
Road
Road
RentalObject
rent
customer
isAvailable
ID
name
picture
parentAgency
Image
org.eclipse.swt.graphics.Image
org.eclipse.swt.graphics.Image
License
number
validityDate
owner
Rental
nbDaysBooked
end
start
nbDaysRented
customer
rentedObject
startDate
endDate
parentAgency | null | {"directed":true,"nodes":[{"nsPrefix":"rental","nsURI":"http://com.opcoach.training/rental/1.0","name":"rental","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RentalAgency","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StreetType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RentalObject","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.swt.graphics.Image","defaultValue":null,"instanceClassName":"org.eclipse.swt.graphics.Image","name":"Image","instanceClass":null,"id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rental","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDisplayName","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","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":"lastName","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":true,"unsettable":false,"transient":false,"unique":true,"name":"address","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":"licenses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"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":"parentAgency","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"},{"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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"book","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCustomer","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addObject","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"objectsToRent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rentals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"rentedObject","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"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":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"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":"streetType","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":"number","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zipCode","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"streetName","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"name":"Street","id":59,"value":0,"literal":"Street","eClass":"EEnumLiteral"},{"name":"Road","id":60,"value":1,"literal":"Road","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"rent","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAvailable","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":0,"iD":true,"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":"name","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":"picture","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validityDate","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nbDaysBooked","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"end","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"nbDaysRented","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rentedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","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":"endDate","changeable":true,"lowerBound":0,"iD":false,"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":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":9,"target":15},{"source":9,"target":1},{"source":10,"target":16},{"source":10,"target":1},{"source":11,"target":17},{"source":11,"target":1},{"source":12,"target":3},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":3},{"source":13,"target":7},{"source":13,"target":19},{"source":13,"target":1},{"source":13,"target":20},{"source":19,"target":7},{"source":14,"target":2},{"source":14,"target":21},{"source":14,"target":1},{"source":14,"target":22},{"source":21,"target":2},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":22},{"source":2,"target":29},{"source":23,"target":8},{"source":23,"target":30},{"source":23,"target":2},{"source":23,"target":31},{"source":23,"target":32},{"source":23,"target":33},{"source":23,"target":34},{"source":30,"target":8},{"source":31,"target":1},{"source":31,"target":35},{"source":31,"target":23},{"source":35,"target":1},{"source":32,"target":5},{"source":32,"target":36},{"source":32,"target":23},{"source":36,"target":5},{"source":33,"target":37},{"source":33,"target":23},{"source":34,"target":38},{"source":34,"target":23},{"source":24,"target":2},{"source":24,"target":39},{"source":39,"target":1},{"source":39,"target":40},{"source":39,"target":24},{"source":40,"target":1},{"source":25,"target":2},{"source":25,"target":41},{"source":41,"target":5},{"source":41,"target":42},{"source":41,"target":25},{"source":42,"target":5},{"source":26,"target":43},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":44},{"source":27,"target":2},{"source":44,"target":3},{"source":28,"target":5},{"source":28,"target":45},{"source":28,"target":2},{"source":28,"target":46},{"source":45,"target":5},{"source":22,"target":1},{"source":22,"target":47},{"source":22,"target":2},{"source":22,"target":14},{"source":47,"target":1},{"source":29,"target":8},{"source":29,"target":48},{"source":29,"target":2},{"source":48,"target":8},{"source":3,"target":0},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":49,"target":54},{"source":49,"target":3},{"source":50,"target":55},{"source":50,"target":3},{"source":51,"target":56},{"source":51,"target":3},{"source":52,"target":57},{"source":52,"target":3},{"source":53,"target":58},{"source":53,"target":3},{"source":4,"target":0},{"source":4,"target":59},{"source":4,"target":60},{"source":59,"target":4},{"source":60,"target":4},{"source":5,"target":0},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":46},{"source":61,"target":8},{"source":61,"target":66},{"source":61,"target":5},{"source":61,"target":67},{"source":66,"target":8},{"source":67,"target":1},{"source":67,"target":68},{"source":67,"target":61},{"source":68,"target":1},{"source":62,"target":69},{"source":62,"target":5},{"source":63,"target":70},{"source":63,"target":5},{"source":64,"target":71},{"source":64,"target":5},{"source":65,"target":6},{"source":65,"target":72},{"source":65,"target":5},{"source":72,"target":6},{"source":46,"target":2},{"source":46,"target":73},{"source":46,"target":5},{"source":46,"target":28},{"source":73,"target":2},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":20},{"source":74,"target":76},{"source":74,"target":7},{"source":75,"target":77},{"source":75,"target":7},{"source":20,"target":1},{"source":20,"target":78},{"source":20,"target":7},{"source":20,"target":13},{"source":78,"target":1},{"source":8,"target":0},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":8,"target":87},{"source":79,"target":88},{"source":79,"target":8},{"source":80,"target":89},{"source":80,"target":8},{"source":81,"target":90},{"source":81,"target":8},{"source":82,"target":91},{"source":82,"target":8},{"source":83,"target":1},{"source":83,"target":92},{"source":83,"target":8},{"source":92,"target":1},{"source":84,"target":5},{"source":84,"target":93},{"source":84,"target":8},{"source":93,"target":5},{"source":85,"target":94},{"source":85,"target":8},{"source":86,"target":95},{"source":86,"target":8},{"source":87,"target":2},{"source":87,"target":96},{"source":87,"target":8},{"source":96,"target":2}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bz352285"
nsURI="http://www.eclipse.org/emf/texo/test/model/issues/bz352285" nsPrefix="bz352285">
<eClassifiers xsi:type="ecore:EClass" name="Abstract">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/PSI-Polska/texo/tests/org.eclipse.emf.texo.modelgenerator.test/src/org/eclipse/emf/texo/modelgenerator/test/models/issues/bz352285.ecore | ecore | bz352285
Abstract
name | null | {"directed":true,"nodes":[{"nsPrefix":"bz352285","nsURI":"http://www.eclipse.org/emf/texo/test/model/issues/bz352285","name":"bz352285","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":false,"id":1,"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":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cloud" nsURI="http://cloud/1.0" nsPrefix="it.polimi.modaclouds.resourcemodel.cloud">
<eClassifiers xsi:type="ecore:EClass" name="Provider" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CloudProvider" eSuperTypes="#//Provider">
<eStructuralFeatures xsi:type="ecore:EReference" name="providesCloudService" lowerBound="1"
upperBound="-1" eType="#//CloudService"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CloudService" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSLA" upperBound="-1"
eType="#//ServiceLevelAgreementTemplate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasScalingPolicy" upperBound="-1"
eType="#//ScalingPolicy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationServiceProvider" eSuperTypes="#//Provider">
<eStructuralFeatures xsi:type="ecore:EReference" name="providesCloudSoftware"
lowerBound="1" upperBound="-1" eType="#//CloudSoftware"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CostProfile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1"
upperBound="-1" eType="#//Cost" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedToCloudElement"
lowerBound="1" eType="#//CloudElement" eOpposite="#//CloudElement/hasCostProfile"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceLevelAgreementTemplate">
<eStructuralFeatures xsi:type="ecore:EReference" name="definedBy" lowerBound="1"
upperBound="-1" eType="#//Requirement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Requirement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScalingPolicy">
<eStructuralFeatures xsi:type="ecore:EReference" name="definedOn" lowerBound="1"
upperBound="-1" eType="#//ResourcePool"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" lowerBound="1"
eType="#//ScalingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1"
upperBound="-1" eType="#//ScalingRule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourcePool">
<eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1"
upperBound="-1" eType="#//Compute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasAllocationProfile" lowerBound="1"
eType="#//AllocationProfile" eOpposite="#//AllocationProfile/relatedToResourcePool"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IaaS_Service" eSuperTypes="#//CloudService">
<eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1"
upperBound="-1" eType="#//CloudResource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PaaS_Service" eSuperTypes="#//CloudService">
<eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1"
upperBound="-1" eType="#//CloudPlatform" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SaaS_Service" eSuperTypes="#//CloudService">
<eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1"
upperBound="-1" eType="#//CloudSoftware" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CloudResource" abstract="true" eSuperTypes="#//CloudElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="inLocation" eType="#//Location"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" upperBound="-1" eType="#//Link"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" upperBound="-1"
eType="#//VirtualHWResource" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceType" lowerBound="1"
eType="#//CloudResourceType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CloudPlatform" abstract="true" eSuperTypes="#//CloudElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="runsOnCloudResource" upperBound="-1"
eType="#//CloudResource"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="platformType" lowerBound="1"
eType="#//CloudPlatformType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="technology" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="runsOnResourcePool" upperBound="-1"
eType="#//ResourcePool"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//CloudPlatformProperty" eOpposite="#//CloudPlatformProperty/platform"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CloudSoftware" eSuperTypes="#//CloudElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="deployedOnCloudPlatform"
upperBound="-1" eType="#//CloudPlatform"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="runsOnCloudResource" upperBound="-1"
eType="#//CloudResource"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="softwareType" lowerBound="1"
eType="#//CloudSoftwareType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="runsOnResourcePool" upperBound="-1"
eType="#//ResourcePool"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Backend" eSuperTypes="#//CloudPlatform"/>
<eClassifiers xsi:type="ecore:EClass" name="Middleware" eSuperTypes="#//CloudPlatform"/>
<eClassifiers xsi:type="ecore:EClass" name="Queue" eSuperTypes="#//CloudPlatform"/>
<eClassifiers xsi:type="ecore:EClass" name="Cache" eSuperTypes="#//CloudPlatform"/>
<eClassifiers xsi:type="ecore:EClass" name="Storage" eSuperTypes="#//CloudPlatform"/>
<eClassifiers xsi:type="ecore:EClass" name="Frontend" eSuperTypes="#//CloudPlatform"/>
<eClassifiers xsi:type="ecore:EClass" name="Location" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Location"/>
<eClassifiers xsi:type="ecore:EClass" name="SubRegion" eSuperTypes="#//Location">
<eStructuralFeatures xsi:type="ecore:EReference" name="inRegion" lowerBound="1"
eType="#//Region"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualArea" eSuperTypes="#//SubRegion"/>
<eClassifiers xsi:type="ecore:EClass" name="REST_Software" eSuperTypes="#//CloudSoftware"/>
<eClassifiers xsi:type="ecore:EClass" name="SOAP_Software" eSuperTypes="#//CloudSoftware"/>
<eClassifiers xsi:type="ecore:EClass" name="Link">
<eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//CloudResource"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="latency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="throughput" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reverseLinkToB" lowerBound="1"
eType="#//CloudElement" eOpposite="#//CloudElement/CloudElementB"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reverseLinkToA" lowerBound="1"
eType="#//CloudElement" eOpposite="#//CloudElement/CloudElementA"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AllocationProfile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1"
upperBound="-1" eType="#//Allocation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedToResourcePool"
lowerBound="1" eType="#//ResourcePool" eOpposite="#//ResourcePool/hasAllocationProfile"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualHWResource" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="has" upperBound="-1" eType="#//EfficiencyProfile"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//VirtualHWResourceType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processingRate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfReplicas" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="V_CPU" eSuperTypes="#//VirtualHWResource"/>
<eClassifiers xsi:type="ecore:EClass" name="V_Memory" eSuperTypes="#//VirtualHWResource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="V_Storage" eSuperTypes="#//VirtualHWResource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EfficiencyProfile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="efficiency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Compute" eSuperTypes="#//CloudResource">
<eStructuralFeatures xsi:type="ecore:EReference" name="usesCloudStorage" upperBound="-1"
eType="#//CloudStorage"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="OS" eType="#//OSType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cpu" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ram" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="disk_size" 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="domain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CloudStorage" abstract="true" eSuperTypes="#//CloudResource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="storageType" lowerBound="1"
eType="#//CloudStorageType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Database" abstract="true" eSuperTypes="#//CloudPlatform">
<eStructuralFeatures xsi:type="ecore:EReference" name="usesCloudStorage" upperBound="-1"
eType="#//CloudStorage"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DBType" lowerBound="1"
eType="#//DatabaseType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationalDB" eSuperTypes="#//Database"/>
<eClassifiers xsi:type="ecore:EClass" name="NoSQL_DB" eSuperTypes="#//Database"/>
<eClassifiers xsi:type="ecore:EClass" name="FilesystemStorage" eSuperTypes="#//CloudStorage"/>
<eClassifiers xsi:type="ecore:EClass" name="BlobStorage" eSuperTypes="#//CloudStorage"/>
<eClassifiers xsi:type="ecore:EEnum" name="VirtualHWResourceType">
<eLiterals name="cpu"/>
<eLiterals name="memory" value="1"/>
<eLiterals name="storage" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CloudResourceType">
<eLiterals name="compute"/>
<eLiterals name="cloudstorage" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CloudPlatformType">
<eLiterals name="frontend"/>
<eLiterals name="middleware" value="1"/>
<eLiterals name="backend" value="2"/>
<eLiterals name="database" value="3"/>
<eLiterals name="storage" value="4" literal="storage"/>
<eLiterals name="queue" value="5" literal="queue"/>
<eLiterals name="cache" value="6" literal="cache"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DatabaseType">
<eLiterals name="relational" value="1"/>
<eLiterals name="nosql"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CloudStorageType">
<eLiterals name="blobstorage"/>
<eLiterals name="filesystem" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OSType">
<eLiterals name="linux"/>
<eLiterals name="windows" value="1"/>
<eLiterals name="mac" value="2"/>
<eLiterals name="undefined" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cost">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" lowerBound="1" eType="#//CostUnitType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedToCloudElement"
lowerBound="1" eType="#//CloudElement" eOpposite="#//CloudElement/hasCost"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definedOn" eType="#//VirtualHWResource"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="region" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FreeQuota">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" lowerBound="1" eType="#//CostUnitType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedToCloudElement"
lowerBound="1" eType="#//CloudElement" eOpposite="#//CloudElement/hasFreeQuota"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definedOn" eType="#//VirtualHWResource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CloudElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore: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="#//CloudElementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="CloudElementA" upperBound="-1"
eType="#//Link" eOpposite="#//Link/reverseLinkToA"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="CloudElementB" upperBound="-1"
eType="#//Link" eOpposite="#//Link/reverseLinkToB"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasCostProfile" eType="#//CostProfile"
eOpposite="#//CostProfile/associatedToCloudElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasCost" upperBound="-1"
eType="#//Cost" eOpposite="#//Cost/associatedToCloudElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasFreeQuota" upperBound="-1"
eType="#//FreeQuota" eOpposite="#//FreeQuota/associatedToCloudElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScalingRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metric" lowerBound="1"
eType="#//ScalingMetricType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//ScalingOperatorType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CostUnitType">
<eLiterals name="per_hour"/>
<eLiterals name="per_GBmonth" value="1"/>
<eLiterals name="per_million_I_O" value="2"/>
<eLiterals name="per_1year" value="3" literal="per_1year"/>
<eLiterals name="per_3year" value="4" literal="per_3year"/>
<eLiterals name="per_3year_hour" value="5" literal="per_3year_hour"/>
<eLiterals name="per_GBout" value="6" literal="per_GBout"/>
<eLiterals name="per_GBmonth_consumed" value="7" literal="per_GBmonth_consumed"/>
<eLiterals name="per_GB_consumed" value="8" literal="per_GB_consumed"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ScalingMetricType">
<eLiterals name="CPU_utilization"/>
<eLiterals name="TrafficLoad" value="1"/>
<eLiterals name="Memory" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ScalingOperatorType">
<eLiterals name="GreaterThan"/>
<eLiterals name="LowerThan" value="1"/>
<eLiterals name="GreaterOrEquals" value="2"/>
<eLiterals name="LowerOrEquals" value="3"/>
<eLiterals name="EqualsTo" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CloudElementType">
<eLiterals name="platform"/>
<eLiterals name="resource" value="1"/>
<eLiterals name="software" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Allocation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfInstances" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ScalingType">
<eLiterals name="ScaleIN"/>
<eLiterals name="ScaleOUT" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CloudSoftwareType">
<eLiterals name="REST"/>
<eLiterals name="SOAP" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CloudPlatformPropertyName">
<eLiterals name="ssdOptimized" literal="ssdOptimized"/>
<eLiterals name="maxConnections" value="1" literal="maxConnections"/>
<eLiterals name="maxRequests" value="2" literal="maxRequests"/>
<eLiterals name="multiAzReplicas" value="3" literal="multiAzReplicas"/>
<eLiterals name="orderPreserving" value="4" literal="orderPreserving"/>
<eLiterals name="replicas" value="5" literal="replicas"/>
<eLiterals name="requestSize" value="6" literal="requestSize"/>
<eLiterals name="delay" value="7" literal="delay"/>
<eLiterals name="storage" value="8" literal="storage"/>
<eLiterals name="multiplyingFactor" value="9" literal="multiplyingFactor"/>
<eLiterals name="maxRollbackHours" value="10" literal="maxRollbackHours"/>
<eLiterals name="maxEntrySize" value="11" literal="maxEntrySize"/>
<eLiterals name="replicasChangeable" value="12" literal="replicasChangeable"/>
<eLiterals name="replicasPayedSingularly" value="13" literal="replicasPayedSingularly"/>
<eLiterals name="dataReplicas" value="14" literal="dataReplicas"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CloudPlatformProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="platform" eType="#//CloudPlatform"
eOpposite="#//CloudPlatform/properties"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//CloudPlatformPropertyName"/>
<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="DICECompute" eSuperTypes="#//Compute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="port_speed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subnet_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Hadoop_Home" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="access_key_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="secret_access_key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="associate_public_ip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ce_certificate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="image_uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="net_uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="server_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key_uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wait_started_interval"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wait_started_timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="private_ip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="user" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="security_groups" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="download_hadoop_URL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derived_from" eType="#//DICE_compute_derived"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="api_uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="customer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SlaveNode" eSuperTypes="#//DICECompute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="slaveType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instances" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contains_worker_chef" lowerBound="1"
eType="#//worker_chef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contains_MySQL" eType="#//MySQL"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasDatanodeDaemon" eType="#//hdfs_datanode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasNodeManagerDaemon" eType="#//yarn_nodeManager"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MasterNode" eSuperTypes="#//DICECompute">
<eStructuralFeatures xsi:type="ecore:EReference" name="contains_config" lowerBound="1"
eType="#//config" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contains_hadoopRunner"
lowerBound="1" eType="#//hadooprunner" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contains_master_chef" lowerBound="1"
eType="#//master_chef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="masterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasHdfsNameNode" eType="#//hdfs_Namenode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasResourceMngDaemon" eType="#//yarn_resourceManager"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MasterNodeFunction">
<eLiterals name="resourceManager"/>
<eLiterals name="nameNode" value="1"/>
<eLiterals name="secondaryNameNode" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SlaveNodeFunction">
<eLiterals name="dataNode" value="4"/>
<eLiterals name="nodeManager"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HMRStorageNode" eSuperTypes="#//FilesystemStorage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileSystem" eType="#//HMRfileSystem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HMRfileSystem">
<eLiterals name="HDFS"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EEnum0"/>
<eClassifiers xsi:type="ecore:EClass" name="NodeComponent">
<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="interfaces" eType="#//interface"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1"
eType="#//relation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derived_from" eType="#//cloudifyComponentNode_type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="relation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="interface">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//interfaceType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="create" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="chef" eSuperTypes="#//NodeComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chef_server_url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="environment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validation_client_name"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="validation_key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="node_name_prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="node_name_suffix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="runlists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="hadooprunner" eSuperTypes="#//NodeComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="config" eSuperTypes="#//NodeComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="config" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="worker_chef" eSuperTypes="#//chef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chef_cook_books" upperBound="-1"
eType="#//slave_recipe"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="master_chef" eSuperTypes="#//chef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chef_cook_books" upperBound="-1"
eType="#//master_recipe"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="master_recipe">
<eLiterals name="apt_default" literal="recipe[apt::default]"/>
<eLiterals name="java_default" value="1" literal="recipe[java::default]"/>
<eLiterals name="hadoop_hadoop_hdfs_namenode" value="2" literal="recipe[hadoop::hadoop_hdfs_namenode]"/>
<eLiterals name="hadoop_hadoop_yarn_resourcemanager" value="3" literal="recipe[hadoop::hadoop_yarn_resourcemanager]"/>
<eLiterals name="hadoop_hadoop_mapreduce_historyserver" value="4" literal="recipe[hadoop::hadoop_mapreduce_historyserver]"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="slave_recipe">
<eLiterals name="apt_default" literal="recipe[apt::default]"/>
<eLiterals name="java_default" value="1" literal="recipe[java::default]"/>
<eLiterals name="hadoop_hadoop_hdfs_datanode" value="2" literal="recipe[hadoop::hadoop_hdfs_datanode]"/>
<eLiterals name="hadoop_hadoop_yarn_nodemanager" value="3" literal="recipe[hadoop::hadoop_yarn_nodemanager]"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="interfaceType">
<eLiterals name="cloudify_interfaces_lifecycle" literal="cloudify.interfaces.lifecycle"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HMR_DDSM">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasMasterNode" lowerBound="1"
eType="#//MasterNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSlaves" lowerBound="1"
upperBound="-1" eType="#//SlaveNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imports" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasRelationships" upperBound="-1"
eType="#//NodeRelationsipComponent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasoutputs" upperBound="-1"
eType="#//output" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasinputs" upperBound="-1"
eType="#//input" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MySQL" eSuperTypes="#//NodeComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="JDBC_DriverClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rootUser" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dbuser" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dbpassword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DB_dbUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldNames" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DICE_compute_derived">
<eLiterals name="cloudify_nodes_compute" literal="cloudify.nodes.compute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="cloudifyComponentNode_type">
<eLiterals name="Cloudify_nodes_root" literal="Cloudify.nodes.root"/>
<eLiterals name="Cloudify_chef_nodes_ApplicationServer" value="1" literal="Cloudify.chef.nodes.ApplicationServer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeRelationsipComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derived_from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSourceInterface" eType="#//SourceInterface"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasTargetInterface" eType="#//TargetInterface"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceInterface">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconfigure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TargetInterface">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconfigure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="relationshipType">
<eLiterals name="cloudify_relationships_contained_in" literal="cloudify.relationships.contained.in"/>
<eLiterals name="cloudify_relationships_connected_to" value="1" literal="cloudify.relationships.connected.to"/>
<eLiterals name="cloudify_relationships_depend_on" value="2" literal="cloudify.relationships.depend.on"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="output">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="input">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="yarn_resourceManager">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shceduler_min_all_mb" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheduler_min_all_mb" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheduler_min_all_vcores"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheduler_max_all_vcores"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceManager_url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="yarn_nodeManager">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceManagerUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeManager_cpu_Vcores"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeManager_Memory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeManager_aux_services"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="hdfs_datanode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dfs_datanode_dir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="hdfs_Namenode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fs_defaultFS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MicheleGuerriero/DICE/DiceModelingProject/model/DDSM-HMR/ddsm.hadoop.ecore | ecore | cloud
Provider
id
name
CloudProvider
providesCloudService
CloudService
hasSLA
hasScalingPolicy
id
name
ApplicationServiceProvider
providesCloudSoftware
CostProfile
id
description
composedOf
associatedToCloudElement
ServiceLevelAgreementTemplate
definedBy
id
name
Requirement
id
name
description
ScalingPolicy
definedOn
id
name
action
composedOf
ResourcePool
composedOf
id
name
hasAllocationProfile
IaaS_Service
composedOf
PaaS_Service
composedOf
SaaS_Service
composedOf
CloudResource
inLocation
from
composedOf
resourceType
CloudPlatform
runsOnCloudResource
platformType
language
technology
runsOnResourcePool
properties
CloudSoftware
deployedOnCloudPlatform
runsOnCloudResource
softwareType
runsOnResourcePool
Backend
Middleware
Queue
Cache
Storage
Frontend
Location
id
name
Region
SubRegion
inRegion
VirtualArea
REST_Software
SOAP_Software
Link
to
id
name
latency
throughput
cost
reverseLinkToB
reverseLinkToA
AllocationProfile
id
description
composedOf
relatedToResourcePool
VirtualHWResource
has
id
type
processingRate
numberOfReplicas
V_CPU
V_Memory
size
V_Storage
size
EfficiencyProfile
id
period
efficiency
Compute
usesCloudStorage
OS
cpu
ram
disk_size
location
domain
CloudStorage
storageType
Database
usesCloudStorage
DBType
RelationalDB
NoSQL_DB
FilesystemStorage
BlobStorage
VirtualHWResourceType
cpu
cpu
memory
memory
storage
storage
CloudResourceType
compute
compute
cloudstorage
cloudstorage
CloudPlatformType
frontend
frontend
middleware
middleware
backend
backend
database
database
storage
storage
queue
queue
cache
cache
DatabaseType
relational
relational
nosql
nosql
CloudStorageType
blobstorage
blobstorage
filesystem
filesystem
OSType
linux
linux
windows
windows
mac
mac
undefined
undefined
Cost
id
description
value
unit
period
associatedToCloudElement
definedOn
lowerBound
upperBound
region
FreeQuota
id
unit
amount
associatedToCloudElement
definedOn
CloudElement
id
name
type
CloudElementA
CloudElementB
hasCostProfile
hasCost
hasFreeQuota
ScalingRule
id
metric
value
operator
CostUnitType
per_hour
per_hour
per_GBmonth
per_GBmonth
per_million_I_O
per_million_I_O
per_1year
per_1year
per_3year
per_3year
per_3year_hour
per_3year_hour
per_GBout
per_GBout
per_GBmonth_consumed
per_GBmonth_consumed
per_GB_consumed
per_GB_consumed
ScalingMetricType
CPU_utilization
CPU_utilization
TrafficLoad
TrafficLoad
Memory
Memory
ScalingOperatorType
GreaterThan
GreaterThan
LowerThan
LowerThan
GreaterOrEquals
GreaterOrEquals
LowerOrEquals
LowerOrEquals
EqualsTo
EqualsTo
CloudElementType
platform
platform
resource
resource
software
software
Allocation
id
period
numberOfInstances
ScalingType
ScaleIN
ScaleIN
ScaleOUT
ScaleOUT
CloudSoftwareType
REST
REST
SOAP
SOAP
CloudPlatformPropertyName
ssdOptimized
ssdOptimized
maxConnections
maxConnections
maxRequests
maxRequests
multiAzReplicas
multiAzReplicas
orderPreserving
orderPreserving
replicas
replicas
requestSize
requestSize
delay
delay
storage
storage
multiplyingFactor
multiplyingFactor
maxRollbackHours
maxRollbackHours
maxEntrySize
maxEntrySize
replicasChangeable
replicasChangeable
replicasPayedSingularly
replicasPayedSingularly
dataReplicas
dataReplicas
CloudPlatformProperty
platform
name
value
DICECompute
port_speed
subnet_id
Hadoop_Home
access_key_id
secret_access_key
associate_public_ip
port
url
ce_certificate
image_uuid
net_uuid
server_type
key_uuid
wait_started_interval
wait_started_timeout
private_ip
user
security_groups
download_hadoop_URL
derived_from
api_uuid
password
customer
SlaveNode
slaveType
instances
contains_worker_chef
contains_MySQL
hasDatanodeDaemon
hasNodeManagerDaemon
MasterNode
contains_config
contains_hadoopRunner
contains_master_chef
masterType
hasHdfsNameNode
hasResourceMngDaemon
MasterNodeFunction
resourceManager
resourceManager
nameNode
nameNode
secondaryNameNode
secondaryNameNode
SlaveNodeFunction
dataNode
dataNode
nodeManager
nodeManager
HMRStorageNode
fileSystem
HMRfileSystem
HDFS
HDFS
EEnum0
NodeComponent
name
type
interfaces
relationships
derived_from
relation
type
target
interface
type
create
configure
start
chef
version
chef_server_url
environment
validation_client_name
validation_key
node_name_prefix
node_name_suffix
attributes
runlists
hadooprunner
config
config
worker_chef
chef_cook_books
master_chef
chef_cook_books
master_recipe
apt_default
recipe[apt::default]
java_default
recipe[java::default]
hadoop_hadoop_hdfs_namenode
recipe[hadoop::hadoop_hdfs_namenode]
hadoop_hadoop_yarn_resourcemanager
recipe[hadoop::hadoop_yarn_resourcemanager]
hadoop_hadoop_mapreduce_historyserver
recipe[hadoop::hadoop_mapreduce_historyserver]
slave_recipe
apt_default
recipe[apt::default]
java_default
recipe[java::default]
hadoop_hadoop_hdfs_datanode
recipe[hadoop::hadoop_hdfs_datanode]
hadoop_hadoop_yarn_nodemanager
recipe[hadoop::hadoop_yarn_nodemanager]
interfaceType
cloudify_interfaces_lifecycle
cloudify.interfaces.lifecycle
HMR_DDSM
hasMasterNode
hasSlaves
type
imports
hasRelationships
id
hasoutputs
hasinputs
MySQL
JDBC_DriverClass
rootUser
password
dbuser
dbpassword
DB_dbUrl
tableName
fieldNames
DICE_compute_derived
cloudify_nodes_compute
cloudify.nodes.compute
cloudifyComponentNode_type
Cloudify_nodes_root
Cloudify.nodes.root
Cloudify_chef_nodes_ApplicationServer
Cloudify.chef.nodes.ApplicationServer
NodeRelationsipComponent
relationName
derived_from
hasSourceInterface
hasTargetInterface
SourceInterface
type
preconfigure
TargetInterface
type
preconfigure
relationshipType
cloudify_relationships_contained_in
cloudify.relationships.contained.in
cloudify_relationships_connected_to
cloudify.relationships.connected.to
cloudify_relationships_depend_on
cloudify.relationships.depend.on
output
name
value
input
name
value
description
yarn_resourceManager
shceduler_min_all_mb
scheduler_min_all_mb
scheduler_min_all_vcores
scheduler_max_all_vcores
resourceManager_url
yarn_nodeManager
resourceManagerUrl
nodeManager_cpu_Vcores
nodeManager_Memory
nodeManager_aux_services
hdfs_datanode
dfs_datanode_dir
hdfs_Namenode
fs_defaultFS | null | {"directed":true,"nodes":[{"nsPrefix":"it.polimi.modaclouds.resourcemodel.cloud","nsURI":"http://cloud/1.0","name":"cloud","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provider","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudProvider","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudService","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationServiceProvider","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CostProfile","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceLevelAgreementTemplate","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalingPolicy","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourcePool","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IaaS_Service","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaaS_Service","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SaaS_Service","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudResource","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudPlatform","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudSoftware","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Backend","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Middleware","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Queue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cache","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Storage","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Frontend","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":true,"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":"SubRegion","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualArea","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"REST_Software","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAP_Software","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllocationProfile","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualHWResource","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"V_CPU","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"V_Memory","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"V_Storage","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EfficiencyProfile","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compute","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudStorage","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalDB","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoSQL_DB","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilesystemStorage","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlobStorage","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VirtualHWResourceType","instanceClass":null,"id":42,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CloudResourceType","instanceClass":null,"id":43,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CloudPlatformType","instanceClass":null,"id":44,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DatabaseType","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CloudStorageType","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OSType","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cost","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreeQuota","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudElement","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalingRule","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CostUnitType","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScalingMetricType","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScalingOperatorType","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CloudElementType","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocation","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScalingType","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CloudSoftwareType","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CloudPlatformPropertyName","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudPlatformProperty","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DICECompute","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlaveNode","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MasterNode","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MasterNodeFunction","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SlaveNodeFunction","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HMRStorageNode","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HMRfileSystem","instanceClass":null,"id":67,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum0","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeComponent","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"relation","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interface","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"chef","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"hadooprunner","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"config","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"worker_chef","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"master_chef","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"master_recipe","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"slave_recipe","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"interfaceType","instanceClass":null,"id":79,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HMR_DDSM","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MySQL","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DICE_compute_derived","instanceClass":null,"id":82,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"cloudifyComponentNode_type","instanceClass":null,"id":83,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeRelationsipComponent","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceInterface","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetInterface","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"relationshipType","instanceClass":null,"id":87,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"output","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"input","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"yarn_resourceManager","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"yarn_nodeManager","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"hdfs_datanode","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"hdfs_Namenode","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"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":"providesCloudService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSLA","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasScalingPolicy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"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":"providesCloudSoftware","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedToCloudElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasCostProfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"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":"definedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"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":"definedOn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":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":135,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":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":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasAllocationProfile","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedToResourcePool","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inLocation","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":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceType","changeable":true,"lowerBound":1,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runsOnCloudResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"platformType","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"technology","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":false,"unsettable":false,"transient":false,"unique":true,"name":"runsOnResourcePool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"platform","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deployedOnCloudPlatform","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runsOnCloudResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"softwareType","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"runsOnResourcePool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":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":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inRegion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"latency","changeable":true,"lowerBound":0,"iD":false,"id":213,"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":"throughput","changeable":true,"lowerBound":0,"iD":false,"id":214,"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":"cost","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reverseLinkToB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reverseLinkToA","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CloudElementB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CloudElementA","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":229,"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":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":236,"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":237,"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":"processingRate","changeable":true,"lowerBound":1,"iD":false,"id":238,"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":"numberOfReplicas","changeable":true,"lowerBound":1,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"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":"size","changeable":true,"lowerBound":1,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":0,"iD":false,"id":253,"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":"efficiency","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usesCloudStorage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"ordered":true,"upperBound":1,"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":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cpu","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ram","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disk_size","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"storageType","changeable":true,"lowerBound":1,"iD":false,"id":273,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"usesCloudStorage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DBType","changeable":true,"lowerBound":1,"iD":false,"id":277,"derived":false},{"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"},{"name":"cpu","id":285,"value":0,"literal":"cpu","eClass":"EEnumLiteral"},{"name":"memory","id":286,"value":1,"literal":"memory","eClass":"EEnumLiteral"},{"name":"storage","id":287,"value":2,"literal":"storage","eClass":"EEnumLiteral"},{"name":"compute","id":288,"value":0,"literal":"compute","eClass":"EEnumLiteral"},{"name":"cloudstorage","id":289,"value":1,"literal":"cloudstorage","eClass":"EEnumLiteral"},{"name":"frontend","id":290,"value":0,"literal":"frontend","eClass":"EEnumLiteral"},{"name":"middleware","id":291,"value":1,"literal":"middleware","eClass":"EEnumLiteral"},{"name":"backend","id":292,"value":2,"literal":"backend","eClass":"EEnumLiteral"},{"name":"database","id":293,"value":3,"literal":"database","eClass":"EEnumLiteral"},{"name":"storage","id":294,"value":4,"literal":"storage","eClass":"EEnumLiteral"},{"name":"queue","id":295,"value":5,"literal":"queue","eClass":"EEnumLiteral"},{"name":"cache","id":296,"value":6,"literal":"cache","eClass":"EEnumLiteral"},{"name":"relational","id":297,"value":1,"literal":"relational","eClass":"EEnumLiteral"},{"name":"nosql","id":298,"value":0,"literal":"nosql","eClass":"EEnumLiteral"},{"name":"blobstorage","id":299,"value":0,"literal":"blobstorage","eClass":"EEnumLiteral"},{"name":"filesystem","id":300,"value":1,"literal":"filesystem","eClass":"EEnumLiteral"},{"name":"linux","id":301,"value":0,"literal":"linux","eClass":"EEnumLiteral"},{"name":"windows","id":302,"value":1,"literal":"windows","eClass":"EEnumLiteral"},{"name":"mac","id":303,"value":2,"literal":"mac","eClass":"EEnumLiteral"},{"name":"undefined","id":304,"value":3,"literal":"undefined","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":"id","changeable":true,"lowerBound":1,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":306,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":1,"iD":false,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedToCloudElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasCost","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":1,"iD":false,"id":327,"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":"amount","changeable":true,"lowerBound":1,"iD":false,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedToCloudElement","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":false,"unsettable":false,"transient":false,"unique":true,"name":"definedOn","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasFreeQuota","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"id":336,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":337,"derived":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":338,"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":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":348,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metric","changeable":true,"lowerBound":1,"iD":false,"id":349,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":350,"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":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"name":"per_hour","id":356,"value":0,"literal":"per_hour","eClass":"EEnumLiteral"},{"name":"per_GBmonth","id":357,"value":1,"literal":"per_GBmonth","eClass":"EEnumLiteral"},{"name":"per_million_I_O","id":358,"value":2,"literal":"per_million_I_O","eClass":"EEnumLiteral"},{"name":"per_1year","id":359,"value":3,"literal":"per_1year","eClass":"EEnumLiteral"},{"name":"per_3year","id":360,"value":4,"literal":"per_3year","eClass":"EEnumLiteral"},{"name":"per_3year_hour","id":361,"value":5,"literal":"per_3year_hour","eClass":"EEnumLiteral"},{"name":"per_GBout","id":362,"value":6,"literal":"per_GBout","eClass":"EEnumLiteral"},{"name":"per_GBmonth_consumed","id":363,"value":7,"literal":"per_GBmonth_consumed","eClass":"EEnumLiteral"},{"name":"per_GB_consumed","id":364,"value":8,"literal":"per_GB_consumed","eClass":"EEnumLiteral"},{"name":"CPU_utilization","id":365,"value":0,"literal":"CPU_utilization","eClass":"EEnumLiteral"},{"name":"TrafficLoad","id":366,"value":1,"literal":"TrafficLoad","eClass":"EEnumLiteral"},{"name":"Memory","id":367,"value":2,"literal":"Memory","eClass":"EEnumLiteral"},{"name":"GreaterThan","id":368,"value":0,"literal":"GreaterThan","eClass":"EEnumLiteral"},{"name":"LowerThan","id":369,"value":1,"literal":"LowerThan","eClass":"EEnumLiteral"},{"name":"GreaterOrEquals","id":370,"value":2,"literal":"GreaterOrEquals","eClass":"EEnumLiteral"},{"name":"LowerOrEquals","id":371,"value":3,"literal":"LowerOrEquals","eClass":"EEnumLiteral"},{"name":"EqualsTo","id":372,"value":4,"literal":"EqualsTo","eClass":"EEnumLiteral"},{"name":"platform","id":373,"value":0,"literal":"platform","eClass":"EEnumLiteral"},{"name":"resource","id":374,"value":1,"literal":"resource","eClass":"EEnumLiteral"},{"name":"software","id":375,"value":2,"literal":"software","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":"id","changeable":true,"lowerBound":1,"iD":false,"id":376,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":0,"iD":false,"id":377,"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":"numberOfInstances","changeable":true,"lowerBound":1,"iD":false,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"name":"ScaleIN","id":382,"value":0,"literal":"ScaleIN","eClass":"EEnumLiteral"},{"name":"ScaleOUT","id":383,"value":1,"literal":"ScaleOUT","eClass":"EEnumLiteral"},{"name":"REST","id":384,"value":0,"literal":"REST","eClass":"EEnumLiteral"},{"name":"SOAP","id":385,"value":1,"literal":"SOAP","eClass":"EEnumLiteral"},{"name":"ssdOptimized","id":386,"value":0,"literal":"ssdOptimized","eClass":"EEnumLiteral"},{"name":"maxConnections","id":387,"value":1,"literal":"maxConnections","eClass":"EEnumLiteral"},{"name":"maxRequests","id":388,"value":2,"literal":"maxRequests","eClass":"EEnumLiteral"},{"name":"multiAzReplicas","id":389,"value":3,"literal":"multiAzReplicas","eClass":"EEnumLiteral"},{"name":"orderPreserving","id":390,"value":4,"literal":"orderPreserving","eClass":"EEnumLiteral"},{"name":"replicas","id":391,"value":5,"literal":"replicas","eClass":"EEnumLiteral"},{"name":"requestSize","id":392,"value":6,"literal":"requestSize","eClass":"EEnumLiteral"},{"name":"delay","id":393,"value":7,"literal":"delay","eClass":"EEnumLiteral"},{"name":"storage","id":394,"value":8,"literal":"storage","eClass":"EEnumLiteral"},{"name":"multiplyingFactor","id":395,"value":9,"literal":"multiplyingFactor","eClass":"EEnumLiteral"},{"name":"maxRollbackHours","id":396,"value":10,"literal":"maxRollbackHours","eClass":"EEnumLiteral"},{"name":"maxEntrySize","id":397,"value":11,"literal":"maxEntrySize","eClass":"EEnumLiteral"},{"name":"replicasChangeable","id":398,"value":12,"literal":"replicasChangeable","eClass":"EEnumLiteral"},{"name":"replicasPayedSingularly","id":399,"value":13,"literal":"replicasPayedSingularly","eClass":"EEnumLiteral"},{"name":"dataReplicas","id":400,"value":14,"literal":"dataReplicas","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port_speed","changeable":true,"lowerBound":0,"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":"subnet_id","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":"Hadoop_Home","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access_key_id","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"secret_access_key","changeable":true,"lowerBound":0,"iD":false,"id":410,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"associate_public_ip","changeable":true,"lowerBound":0,"iD":false,"id":411,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":412,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":413,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ce_certificate","changeable":true,"lowerBound":0,"iD":false,"id":414,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image_uuid","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"net_uuid","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"server_type","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":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_uuid","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wait_started_interval","changeable":true,"lowerBound":0,"iD":false,"id":419,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wait_started_timeout","changeable":true,"lowerBound":0,"iD":false,"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":"private_ip","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"security_groups","changeable":true,"lowerBound":0,"iD":false,"id":423,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"download_hadoop_URL","changeable":true,"lowerBound":0,"iD":false,"id":424,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived_from","changeable":true,"lowerBound":0,"iD":false,"id":425,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"api_uuid","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":"password","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":"customer","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slaveType","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"lowerBound":0,"iD":false,"id":454,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains_worker_chef","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"contains_MySQL","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasDatanodeDaemon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasNodeManagerDaemon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains_config","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains_hadoopRunner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains_master_chef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":468,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"masterType","changeable":true,"lowerBound":0,"iD":false,"id":469,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasHdfsNameNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResourceMngDaemon","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"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"name":"resourceManager","id":479,"value":0,"literal":"resourceManager","eClass":"EEnumLiteral"},{"name":"nameNode","id":480,"value":1,"literal":"nameNode","eClass":"EEnumLiteral"},{"name":"secondaryNameNode","id":481,"value":2,"literal":"secondaryNameNode","eClass":"EEnumLiteral"},{"name":"dataNode","id":482,"value":4,"literal":"dataNode","eClass":"EEnumLiteral"},{"name":"nodeManager","id":483,"value":0,"literal":"nodeManager","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileSystem","changeable":true,"lowerBound":0,"iD":false,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"name":"HDFS","id":487,"value":0,"literal":"HDFS","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":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":"type","changeable":true,"lowerBound":0,"iD":false,"id":489,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived_from","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"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":498,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"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":502,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"lowerBound":0,"iD":false,"id":503,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configure","changeable":true,"lowerBound":0,"iD":false,"id":504,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"lowerBound":0,"iD":false,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":510,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"chef_server_url","changeable":true,"lowerBound":0,"iD":false,"id":511,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"environment","changeable":true,"lowerBound":0,"iD":false,"id":512,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validation_client_name","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validation_key","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"node_name_prefix","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"node_name_suffix","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":517,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runlists","changeable":true,"lowerBound":0,"iD":false,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"lowerBound":0,"iD":false,"id":530,"derived":false},{"id":531,"eClass":"EGenericType"},{"id":532,"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":"chef_cook_books","changeable":true,"lowerBound":0,"iD":false,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"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":"chef_cook_books","changeable":true,"lowerBound":0,"iD":false,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"name":"apt_default","id":539,"value":0,"literal":"recipe[apt::default]","eClass":"EEnumLiteral"},{"name":"java_default","id":540,"value":1,"literal":"recipe[java::default]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_hdfs_namenode","id":541,"value":2,"literal":"recipe[hadoop::hadoop_hdfs_namenode]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_yarn_resourcemanager","id":542,"value":3,"literal":"recipe[hadoop::hadoop_yarn_resourcemanager]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_mapreduce_historyserver","id":543,"value":4,"literal":"recipe[hadoop::hadoop_mapreduce_historyserver]","eClass":"EEnumLiteral"},{"name":"apt_default","id":544,"value":0,"literal":"recipe[apt::default]","eClass":"EEnumLiteral"},{"name":"java_default","id":545,"value":1,"literal":"recipe[java::default]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_hdfs_datanode","id":546,"value":2,"literal":"recipe[hadoop::hadoop_hdfs_datanode]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_yarn_nodemanager","id":547,"value":3,"literal":"recipe[hadoop::hadoop_yarn_nodemanager]","eClass":"EEnumLiteral"},{"name":"cloudify_interfaces_lifecycle","id":548,"value":0,"literal":"cloudify.interfaces.lifecycle","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":"hasMasterNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":549,"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":"hasSlaves","changeable":true,"resolveProxies":true,"lowerBound":1,"id":550,"derived":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":551,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"lowerBound":0,"iD":false,"id":552,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasRelationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":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":554,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasoutputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasinputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"JDBC_DriverClass","changeable":true,"lowerBound":0,"iD":false,"id":565,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootUser","changeable":true,"lowerBound":0,"iD":false,"id":566,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":567,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbuser","changeable":true,"lowerBound":0,"iD":false,"id":568,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbpassword","changeable":true,"lowerBound":0,"iD":false,"id":569,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DB_dbUrl","changeable":true,"lowerBound":0,"iD":false,"id":570,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tableName","changeable":true,"lowerBound":0,"iD":false,"id":571,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fieldNames","changeable":true,"lowerBound":0,"iD":false,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"name":"cloudify_nodes_compute","id":582,"value":0,"literal":"cloudify.nodes.compute","eClass":"EEnumLiteral"},{"name":"Cloudify_nodes_root","id":583,"value":0,"literal":"Cloudify.nodes.root","eClass":"EEnumLiteral"},{"name":"Cloudify_chef_nodes_ApplicationServer","id":584,"value":1,"literal":"Cloudify.chef.nodes.ApplicationServer","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":"relationName","changeable":true,"lowerBound":0,"iD":false,"id":585,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived_from","changeable":true,"lowerBound":0,"iD":false,"id":586,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasSourceInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":587,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasTargetInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"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":593,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preconfigure","changeable":true,"lowerBound":0,"iD":false,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"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":597,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preconfigure","changeable":true,"lowerBound":0,"iD":false,"id":598,"derived":false},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"name":"cloudify_relationships_contained_in","id":601,"value":0,"literal":"cloudify.relationships.contained.in","eClass":"EEnumLiteral"},{"name":"cloudify_relationships_connected_to","id":602,"value":1,"literal":"cloudify.relationships.connected.to","eClass":"EEnumLiteral"},{"name":"cloudify_relationships_depend_on","id":603,"value":2,"literal":"cloudify.relationships.depend.on","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":604,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":608,"derived":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":609,"derived":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":610,"derived":false},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shceduler_min_all_mb","changeable":true,"lowerBound":0,"iD":false,"id":614,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheduler_min_all_mb","changeable":true,"lowerBound":0,"iD":false,"id":615,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheduler_min_all_vcores","changeable":true,"lowerBound":0,"iD":false,"id":616,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheduler_max_all_vcores","changeable":true,"lowerBound":0,"iD":false,"id":617,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceManager_url","changeable":true,"lowerBound":0,"iD":false,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceManagerUrl","changeable":true,"lowerBound":0,"iD":false,"id":624,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeManager_cpu_Vcores","changeable":true,"lowerBound":0,"iD":false,"id":625,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeManager_Memory","changeable":true,"lowerBound":0,"iD":false,"id":626,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeManager_aux_services","changeable":true,"lowerBound":0,"iD":false,"id":627,"derived":false},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dfs_datanode_dir","changeable":true,"lowerBound":0,"iD":false,"id":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fs_defaultFS","changeable":true,"lowerBound":0,"iD":false,"id":634,"derived":false},{"id":635,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":1,"target":0},{"source":1,"target":94},{"source":1,"target":95},{"source":94,"target":96},{"source":94,"target":1},{"source":95,"target":97},{"source":95,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":98},{"source":2,"target":99},{"source":98,"target":3},{"source":98,"target":100},{"source":98,"target":2},{"source":100,"target":3},{"source":99,"target":1},{"source":3,"target":0},{"source":3,"target":101},{"source":3,"target":102},{"source":3,"target":103},{"source":3,"target":104},{"source":101,"target":6},{"source":101,"target":105},{"source":101,"target":3},{"source":105,"target":6},{"source":102,"target":8},{"source":102,"target":106},{"source":102,"target":3},{"source":106,"target":8},{"source":103,"target":107},{"source":103,"target":3},{"source":104,"target":108},{"source":104,"target":3},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":109},{"source":4,"target":110},{"source":109,"target":15},{"source":109,"target":111},{"source":109,"target":4},{"source":111,"target":15},{"source":110,"target":1},{"source":5,"target":0},{"source":5,"target":112},{"source":5,"target":113},{"source":5,"target":114},{"source":5,"target":115},{"source":112,"target":116},{"source":112,"target":5},{"source":113,"target":117},{"source":113,"target":5},{"source":114,"target":48},{"source":114,"target":118},{"source":114,"target":5},{"source":118,"target":48},{"source":115,"target":50},{"source":115,"target":119},{"source":115,"target":5},{"source":115,"target":120},{"source":119,"target":50},{"source":6,"target":0},{"source":6,"target":121},{"source":6,"target":122},{"source":6,"target":123},{"source":121,"target":7},{"source":121,"target":124},{"source":121,"target":6},{"source":124,"target":7},{"source":122,"target":125},{"source":122,"target":6},{"source":123,"target":126},{"source":123,"target":6},{"source":7,"target":0},{"source":7,"target":127},{"source":7,"target":128},{"source":7,"target":129},{"source":127,"target":130},{"source":127,"target":7},{"source":128,"target":131},{"source":128,"target":7},{"source":129,"target":132},{"source":129,"target":7},{"source":8,"target":0},{"source":8,"target":133},{"source":8,"target":134},{"source":8,"target":135},{"source":8,"target":136},{"source":8,"target":137},{"source":133,"target":9},{"source":133,"target":138},{"source":133,"target":8},{"source":138,"target":9},{"source":134,"target":139},{"source":134,"target":8},{"source":135,"target":140},{"source":135,"target":8},{"source":136,"target":57},{"source":136,"target":141},{"source":136,"target":8},{"source":141,"target":57},{"source":137,"target":51},{"source":137,"target":142},{"source":137,"target":8},{"source":142,"target":51},{"source":9,"target":0},{"source":9,"target":143},{"source":9,"target":144},{"source":9,"target":145},{"source":9,"target":146},{"source":143,"target":35},{"source":143,"target":147},{"source":143,"target":9},{"source":147,"target":35},{"source":144,"target":148},{"source":144,"target":9},{"source":145,"target":149},{"source":145,"target":9},{"source":146,"target":29},{"source":146,"target":150},{"source":146,"target":9},{"source":146,"target":151},{"source":150,"target":29},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":152},{"source":10,"target":153},{"source":152,"target":13},{"source":152,"target":154},{"source":152,"target":10},{"source":154,"target":13},{"source":153,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":155},{"source":11,"target":156},{"source":155,"target":14},{"source":155,"target":157},{"source":155,"target":11},{"source":157,"target":14},{"source":156,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":158},{"source":12,"target":159},{"source":158,"target":15},{"source":158,"target":160},{"source":158,"target":12},{"source":160,"target":15},{"source":159,"target":3},{"source":13,"target":0},{"source":13,"target":50},{"source":13,"target":161},{"source":13,"target":162},{"source":13,"target":163},{"source":13,"target":164},{"source":13,"target":165},{"source":161,"target":22},{"source":161,"target":166},{"source":161,"target":13},{"source":166,"target":22},{"source":162,"target":28},{"source":162,"target":167},{"source":162,"target":13},{"source":167,"target":28},{"source":163,"target":30},{"source":163,"target":168},{"source":163,"target":13},{"source":168,"target":30},{"source":164,"target":43},{"source":164,"target":169},{"source":164,"target":13},{"source":169,"target":43},{"source":165,"target":50},{"source":14,"target":0},{"source":14,"target":50},{"source":14,"target":170},{"source":14,"target":171},{"source":14,"target":172},{"source":14,"target":173},{"source":14,"target":174},{"source":14,"target":175},{"source":14,"target":176},{"source":170,"target":13},{"source":170,"target":177},{"source":170,"target":14},{"source":177,"target":13},{"source":171,"target":44},{"source":171,"target":178},{"source":171,"target":14},{"source":178,"target":44},{"source":172,"target":179},{"source":172,"target":14},{"source":173,"target":180},{"source":173,"target":14},{"source":174,"target":9},{"source":174,"target":181},{"source":174,"target":14},{"source":181,"target":9},{"source":175,"target":60},{"source":175,"target":182},{"source":175,"target":14},{"source":175,"target":183},{"source":182,"target":60},{"source":176,"target":50},{"source":15,"target":0},{"source":15,"target":50},{"source":15,"target":184},{"source":15,"target":185},{"source":15,"target":186},{"source":15,"target":187},{"source":15,"target":188},{"source":184,"target":14},{"source":184,"target":189},{"source":184,"target":15},{"source":189,"target":14},{"source":185,"target":13},{"source":185,"target":190},{"source":185,"target":15},{"source":190,"target":13},{"source":186,"target":58},{"source":186,"target":191},{"source":186,"target":15},{"source":191,"target":58},{"source":187,"target":9},{"source":187,"target":192},{"source":187,"target":15},{"source":192,"target":9},{"source":188,"target":50},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":193},{"source":193,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":194},{"source":194,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":195},{"source":195,"target":14},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":196},{"source":196,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":197},{"source":197,"target":14},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":198},{"source":198,"target":14},{"source":22,"target":0},{"source":22,"target":199},{"source":22,"target":200},{"source":199,"target":201},{"source":199,"target":22},{"source":200,"target":202},{"source":200,"target":22},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":203},{"source":203,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":204},{"source":24,"target":205},{"source":204,"target":23},{"source":204,"target":206},{"source":204,"target":24},{"source":206,"target":23},{"source":205,"target":22},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":207},{"source":207,"target":24},{"source":26,"target":0},{"source":26,"target":15},{"source":26,"target":208},{"source":208,"target":15},{"source":27,"target":0},{"source":27,"target":15},{"source":27,"target":209},{"source":209,"target":15},{"source":28,"target":0},{"source":28,"target":210},{"source":28,"target":211},{"source":28,"target":212},{"source":28,"target":213},{"source":28,"target":214},{"source":28,"target":215},{"source":28,"target":216},{"source":28,"target":217},{"source":210,"target":13},{"source":210,"target":218},{"source":210,"target":28},{"source":218,"target":13},{"source":211,"target":219},{"source":211,"target":28},{"source":212,"target":220},{"source":212,"target":28},{"source":213,"target":221},{"source":213,"target":28},{"source":214,"target":222},{"source":214,"target":28},{"source":215,"target":223},{"source":215,"target":28},{"source":216,"target":50},{"source":216,"target":224},{"source":216,"target":28},{"source":216,"target":225},{"source":224,"target":50},{"source":217,"target":50},{"source":217,"target":226},{"source":217,"target":28},{"source":217,"target":227},{"source":226,"target":50},{"source":29,"target":0},{"source":29,"target":228},{"source":29,"target":229},{"source":29,"target":230},{"source":29,"target":151},{"source":228,"target":231},{"source":228,"target":29},{"source":229,"target":232},{"source":229,"target":29},{"source":230,"target":56},{"source":230,"target":233},{"source":230,"target":29},{"source":233,"target":56},{"source":151,"target":9},{"source":151,"target":234},{"source":151,"target":29},{"source":151,"target":146},{"source":234,"target":9},{"source":30,"target":0},{"source":30,"target":235},{"source":30,"target":236},{"source":30,"target":237},{"source":30,"target":238},{"source":30,"target":239},{"source":235,"target":34},{"source":235,"target":240},{"source":235,"target":30},{"source":240,"target":34},{"source":236,"target":241},{"source":236,"target":30},{"source":237,"target":42},{"source":237,"target":242},{"source":237,"target":30},{"source":242,"target":42},{"source":238,"target":243},{"source":238,"target":30},{"source":239,"target":244},{"source":239,"target":30},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":245},{"source":245,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":246},{"source":32,"target":247},{"source":246,"target":248},{"source":246,"target":32},{"source":247,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":249},{"source":33,"target":250},{"source":249,"target":251},{"source":249,"target":33},{"source":250,"target":30},{"source":34,"target":0},{"source":34,"target":252},{"source":34,"target":253},{"source":34,"target":254},{"source":252,"target":255},{"source":252,"target":34},{"source":253,"target":256},{"source":253,"target":34},{"source":254,"target":257},{"source":254,"target":34},{"source":35,"target":0},{"source":35,"target":13},{"source":35,"target":258},{"source":35,"target":259},{"source":35,"target":260},{"source":35,"target":261},{"source":35,"target":262},{"source":35,"target":263},{"source":35,"target":264},{"source":35,"target":265},{"source":258,"target":36},{"source":258,"target":266},{"source":258,"target":35},{"source":266,"target":36},{"source":259,"target":47},{"source":259,"target":267},{"source":259,"target":35},{"source":267,"target":47},{"source":260,"target":268},{"source":260,"target":35},{"source":261,"target":269},{"source":261,"target":35},{"source":262,"target":270},{"source":262,"target":35},{"source":263,"target":271},{"source":263,"target":35},{"source":264,"target":272},{"source":264,"target":35},{"source":265,"target":13},{"source":36,"target":0},{"source":36,"target":13},{"source":36,"target":273},{"source":36,"target":274},{"source":273,"target":46},{"source":273,"target":275},{"source":273,"target":36},{"source":275,"target":46},{"source":274,"target":13},{"source":37,"target":0},{"source":37,"target":14},{"source":37,"target":276},{"source":37,"target":277},{"source":37,"target":278},{"source":276,"target":36},{"source":276,"target":279},{"source":276,"target":37},{"source":279,"target":36},{"source":277,"target":45},{"source":277,"target":280},{"source":277,"target":37},{"source":280,"target":45},{"source":278,"target":14},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":281},{"source":281,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":282},{"source":282,"target":37},{"source":40,"target":0},{"source":40,"target":36},{"source":40,"target":283},{"source":283,"target":36},{"source":41,"target":0},{"source":41,"target":36},{"source":41,"target":284},{"source":284,"target":36},{"source":42,"target":0},{"source":42,"target":285},{"source":42,"target":286},{"source":42,"target":287},{"source":285,"target":42},{"source":286,"target":42},{"source":287,"target":42},{"source":43,"target":0},{"source":43,"target":288},{"source":43,"target":289},{"source":288,"target":43},{"source":289,"target":43},{"source":44,"target":0},{"source":44,"target":290},{"source":44,"target":291},{"source":44,"target":292},{"source":44,"target":293},{"source":44,"target":294},{"source":44,"target":295},{"source":44,"target":296},{"source":290,"target":44},{"source":291,"target":44},{"source":292,"target":44},{"source":293,"target":44},{"source":294,"target":44},{"source":295,"target":44},{"source":296,"target":44},{"source":45,"target":0},{"source":45,"target":297},{"source":45,"target":298},{"source":297,"target":45},{"source":298,"target":45},{"source":46,"target":0},{"source":46,"target":299},{"source":46,"target":300},{"source":299,"target":46},{"source":300,"target":46},{"source":47,"target":0},{"source":47,"target":301},{"source":47,"target":302},{"source":47,"target":303},{"source":47,"target":304},{"source":301,"target":47},{"source":302,"target":47},{"source":303,"target":47},{"source":304,"target":47},{"source":48,"target":0},{"source":48,"target":305},{"source":48,"target":306},{"source":48,"target":307},{"source":48,"target":308},{"source":48,"target":309},{"source":48,"target":310},{"source":48,"target":311},{"source":48,"target":312},{"source":48,"target":313},{"source":48,"target":314},{"source":305,"target":315},{"source":305,"target":48},{"source":306,"target":316},{"source":306,"target":48},{"source":307,"target":317},{"source":307,"target":48},{"source":308,"target":52},{"source":308,"target":318},{"source":308,"target":48},{"source":318,"target":52},{"source":309,"target":319},{"source":309,"target":48},{"source":310,"target":50},{"source":310,"target":320},{"source":310,"target":48},{"source":310,"target":321},{"source":320,"target":50},{"source":311,"target":30},{"source":311,"target":322},{"source":311,"target":48},{"source":322,"target":30},{"source":312,"target":323},{"source":312,"target":48},{"source":313,"target":324},{"source":313,"target":48},{"source":314,"target":325},{"source":314,"target":48},{"source":49,"target":0},{"source":49,"target":326},{"source":49,"target":327},{"source":49,"target":328},{"source":49,"target":329},{"source":49,"target":330},{"source":326,"target":331},{"source":326,"target":49},{"source":327,"target":52},{"source":327,"target":332},{"source":327,"target":49},{"source":332,"target":52},{"source":328,"target":333},{"source":328,"target":49},{"source":329,"target":50},{"source":329,"target":334},{"source":329,"target":49},{"source":329,"target":335},{"source":334,"target":50},{"source":330,"target":30},{"source":330,"target":336},{"source":330,"target":49},{"source":336,"target":30},{"source":50,"target":0},{"source":50,"target":337},{"source":50,"target":338},{"source":50,"target":339},{"source":50,"target":227},{"source":50,"target":225},{"source":50,"target":120},{"source":50,"target":321},{"source":50,"target":335},{"source":337,"target":340},{"source":337,"target":50},{"source":338,"target":341},{"source":338,"target":50},{"source":339,"target":55},{"source":339,"target":342},{"source":339,"target":50},{"source":342,"target":55},{"source":227,"target":28},{"source":227,"target":343},{"source":227,"target":50},{"source":227,"target":217},{"source":343,"target":28},{"source":225,"target":28},{"source":225,"target":344},{"source":225,"target":50},{"source":225,"target":216},{"source":344,"target":28},{"source":120,"target":5},{"source":120,"target":345},{"source":120,"target":50},{"source":120,"target":115},{"source":345,"target":5},{"source":321,"target":48},{"source":321,"target":346},{"source":321,"target":50},{"source":321,"target":310},{"source":346,"target":48},{"source":335,"target":49},{"source":335,"target":347},{"source":335,"target":50},{"source":335,"target":329},{"source":347,"target":49},{"source":51,"target":0},{"source":51,"target":348},{"source":51,"target":349},{"source":51,"target":350},{"source":51,"target":351},{"source":348,"target":352},{"source":348,"target":51},{"source":349,"target":53},{"source":349,"target":353},{"source":349,"target":51},{"source":353,"target":53},{"source":350,"target":354},{"source":350,"target":51},{"source":351,"target":54},{"source":351,"target":355},{"source":351,"target":51},{"source":355,"target":54},{"source":52,"target":0},{"source":52,"target":356},{"source":52,"target":357},{"source":52,"target":358},{"source":52,"target":359},{"source":52,"target":360},{"source":52,"target":361},{"source":52,"target":362},{"source":52,"target":363},{"source":52,"target":364},{"source":356,"target":52},{"source":357,"target":52},{"source":358,"target":52},{"source":359,"target":52},{"source":360,"target":52},{"source":361,"target":52},{"source":362,"target":52},{"source":363,"target":52},{"source":364,"target":52},{"source":53,"target":0},{"source":53,"target":365},{"source":53,"target":366},{"source":53,"target":367},{"source":365,"target":53},{"source":366,"target":53},{"source":367,"target":53},{"source":54,"target":0},{"source":54,"target":368},{"source":54,"target":369},{"source":54,"target":370},{"source":54,"target":371},{"source":54,"target":372},{"source":368,"target":54},{"source":369,"target":54},{"source":370,"target":54},{"source":371,"target":54},{"source":372,"target":54},{"source":55,"target":0},{"source":55,"target":373},{"source":55,"target":374},{"source":55,"target":375},{"source":373,"target":55},{"source":374,"target":55},{"source":375,"target":55},{"source":56,"target":0},{"source":56,"target":376},{"source":56,"target":377},{"source":56,"target":378},{"source":376,"target":379},{"source":376,"target":56},{"source":377,"target":380},{"source":377,"target":56},{"source":378,"target":381},{"source":378,"target":56},{"source":57,"target":0},{"source":57,"target":382},{"source":57,"target":383},{"source":382,"target":57},{"source":383,"target":57},{"source":58,"target":0},{"source":58,"target":384},{"source":58,"target":385},{"source":384,"target":58},{"source":385,"target":58},{"source":59,"target":0},{"source":59,"target":386},{"source":59,"target":387},{"source":59,"target":388},{"source":59,"target":389},{"source":59,"target":390},{"source":59,"target":391},{"source":59,"target":392},{"source":59,"target":393},{"source":59,"target":394},{"source":59,"target":395},{"source":59,"target":396},{"source":59,"target":397},{"source":59,"target":398},{"source":59,"target":399},{"source":59,"target":400},{"source":386,"target":59},{"source":387,"target":59},{"source":388,"target":59},{"source":389,"target":59},{"source":390,"target":59},{"source":391,"target":59},{"source":392,"target":59},{"source":393,"target":59},{"source":394,"target":59},{"source":395,"target":59},{"source":396,"target":59},{"source":397,"target":59},{"source":398,"target":59},{"source":399,"target":59},{"source":400,"target":59},{"source":60,"target":0},{"source":60,"target":183},{"source":60,"target":401},{"source":60,"target":402},{"source":183,"target":14},{"source":183,"target":403},{"source":183,"target":60},{"source":183,"target":175},{"source":403,"target":14},{"source":401,"target":59},{"source":401,"target":404},{"source":401,"target":60},{"source":404,"target":59},{"source":402,"target":405},{"source":402,"target":60},{"source":61,"target":0},{"source":61,"target":35},{"source":61,"target":406},{"source":61,"target":407},{"source":61,"target":408},{"source":61,"target":409},{"source":61,"target":410},{"source":61,"target":411},{"source":61,"target":412},{"source":61,"target":413},{"source":61,"target":414},{"source":61,"target":415},{"source":61,"target":416},{"source":61,"target":417},{"source":61,"target":418},{"source":61,"target":419},{"source":61,"target":420},{"source":61,"target":421},{"source":61,"target":422},{"source":61,"target":423},{"source":61,"target":424},{"source":61,"target":425},{"source":61,"target":426},{"source":61,"target":427},{"source":61,"target":428},{"source":61,"target":429},{"source":406,"target":430},{"source":406,"target":61},{"source":407,"target":431},{"source":407,"target":61},{"source":408,"target":432},{"source":408,"target":61},{"source":409,"target":433},{"source":409,"target":61},{"source":410,"target":434},{"source":410,"target":61},{"source":411,"target":435},{"source":411,"target":61},{"source":412,"target":436},{"source":412,"target":61},{"source":413,"target":437},{"source":413,"target":61},{"source":414,"target":438},{"source":414,"target":61},{"source":415,"target":439},{"source":415,"target":61},{"source":416,"target":440},{"source":416,"target":61},{"source":417,"target":441},{"source":417,"target":61},{"source":418,"target":442},{"source":418,"target":61},{"source":419,"target":443},{"source":419,"target":61},{"source":420,"target":444},{"source":420,"target":61},{"source":421,"target":445},{"source":421,"target":61},{"source":422,"target":446},{"source":422,"target":61},{"source":423,"target":447},{"source":423,"target":61},{"source":424,"target":448},{"source":424,"target":61},{"source":425,"target":82},{"source":425,"target":449},{"source":425,"target":61},{"source":449,"target":82},{"source":426,"target":450},{"source":426,"target":61},{"source":427,"target":451},{"source":427,"target":61},{"source":428,"target":452},{"source":428,"target":61},{"source":429,"target":35},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":453},{"source":62,"target":454},{"source":62,"target":455},{"source":62,"target":456},{"source":62,"target":457},{"source":62,"target":458},{"source":62,"target":459},{"source":453,"target":460},{"source":453,"target":62},{"source":454,"target":461},{"source":454,"target":62},{"source":455,"target":75},{"source":455,"target":462},{"source":455,"target":62},{"source":462,"target":75},{"source":456,"target":81},{"source":456,"target":463},{"source":456,"target":62},{"source":463,"target":81},{"source":457,"target":92},{"source":457,"target":464},{"source":457,"target":62},{"source":464,"target":92},{"source":458,"target":91},{"source":458,"target":465},{"source":458,"target":62},{"source":465,"target":91},{"source":459,"target":61},{"source":63,"target":0},{"source":63,"target":61},{"source":63,"target":466},{"source":63,"target":467},{"source":63,"target":468},{"source":63,"target":469},{"source":63,"target":470},{"source":63,"target":471},{"source":63,"target":472},{"source":466,"target":74},{"source":466,"target":473},{"source":466,"target":63},{"source":473,"target":74},{"source":467,"target":73},{"source":467,"target":474},{"source":467,"target":63},{"source":474,"target":73},{"source":468,"target":76},{"source":468,"target":475},{"source":468,"target":63},{"source":475,"target":76},{"source":469,"target":476},{"source":469,"target":63},{"source":470,"target":93},{"source":470,"target":477},{"source":470,"target":63},{"source":477,"target":93},{"source":471,"target":90},{"source":471,"target":478},{"source":471,"target":63},{"source":478,"target":90},{"source":472,"target":61},{"source":64,"target":0},{"source":64,"target":479},{"source":64,"target":480},{"source":64,"target":481},{"source":479,"target":64},{"source":480,"target":64},{"source":481,"target":64},{"source":65,"target":0},{"source":65,"target":482},{"source":65,"target":483},{"source":482,"target":65},{"source":483,"target":65},{"source":66,"target":0},{"source":66,"target":40},{"source":66,"target":484},{"source":66,"target":485},{"source":484,"target":67},{"source":484,"target":486},{"source":484,"target":66},{"source":486,"target":67},{"source":485,"target":40},{"source":67,"target":0},{"source":67,"target":487},{"source":487,"target":67},{"source":68,"target":0},{"source":69,"target":0},{"source":69,"target":488},{"source":69,"target":489},{"source":69,"target":490},{"source":69,"target":491},{"source":69,"target":492},{"source":488,"target":493},{"source":488,"target":69},{"source":489,"target":494},{"source":489,"target":69},{"source":490,"target":71},{"source":490,"target":495},{"source":490,"target":69},{"source":495,"target":71},{"source":491,"target":70},{"source":491,"target":496},{"source":491,"target":69},{"source":496,"target":70},{"source":492,"target":83},{"source":492,"target":497},{"source":492,"target":69},{"source":497,"target":83},{"source":70,"target":0},{"source":70,"target":498},{"source":70,"target":499},{"source":498,"target":500},{"source":498,"target":70},{"source":499,"target":501},{"source":499,"target":70},{"source":71,"target":0},{"source":71,"target":502},{"source":71,"target":503},{"source":71,"target":504},{"source":71,"target":505},{"source":502,"target":79},{"source":502,"target":506},{"source":502,"target":71},{"source":506,"target":79},{"source":503,"target":507},{"source":503,"target":71},{"source":504,"target":508},{"source":504,"target":71},{"source":505,"target":509},{"source":505,"target":71},{"source":72,"target":0},{"source":72,"target":69},{"source":72,"target":510},{"source":72,"target":511},{"source":72,"target":512},{"source":72,"target":513},{"source":72,"target":514},{"source":72,"target":515},{"source":72,"target":516},{"source":72,"target":517},{"source":72,"target":518},{"source":72,"target":519},{"source":510,"target":520},{"source":510,"target":72},{"source":511,"target":521},{"source":511,"target":72},{"source":512,"target":522},{"source":512,"target":72},{"source":513,"target":523},{"source":513,"target":72},{"source":514,"target":524},{"source":514,"target":72},{"source":515,"target":525},{"source":515,"target":72},{"source":516,"target":526},{"source":516,"target":72},{"source":517,"target":527},{"source":517,"target":72},{"source":518,"target":528},{"source":518,"target":72},{"source":519,"target":69},{"source":73,"target":0},{"source":73,"target":69},{"source":73,"target":529},{"source":529,"target":69},{"source":74,"target":0},{"source":74,"target":69},{"source":74,"target":530},{"source":74,"target":531},{"source":530,"target":532},{"source":530,"target":74},{"source":531,"target":69},{"source":75,"target":0},{"source":75,"target":72},{"source":75,"target":533},{"source":75,"target":534},{"source":533,"target":78},{"source":533,"target":535},{"source":533,"target":75},{"source":535,"target":78},{"source":534,"target":72},{"source":76,"target":0},{"source":76,"target":72},{"source":76,"target":536},{"source":76,"target":537},{"source":536,"target":77},{"source":536,"target":538},{"source":536,"target":76},{"source":538,"target":77},{"source":537,"target":72},{"source":77,"target":0},{"source":77,"target":539},{"source":77,"target":540},{"source":77,"target":541},{"source":77,"target":542},{"source":77,"target":543},{"source":539,"target":77},{"source":540,"target":77},{"source":541,"target":77},{"source":542,"target":77},{"source":543,"target":77},{"source":78,"target":0},{"source":78,"target":544},{"source":78,"target":545},{"source":78,"target":546},{"source":78,"target":547},{"source":544,"target":78},{"source":545,"target":78},{"source":546,"target":78},{"source":547,"target":78},{"source":79,"target":0},{"source":79,"target":548},{"source":548,"target":79},{"source":80,"target":0},{"source":80,"target":549},{"source":80,"target":550},{"source":80,"target":551},{"source":80,"target":552},{"source":80,"target":553},{"source":80,"target":554},{"source":80,"target":555},{"source":80,"target":556},{"source":549,"target":63},{"source":549,"target":557},{"source":549,"target":80},{"source":557,"target":63},{"source":550,"target":62},{"source":550,"target":558},{"source":550,"target":80},{"source":558,"target":62},{"source":551,"target":559},{"source":551,"target":80},{"source":552,"target":560},{"source":552,"target":80},{"source":553,"target":84},{"source":553,"target":561},{"source":553,"target":80},{"source":561,"target":84},{"source":554,"target":562},{"source":554,"target":80},{"source":555,"target":88},{"source":555,"target":563},{"source":555,"target":80},{"source":563,"target":88},{"source":556,"target":89},{"source":556,"target":564},{"source":556,"target":80},{"source":564,"target":89},{"source":81,"target":0},{"source":81,"target":69},{"source":81,"target":565},{"source":81,"target":566},{"source":81,"target":567},{"source":81,"target":568},{"source":81,"target":569},{"source":81,"target":570},{"source":81,"target":571},{"source":81,"target":572},{"source":81,"target":573},{"source":565,"target":574},{"source":565,"target":81},{"source":566,"target":575},{"source":566,"target":81},{"source":567,"target":576},{"source":567,"target":81},{"source":568,"target":577},{"source":568,"target":81},{"source":569,"target":578},{"source":569,"target":81},{"source":570,"target":579},{"source":570,"target":81},{"source":571,"target":580},{"source":571,"target":81},{"source":572,"target":581},{"source":572,"target":81},{"source":573,"target":69},{"source":82,"target":0},{"source":82,"target":582},{"source":582,"target":82},{"source":83,"target":0},{"source":83,"target":583},{"source":83,"target":584},{"source":583,"target":83},{"source":584,"target":83},{"source":84,"target":0},{"source":84,"target":585},{"source":84,"target":586},{"source":84,"target":587},{"source":84,"target":588},{"source":585,"target":589},{"source":585,"target":84},{"source":586,"target":590},{"source":586,"target":84},{"source":587,"target":85},{"source":587,"target":591},{"source":587,"target":84},{"source":591,"target":85},{"source":588,"target":86},{"source":588,"target":592},{"source":588,"target":84},{"source":592,"target":86},{"source":85,"target":0},{"source":85,"target":593},{"source":85,"target":594},{"source":593,"target":595},{"source":593,"target":85},{"source":594,"target":596},{"source":594,"target":85},{"source":86,"target":0},{"source":86,"target":597},{"source":86,"target":598},{"source":597,"target":599},{"source":597,"target":86},{"source":598,"target":600},{"source":598,"target":86},{"source":87,"target":0},{"source":87,"target":601},{"source":87,"target":602},{"source":87,"target":603},{"source":601,"target":87},{"source":602,"target":87},{"source":603,"target":87},{"source":88,"target":0},{"source":88,"target":604},{"source":88,"target":605},{"source":604,"target":606},{"source":604,"target":88},{"source":605,"target":607},{"source":605,"target":88},{"source":89,"target":0},{"source":89,"target":608},{"source":89,"target":609},{"source":89,"target":610},{"source":608,"target":611},{"source":608,"target":89},{"source":609,"target":612},{"source":609,"target":89},{"source":610,"target":613},{"source":610,"target":89},{"source":90,"target":0},{"source":90,"target":614},{"source":90,"target":615},{"source":90,"target":616},{"source":90,"target":617},{"source":90,"target":618},{"source":614,"target":619},{"source":614,"target":90},{"source":615,"target":620},{"source":615,"target":90},{"source":616,"target":621},{"source":616,"target":90},{"source":617,"target":622},{"source":617,"target":90},{"source":618,"target":623},{"source":618,"target":90},{"source":91,"target":0},{"source":91,"target":624},{"source":91,"target":625},{"source":91,"target":626},{"source":91,"target":627},{"source":624,"target":628},{"source":624,"target":91},{"source":625,"target":629},{"source":625,"target":91},{"source":626,"target":630},{"source":626,"target":91},{"source":627,"target":631},{"source":627,"target":91},{"source":92,"target":0},{"source":92,"target":632},{"source":632,"target":633},{"source":632,"target":92},{"source":93,"target":0},{"source":93,"target":634},{"source":634,"target":635},{"source":634,"target":93}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="classes"
nsURI="http://www.ontomore.org/test/transformation/classes.owl" nsPrefix="classes">
<eClassifiers xsi:type="ecore:EClass" name="Person"/>
<eClassifiers xsi:type="ecore:EClass" name="Programmer"/>
<eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person #//Programmer"/>
</ecore:EPackage>
| github:ecore:/data/jreimone/refactory/OntoMore/Tests/org.ontomore.transformation.test/expected/classes_4.ecore | ecore | classes
Person
Programmer
Employee | null | {"directed":true,"nodes":[{"nsPrefix":"classes","nsURI":"http://www.ontomore.org/test/transformation/classes.owl","name":"classes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Programmer","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"},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":5},{"source":4,"target":1},{"source":5,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="generics" nsURI="http://www.netxforge.com/22102013/generics"
nsPrefix="generics">
<eAnnotations source="http://www.eclipse.org/edapt">
<details key="historyURI" value="netxstudio.history"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EEnum" name="ActionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Action_._type"/>
</eAnnotations>
<eLiterals name="UPDATE"/>
<eLiterals name="ADD" value="1"/>
<eLiterals name="DELETE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ActionTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Action_._type:Object"/>
<details key="baseType" value="Action_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Base">
<eAnnotations source="teneo.jpa">
<details key="appinfo" value="@MappedSuperclass"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Base"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deleted" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Deleted"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CommitLogEntry" eSuperTypes="#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Represents the changes done by a user for a certain
				object/user.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CommitLogEntry"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="#//ActionType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Action type"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Action"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="change" eType="#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							The type uri of the object being changed
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Change"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="objectId" eType="#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							The id/uri of the object being changed
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ObjectId"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeStamp" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The TimeStamp attribute holds the time of the
							commit.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="TimeStamp"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="user" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							The user name
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="User"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Company" eSuperTypes="#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the basic information points of
				a real company.
				A Company can be a commercial vendor of equipment, a
				telecommunication service provider or other
				institution i.e. industry
				cooperation bodies to promote usage of standards. It
				is required to
				organise objects
				by Company.

				Examples:
				1. The company type is used to
				organize reports like an expansion Bill
				of Quantity by vendor.
				2. The
				company type is used in a UI widget to show equipments from a
				certain company.
				3. The company type is used in a UI widget to show
				protocols from a
				certain standardisation body.
				4. The company type is
				used in a UI widget to show RSS feed news from
				a certain company.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Company"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="icons" eType="#//MultiImage"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Images reference, contains 0 or one
								MultiImage type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Icons"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute is a free form text.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rSSurl" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The RSSurl attribute should contain a URL to a
							so-called RSS feed.

							The RSS format is defined here:
							http://en.wikipedia.org/wiki/RSS

							Examples:
							1. The following URL is
							an RSS URL:
							http://isoc.org/wp/ietfjournal/?feed=rss2
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="RSSurl"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shortName" eType="#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ShortName attribute is a free form text, but
							should generally be kept short (3 characters).

							Examples: 1. The
							ShortName is used in UI widgets where space is limited.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ShortName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The financial Symbol or ticker attribute, is
							according to financial market ticker definitions.

							Examples: 1. The
							Symbol type can be used to lookup financial information
							of a
							Company.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Symbol"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="website" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Website attribute should contain the main
							web URL of the website. It should be according to

							http://en.wikipedia.org/wiki/Uniform_Resource_Locator

							Examples: 1.
							http://www.ietf.org
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Website"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DateTimeRange">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the basic information point for
				a DateTime Range or a period.
				A range with a start and end timestamp.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DateTimeRange"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="begin" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Begin attribute holds the starting date time
					of the range.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Begin"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The End attribute holds the end date time of the
					range.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="End"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Description2000" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A description type of 2000 chars"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Description2000"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="maxLength" value="2000"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramInfo" eSuperTypes="#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the basic information point
				Diagram.
				It consists of a location (Where the diagram is stored), and
				the type
				of diagram.
				Diagrams can be attached to various objects, to
				visual the object relations.

				The Diagram model is expected to be a
				Notation model, which refers
				to the NetXStudio model.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DiagramInfo"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="diagramKind" eType="#//DiagramKindType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The DiagramKind attribute holds a reference to
							the
							kind of diagram, to open the correct editor.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="DiagramKind"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Location attribute holds a reference to the
							location where the diagram is stored.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Location"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DiagramKindType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DiagramKind_._type"/>
</eAnnotations>
<eLiterals name="NETWORK"/>
<eLiterals name="FUNCTION" value="1"/>
<eLiterals name="EQUIPMENT" value="2"/>
<eLiterals name="NODE" value="3"/>
<eLiterals name="WIRING" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DiagramKindTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DiagramKind_._type:Object"/>
<details key="baseType" value="DiagramKind_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ExpansionDuration">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a duration indication used to
				determine when an expansion should be initiated

				Quick less than 6
				weeks Short less than 3 months Medium less than 9
				months Long less
				than 18 months
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExpansionDuration"/>
</eAnnotations>
<eLiterals name="QUICK"/>
<eLiterals name="SHORT" value="1"/>
<eLiterals name="MEDIUM" value="2"/>
<eLiterals name="LONG" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ExpansionDurationObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExpansionDuration:Object"/>
<details key="baseType" value="ExpansionDuration"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionDurationSetting" eSuperTypes="#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the complete settings of an expansion duration. 
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExpansionDurationSetting"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="quickDuration" eType="#//ExpansionDurationValue"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the QUICK Duration
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="QuickDuration"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="shortDuration" eType="#//ExpansionDurationValue"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the SHORT Duration
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ShortDuration"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="mediumDuration" eType="#//ExpansionDurationValue"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the MEDIUM Duration
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="MediumDuration"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="longDuration" eType="#//ExpansionDurationValue"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the LONG Duration
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="LongDuration"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionDurationValue" eSuperTypes="#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a single expansion duration
				value.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExpansionDurationValue"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expansionDuration" eType="#//ExpansionDuration"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ExpansionDuration"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Value attribute is the number of days an
							expansion will take before completed and in production.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ExpressionLine" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing an expression.
				See NetXScript
				specification
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExpressionLine"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="maxLength" value="1000"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lifecycle" eSuperTypes="#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the lifecycle.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Lifecycle"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constructionDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ConstructionDate attribute holds the date
							and
							time when constructed.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ConstructionDate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inServiceDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The InServiceDate attribute holds the date and
							time when brought into service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="InServiceDate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outOfServiceDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The OutOfServiceDate attribute holds the date
							and
							time when out of service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="OutOfServiceDate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plannedDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The PlannedDate attribute holds the date and
							time
							when planned.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="PlannedDate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="proposed" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Proposed attribute holds the date and time
							when proposed.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Proposed"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="LongText" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A long text used for logs etc."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="LongText"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="maxLength" value="20000"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Meta" eSuperTypes="#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing meta information about this
				model.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Meta"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Person">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Author reference, references 1 User type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Author"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Description attribute holds the description
							of
							this datamodel.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Version attribute holds the version of this
							datamodel.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Version"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiImage" eSuperTypes="#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing an image. The image can be
				specified for various sizes from 16x16 upto 128x128.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="MultiImage"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="obj16" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The obj16 attribute, refers to a 16x16 URI of
								type png or gif.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="obj16"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="obj32" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The obj32 attribute, refers to a 32x32 URI of
								type png or gif.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="obj32"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="obj48" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The obj48 attribute, refers to a 48x48 URI of
								type png or gif.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="obj48"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="obj96" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The obj96 attribute, refers to a 96x96 URI of
								type png or gif.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="obj96"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="obj128" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The obj128 attribute, refers to a 128x128 URI
								of
								type png or gif.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="obj128"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Name255" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A name type of 255 chars."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Name255"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="maxLength" value="255"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				A type representing the basic information points of
				a
				User in the context of using the application. The Email
				attribute is
				also the login identifier.

			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Person"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" eType="#//Role">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Roles"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Active"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="companyRef" eType="#//Company">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							The CompanyRef reference, refers to 0 or 1
							Company
							type.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="CompanyRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							The Email attribute hols the email address of
							the
							user. It is according to regex:
							^[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Email"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							The FirstName attribute holds the first name of
							the
							person.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="FirstName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							The LastName attribute holds the last name of
							the
							person.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="LastName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="login" eType="#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							The Login attribute holds the login ID of the
							person.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Login"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
							The Password attribute holds the password of the
							user.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Password"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//Base">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Role"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//Name255">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="UnitCode" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Unit as in a measurement
				unit. The Unit, is a three character string
				which demarks the
				resource unit for displaying purposes. (The Unit as
				such is not
				interpreted).
				Units can be freely defined (Not implied by
				enumeration).
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="UnitCode"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="maxLength" value="3"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a numeric value and a timestamp
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Value"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeStamp" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The TimeStamp attribute holds the time date for
					which the value applies.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="TimeStamp"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Value attribute holds the numeric value
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models/models/edapt/13042011/generics.ecore | ecore | generics
ActionType
UPDATE
UPDATE
ADD
ADD
DELETE
DELETE
ActionTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
Base
deleted
CommitLogEntry
action
change
objectId
timeStamp
user
Company
icons
name
rSSurl
shortName
symbol
website
DateTimeRange
begin
end
Description2000
java.lang.String
java.lang.String
DiagramInfo
diagramKind
location
DiagramKindType
NETWORK
NETWORK
FUNCTION
FUNCTION
EQUIPMENT
EQUIPMENT
NODE
NODE
WIRING
WIRING
DiagramKindTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ExpansionDuration
QUICK
QUICK
SHORT
SHORT
MEDIUM
MEDIUM
LONG
LONG
ExpansionDurationObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ExpansionDurationSetting
quickDuration
shortDuration
mediumDuration
longDuration
ExpansionDurationValue
expansionDuration
value
ExpressionLine
java.lang.String
java.lang.String
Lifecycle
constructionDate
inServiceDate
outOfServiceDate
plannedDate
proposed
LongText
java.lang.String
java.lang.String
Meta
author
description
version
MultiImage
obj16
obj32
obj48
obj96
obj128
Name255
java.lang.String
java.lang.String
Person
roles
active
companyRef
email
firstName
lastName
login
password
Role
name
UnitCode
java.lang.String
java.lang.String
Value
timeStamp
value | null | {"directed":true,"nodes":[{"nsPrefix":"generics","nsURI":"http://www.netxforge.com/22102013/generics","name":"generics","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ActionTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Base","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommitLogEntry","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeRange","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Description2000","instanceClass":"java.lang.String","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramInfo","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DiagramKindType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"DiagramKindTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpansionDuration","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ExpansionDurationObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionDurationSetting","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionDurationValue","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ExpressionLine","instanceClass":"java.lang.String","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifecycle","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"LongText","instanceClass":"java.lang.String","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meta","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiImage","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Name255","instanceClass":"java.lang.String","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"UnitCode","instanceClass":"java.lang.String","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"name":"UPDATE","id":25,"value":0,"literal":"UPDATE","eClass":"EEnumLiteral"},{"name":"ADD","id":26,"value":1,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"DELETE","id":27,"value":2,"literal":"DELETE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"deleted","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"action","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":"change","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objectId","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeStamp","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"icons","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rSSurl","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":"shortName","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","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":"website","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"begin","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":"end","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"diagramKind","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":"location","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"name":"NETWORK","id":63,"value":0,"literal":"NETWORK","eClass":"EEnumLiteral"},{"name":"FUNCTION","id":64,"value":1,"literal":"FUNCTION","eClass":"EEnumLiteral"},{"name":"EQUIPMENT","id":65,"value":2,"literal":"EQUIPMENT","eClass":"EEnumLiteral"},{"name":"NODE","id":66,"value":3,"literal":"NODE","eClass":"EEnumLiteral"},{"name":"WIRING","id":67,"value":4,"literal":"WIRING","eClass":"EEnumLiteral"},{"name":"QUICK","id":68,"value":0,"literal":"QUICK","eClass":"EEnumLiteral"},{"name":"SHORT","id":69,"value":1,"literal":"SHORT","eClass":"EEnumLiteral"},{"name":"MEDIUM","id":70,"value":2,"literal":"MEDIUM","eClass":"EEnumLiteral"},{"name":"LONG","id":71,"value":3,"literal":"LONG","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":"quickDuration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shortDuration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mediumDuration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longDuration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"expansionDuration","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":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constructionDate","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":"inServiceDate","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":"outOfServiceDate","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":"plannedDate","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":"proposed","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"obj16","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"obj32","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"obj48","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":"obj96","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"obj128","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"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":"active","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"companyRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","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":"login","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeStamp","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"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":1,"target":0},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":25,"target":1},{"source":26,"target":1},{"source":27,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":28},{"source":28,"target":29},{"source":28,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":30,"target":1},{"source":30,"target":36},{"source":30,"target":4},{"source":36,"target":1},{"source":31,"target":7},{"source":31,"target":37},{"source":31,"target":4},{"source":37,"target":7},{"source":32,"target":7},{"source":32,"target":38},{"source":32,"target":4},{"source":38,"target":7},{"source":33,"target":39},{"source":33,"target":4},{"source":34,"target":40},{"source":34,"target":4},{"source":35,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":41,"target":19},{"source":41,"target":48},{"source":41,"target":5},{"source":48,"target":19},{"source":42,"target":20},{"source":42,"target":49},{"source":42,"target":5},{"source":49,"target":20},{"source":43,"target":50},{"source":43,"target":5},{"source":44,"target":20},{"source":44,"target":51},{"source":44,"target":5},{"source":51,"target":20},{"source":45,"target":20},{"source":45,"target":52},{"source":45,"target":5},{"source":52,"target":20},{"source":46,"target":53},{"source":46,"target":5},{"source":47,"target":3},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":54,"target":56},{"source":54,"target":6},{"source":55,"target":57},{"source":55,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":58,"target":9},{"source":58,"target":61},{"source":58,"target":8},{"source":61,"target":9},{"source":59,"target":62},{"source":59,"target":8},{"source":60,"target":3},{"source":9,"target":0},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":9,"target":66},{"source":9,"target":67},{"source":63,"target":9},{"source":64,"target":9},{"source":65,"target":9},{"source":66,"target":9},{"source":67,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":68,"target":11},{"source":69,"target":11},{"source":70,"target":11},{"source":71,"target":11},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":72},{"source":13,"target":73},{"source":13,"target":74},{"source":13,"target":75},{"source":13,"target":76},{"source":72,"target":14},{"source":72,"target":77},{"source":72,"target":13},{"source":77,"target":14},{"source":73,"target":14},{"source":73,"target":78},{"source":73,"target":13},{"source":78,"target":14},{"source":74,"target":14},{"source":74,"target":79},{"source":74,"target":13},{"source":79,"target":14},{"source":75,"target":14},{"source":75,"target":80},{"source":75,"target":13},{"source":80,"target":14},{"source":76,"target":3},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":81,"target":11},{"source":81,"target":84},{"source":81,"target":14},{"source":84,"target":11},{"source":82,"target":85},{"source":82,"target":14},{"source":83,"target":3},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":86},{"source":16,"target":87},{"source":16,"target":88},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":91},{"source":86,"target":92},{"source":86,"target":16},{"source":87,"target":93},{"source":87,"target":16},{"source":88,"target":94},{"source":88,"target":16},{"source":89,"target":95},{"source":89,"target":16},{"source":90,"target":96},{"source":90,"target":16},{"source":91,"target":3},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":97},{"source":18,"target":98},{"source":18,"target":99},{"source":18,"target":100},{"source":97,"target":21},{"source":97,"target":101},{"source":97,"target":18},{"source":101,"target":21},{"source":98,"target":7},{"source":98,"target":102},{"source":98,"target":18},{"source":102,"target":7},{"source":99,"target":103},{"source":99,"target":18},{"source":100,"target":3},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":104},{"source":19,"target":105},{"source":19,"target":106},{"source":19,"target":107},{"source":19,"target":108},{"source":19,"target":109},{"source":104,"target":110},{"source":104,"target":19},{"source":105,"target":111},{"source":105,"target":19},{"source":106,"target":112},{"source":106,"target":19},{"source":107,"target":113},{"source":107,"target":19},{"source":108,"target":114},{"source":108,"target":19},{"source":109,"target":3},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":115},{"source":21,"target":116},{"source":21,"target":117},{"source":21,"target":118},{"source":21,"target":119},{"source":21,"target":120},{"source":21,"target":121},{"source":21,"target":122},{"source":21,"target":123},{"source":115,"target":22},{"source":115,"target":124},{"source":115,"target":21},{"source":124,"target":22},{"source":116,"target":125},{"source":116,"target":21},{"source":117,"target":5},{"source":117,"target":126},{"source":117,"target":21},{"source":126,"target":5},{"source":118,"target":127},{"source":118,"target":21},{"source":119,"target":20},{"source":119,"target":128},{"source":119,"target":21},{"source":128,"target":20},{"source":120,"target":20},{"source":120,"target":129},{"source":120,"target":21},{"source":129,"target":20},{"source":121,"target":20},{"source":121,"target":130},{"source":121,"target":21},{"source":130,"target":20},{"source":122,"target":131},{"source":122,"target":21},{"source":123,"target":3},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":132},{"source":22,"target":133},{"source":132,"target":20},{"source":132,"target":134},{"source":132,"target":22},{"source":134,"target":20},{"source":133,"target":3},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":135},{"source":24,"target":136},{"source":135,"target":137},{"source":135,"target":24},{"source":136,"target":138},{"source":136,"target":24}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="angular" nsURI="http://www.univnantes.fr/alma/angular" nsPrefix="angular">
<eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//Container">
<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="Container" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="folders" upperBound="-1"
eType="#//Folder" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Folder" eSuperTypes="#//Container">
<eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1"
eType="#//Module" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1"
eType="#//HTML" 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="Module">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="moduleElements" upperBound="-1"
eType="#//ModuleElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ESClass" eSuperTypes="#//ModuleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//Field" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="#//Function" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1"
eType="#//ESClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NgModule" eSuperTypes="#//ModuleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ngModuleElements" upperBound="-1"
eType="#//NgModuleElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1"
eType="#//Module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NgModuleElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="NgService" eSuperTypes="#//ModuleElement #//NgModuleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="esClass" eType="#//ESClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NgController" eSuperTypes="#//ModuleElement #//NgModuleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="esClass" eType="#//ESClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1"
eType="#//NgService"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NgDirective" eSuperTypes="#//ModuleElement #//NgModuleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="esClass" eType="#//ESClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="controller" eType="#//NgController"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1"
eType="#//NgService"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="template" eType="#//Template"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HTML">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="controller" eType="#//NgController"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1"
eType="#//NgDirective"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Template">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/masters-info-nantes/BryaMP-ALMA/bundles/fr.univnantes.alma.angular/model/angular.ecore | ecore | angular
Project
name
Container
folders
Folder
modules
pages
name
Module
path
moduleElements
imports
ModuleElement
ESClass
name
fields
functions
extends
abstract
Field
name
type
Function
name
parameters
type
Parameter
name
type
NgModule
name
ngModuleElements
dependencies
NgModuleElement
NgService
name
esClass
NgController
name
esClass
dependencies
NgDirective
name
esClass
controller
dependencies
template
HTML
path
controller
directives
Template
path | null | {"directed":true,"nodes":[{"nsPrefix":"angular","nsURI":"http://www.univnantes.fr/alma/angular","name":"angular","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":"Container","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Folder","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ESClass","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NgModule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NgModuleElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NgService","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NgController","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NgDirective","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTML","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"folders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","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":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","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":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":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":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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"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":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":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":"type","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ngModuleElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"esClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"esClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"esClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controller","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controller","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":17},{"source":1,"target":18},{"source":17,"target":19},{"source":17,"target":1},{"source":18,"target":2},{"source":2,"target":0},{"source":2,"target":20},{"source":20,"target":3},{"source":20,"target":21},{"source":20,"target":2},{"source":21,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":3},{"source":26,"target":4},{"source":23,"target":15},{"source":23,"target":27},{"source":23,"target":3},{"source":27,"target":15},{"source":24,"target":28},{"source":24,"target":3},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":29,"target":32},{"source":29,"target":4},{"source":30,"target":5},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":5},{"source":31,"target":4},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":35,"target":41},{"source":35,"target":6},{"source":36,"target":7},{"source":36,"target":42},{"source":36,"target":6},{"source":42,"target":7},{"source":37,"target":8},{"source":37,"target":43},{"source":37,"target":6},{"source":43,"target":8},{"source":38,"target":6},{"source":38,"target":44},{"source":38,"target":6},{"source":44,"target":6},{"source":39,"target":45},{"source":39,"target":6},{"source":40,"target":5},{"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":8,"target":52},{"source":50,"target":53},{"source":50,"target":8},{"source":51,"target":9},{"source":51,"target":54},{"source":51,"target":8},{"source":54,"target":9},{"source":52,"target":55},{"source":52,"target":8},{"source":9,"target":0},{"source":9,"target":56},{"source":9,"target":57},{"source":56,"target":58},{"source":56,"target":9},{"source":57,"target":59},{"source":57,"target":9},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":60,"target":64},{"source":60,"target":10},{"source":61,"target":11},{"source":61,"target":65},{"source":61,"target":10},{"source":65,"target":11},{"source":62,"target":4},{"source":62,"target":66},{"source":62,"target":10},{"source":66,"target":4},{"source":63,"target":5},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":11},{"source":12,"target":67},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":67,"target":71},{"source":67,"target":12},{"source":68,"target":6},{"source":68,"target":72},{"source":68,"target":12},{"source":72,"target":6},{"source":69,"target":5},{"source":70,"target":11},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":11},{"source":13,"target":73},{"source":13,"target":74},{"source":13,"target":75},{"source":13,"target":76},{"source":13,"target":77},{"source":73,"target":78},{"source":73,"target":13},{"source":74,"target":6},{"source":74,"target":79},{"source":74,"target":13},{"source":79,"target":6},{"source":75,"target":12},{"source":75,"target":80},{"source":75,"target":13},{"source":80,"target":12},{"source":76,"target":5},{"source":77,"target":11},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":11},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":14,"target":84},{"source":14,"target":85},{"source":14,"target":86},{"source":14,"target":87},{"source":81,"target":88},{"source":81,"target":14},{"source":82,"target":6},{"source":82,"target":89},{"source":82,"target":14},{"source":89,"target":6},{"source":83,"target":13},{"source":83,"target":90},{"source":83,"target":14},{"source":90,"target":13},{"source":84,"target":12},{"source":84,"target":91},{"source":84,"target":14},{"source":91,"target":12},{"source":85,"target":16},{"source":85,"target":92},{"source":85,"target":14},{"source":92,"target":16},{"source":86,"target":5},{"source":87,"target":11},{"source":15,"target":0},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":93,"target":96},{"source":93,"target":15},{"source":94,"target":13},{"source":94,"target":97},{"source":94,"target":15},{"source":97,"target":13},{"source":95,"target":14},{"source":95,"target":98},{"source":95,"target":15},{"source":98,"target":14},{"source":16,"target":0},{"source":16,"target":99},{"source":99,"target":100},{"source":99,"target":16}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bz422811" nsURI="http://www.eclipse.org/emf/texo/test/model/issues/bz422811"
nsPrefix="bz422811">
<eClassifiers xsi:type="ecore:EClass" name="EClassA">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/emf.texo/tests/org.eclipse.emf.texo.modelgenerator.test/models/issues/bz422811.ecore | ecore | bz422811
EClassA
value | null | {"directed":true,"nodes":[{"nsPrefix":"bz422811","nsURI":"http://www.eclipse.org/emf/texo/test/model/issues/bz422811","name":"bz422811","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassA","instanceClass":null,"abstract":false,"id":1,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="Character" instanceClassName="char"/>
</ecore:EPackage>
<ecore:EPackage name="JavaAbstractSyntax" nsURI="JavaAbstractSyntax" nsPrefix="">
<eClassifiers xsi:type="ecore:EClass" name="AST">
<eStructuralFeatures xsi:type="ecore:EReference" name="root" ordered="false"
lowerBound="1" eType="#/1/ASTNode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1"
eType="#/1/BodyDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#/1/ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javadoc" ordered="false"
lowerBound="1" eType="#/1/Javadoc" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false"
lowerBound="1" eType="#/1/SingleVariableDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="alternateRoot" ordered="false"
lowerBound="1" eType="#/1/ASTNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#/1/Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#/1/PackageDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#/1/ImportDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#/1/AbstractTypeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveBoxing" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveUnboxing" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onDemand" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemberValuePair" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/MethodRefParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodRefParameter" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedModifier" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#/1/ASTNode #/1/ExtendedModifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="native" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="none" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="private" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protected" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="public" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#/1/Annotation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javadoc" ordered="false"
lowerBound="1" eType="#/1/Javadoc" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/1/ASTNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#/1/ASTNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nested" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextElement" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#/1/ASTNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeBounds" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true"
eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDimensions" ordered="false"
unique="false" lowerBound="1" eType="#/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true"
eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1"
eType="#/1/BodyDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageMemberTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration"
ordered="false" lowerBound="1" eType="#/1/AnonymousClassDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#/1/VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Initializer" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDimensions" ordered="false"
unique="false" lowerBound="1" eType="#/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constructor" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/SingleVariableDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1"
eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1"
eType="#/1/TypeParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#/1/AbstractTypeDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#/1/AbstractTypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaceTypes"
upperBound="-1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1"
eType="#/1/EnumConstantDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#/1/AbstractTypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="superclassType" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaceTypes"
upperBound="-1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1"
eType="#/1/TypeParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#/1/Comment"/>
<eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="#/1/Comment">
<eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1"
eType="#/1/TagElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineComment" eSuperTypes="#/1/Comment"/>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#/1/Expression #/1/ExtendedModifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false"
lowerBound="1" eType="#/1/ArrayInitializer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/ArrayType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#/1/AssignementOperatorKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AssignementOperatorKind">
<eLiterals name="RIGHT_SHIFT_SIGNED_ASSIGN" value="1"/>
<eLiterals name="BIT_XOR_ASSIGN" value="2"/>
<eLiterals name="TIMES_ASSIGN" value="3"/>
<eLiterals name="LEFT_SHIFT_ASSIGN" value="4"/>
<eLiterals name="MINUS_ASSIGN" value="5"/>
<eLiterals name="BIT_OR_ASSIGN" value="6"/>
<eLiterals name="PLUS_ASSIGN" value="7"/>
<eLiterals name="ASSIGN" value="8"/>
<eLiterals name="RIGHT_SHIFT_UNSIGNED_ASSIGN" value="9"/>
<eLiterals name="REMAINDER_ASSIGN" value="10"/>
<eLiterals name="DIVIDE_ASSIGN" value="11"/>
<eLiterals name="BIT_AND_ASSIGN" value="12"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/Character"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration"
ordered="false" lowerBound="1" eType="#/1/AnonymousClassDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#/1/InfixExpressionOperatorKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InfixExpressionOperatorKind">
<eLiterals name="GREATER_EQUALS" value="1"/>
<eLiterals name="OR" value="2"/>
<eLiterals name="RIGHT_SHIFT_SIGNED" value="3"/>
<eLiterals name="MINUS" value="4"/>
<eLiterals name="XOR" value="5"/>
<eLiterals name="LESS_EQUALS" value="6"/>
<eLiterals name="EQUALS" value="7"/>
<eLiterals name="NOT_EQUALS" value="8"/>
<eLiterals name="AND" value="9"/>
<eLiterals name="PLUS" value="10"/>
<eLiterals name="GREATER" value="11"/>
<eLiterals name="CONDITIONAL_OR" value="12"/>
<eLiterals name="REMAINDER" value="13"/>
<eLiterals name="LESS" value="14"/>
<eLiterals name="LEFT_SHIFT" value="15"/>
<eLiterals name="RIGHT_SHIFT_UNSIGNED" value="16"/>
<eLiterals name="CONDITIONAL_AND" value="17"/>
<eLiterals name="TIMES" value="18"/>
<eLiterals name="DIVIDE" value="19"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Name" abstract="true" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedName" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#/1/Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="token" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#/1/PostfixExpresssionOperatorKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PostfixExpresssionOperatorKind">
<eLiterals name="INCREMENT" value="1"/>
<eLiterals name="DECREMENT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrefixExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#/1/PrefixExpresssionOperatorKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PrefixExpresssionOperatorKind">
<eLiterals name="MINUS" value="1"/>
<eLiterals name="NOT" value="2"/>
<eLiterals name="DECREMENT" value="3"/>
<eLiterals name="COMPLEMENT" value="4"/>
<eLiterals name="INCREMENT" value="5"/>
<eLiterals name="PLUS" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literalValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#/1/VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#/1/ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#/1/Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="EnhancedForStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false"
lowerBound="1" eType="#/1/SingleVariableDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1"
eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1"
eType="#/1/CatchClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finally" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false"
lowerBound="1" eType="#/1/AbstractTypeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#/1/VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#/1/ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="componentType" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" ordered="false"
unique="false" lowerBound="1" eType="#/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WildcardType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#/1/ExtendedModifier" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedName" eSuperTypes="#/1/Name">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleName" eSuperTypes="#/1/Name">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="declaration" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MarkerAnnotation" eSuperTypes="#/1/Annotation"/>
<eClassifiers xsi:type="ecore:EClass" name="NormalAnnotation" eSuperTypes="#/1/Annotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#/1/MemberValuePair" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleMemberAnnotation" eSuperTypes="#/1/Annotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/NUIM-FM/asmig/test/JavaAbstractSyntax.ecore | ecore | PrimitiveTypes
String
java.lang.String
java.lang.String
Boolean
boolean
boolean
Integer
int
int
Character
char
char
JavaAbstractSyntax
AST
root
ASTNode
AnonymousClassDeclaration
bodyDeclarations
BodyDeclaration
modifiers
javadoc
CatchClause
body
exception
Comment
alternateRoot
CompilationUnit
comments
package
imports
types
Expression
resolveBoxing
resolveUnboxing
ImportDeclaration
onDemand
static
name
MemberRef
name
qualifier
MemberValuePair
name
value
MethodRef
name
qualifier
parameters
MethodRefParameter
name
type
varargs
ExtendedModifier
Modifier
abstract
final
native
none
private
protected
public
static
strictfp
synchronized
transient
volatile
PackageDeclaration
annotations
javadoc
name
Statement
TagElement
fragments
tagName
nested
TextElement
text
Type
TypeParameter
name
typeBounds
VariableDeclaration
extraDimensions
initializer
name
AbstractTypeDeclaration
bodyDeclarations
name
localTypeDeclaration
memberTypeDeclaration
packageMemberTypeDeclaration
AnnotationTypeMemberDeclaration
default
name
type
EnumConstantDeclaration
arguments
anonymousClassDeclaration
name
FieldDeclaration
fragments
type
Initializer
body
MethodDeclaration
body
extraDimensions
name
returnType
constructor
varargs
parameters
thrownExceptions
typeParameters
AnnotationTypeDeclaration
EnumDeclaration
superInterfaceTypes
enumConstants
TypeDeclaration
superclassType
interface
superInterfaceTypes
typeParameters
BlockComment
Javadoc
tags
LineComment
Annotation
typeName
ArrayAccess
array
index
ArrayCreation
dimensions
initializer
type
ArrayInitializer
expressions
Assignment
leftHandSide
operator
rightHandSide
AssignementOperatorKind
RIGHT_SHIFT_SIGNED_ASSIGN
RIGHT_SHIFT_SIGNED_ASSIGN
BIT_XOR_ASSIGN
BIT_XOR_ASSIGN
TIMES_ASSIGN
TIMES_ASSIGN
LEFT_SHIFT_ASSIGN
LEFT_SHIFT_ASSIGN
MINUS_ASSIGN
MINUS_ASSIGN
BIT_OR_ASSIGN
BIT_OR_ASSIGN
PLUS_ASSIGN
PLUS_ASSIGN
ASSIGN
ASSIGN
RIGHT_SHIFT_UNSIGNED_ASSIGN
RIGHT_SHIFT_UNSIGNED_ASSIGN
REMAINDER_ASSIGN
REMAINDER_ASSIGN
DIVIDE_ASSIGN
DIVIDE_ASSIGN
BIT_AND_ASSIGN
BIT_AND_ASSIGN
BooleanLiteral
booleanValue
CastExpression
expression
type
CharacterLiteral
charValue
escapedValue
ClassInstanceCreation
arguments
anonymousClassDeclaration
expression
type
typeArguments
ConditionalExpression
elseExpression
expression
thenExpression
FieldAccess
expression
name
InfixExpression
extendedOperands
leftOperand
operator
rightOperand
InfixExpressionOperatorKind
GREATER_EQUALS
GREATER_EQUALS
OR
OR
RIGHT_SHIFT_SIGNED
RIGHT_SHIFT_SIGNED
MINUS
MINUS
XOR
XOR
LESS_EQUALS
LESS_EQUALS
EQUALS
EQUALS
NOT_EQUALS
NOT_EQUALS
AND
AND
PLUS
PLUS
GREATER
GREATER
CONDITIONAL_OR
CONDITIONAL_OR
REMAINDER
REMAINDER
LESS
LESS
LEFT_SHIFT
LEFT_SHIFT
RIGHT_SHIFT_UNSIGNED
RIGHT_SHIFT_UNSIGNED
CONDITIONAL_AND
CONDITIONAL_AND
TIMES
TIMES
DIVIDE
DIVIDE
InstanceofExpression
leftOperand
rightOperand
MethodInvocation
arguments
expression
name
typeArguments
Name
fullyQualifiedName
NullLiteral
NumberLiteral
token
ParenthesizedExpression
expression
PostfixExpression
operand
operator
PostfixExpresssionOperatorKind
INCREMENT
INCREMENT
DECREMENT
DECREMENT
PrefixExpression
operand
operator
PrefixExpresssionOperatorKind
MINUS
MINUS
NOT
NOT
DECREMENT
DECREMENT
COMPLEMENT
COMPLEMENT
INCREMENT
INCREMENT
PLUS
PLUS
StringLiteral
escapedValue
literalValue
SuperFieldAccess
name
qualifier
SuperMethodInvocation
arguments
name
qualifier
typeArguments
ThisExpression
qualifier
TypeLiteral
type
VariableDeclarationExpression
fragments
modifiers
type
AssertStatement
expression
message
Block
statements
BreakStatement
label
ConstructorInvocation
arguments
typeArguments
ContinueStatement
label
DoStatement
body
expression
EmptyStatement
EnhancedForStatement
body
expression
parameter
ExpressionStatement
expression
ForStatement
body
expression
initializers
updaters
IfStatement
elseStatement
expression
thenStatement
LabeledStatement
body
label
ReturnStatement
expression
SuperConstructorInvocation
arguments
expression
typeArguments
SwitchCase
expression
default
SwitchStatement
expression
statements
SynchronizedStatement
body
expression
ThrowStatement
expression
TryStatement
catchClauses
body
finally
TypeDeclarationStatement
declaration
VariableDeclarationStatement
fragments
modifiers
type
WhileStatement
body
expression
ArrayType
componentType
dimensions
elementType
ParameterizedType
type
typeArguments
PrimitiveType
code
QualifiedType
name
qualifier
SimpleType
name
WildcardType
bound
upperBound
SingleVariableDeclaration
type
varargs
modifiers
VariableDeclarationFragment
QualifiedName
name
qualifier
SimpleName
identifier
declaration
MarkerAnnotation
NormalAnnotation
values
SingleMemberAnnotation
value | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"Character","instanceClass":"char","id":4,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"","nsURI":"JavaAbstractSyntax","name":"JavaAbstractSyntax","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AST","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberValuePair","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedModifier","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignementOperatorKind","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionOperatorKind","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"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":"MethodInvocation","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpresssionOperatorKind","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpresssionOperatorKind","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedType","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildcardType","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedName","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleName","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarkerAnnotation","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalAnnotation","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleMemberAnnotation","instanceClass":null,"abstract":false,"id":104,"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":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"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":"javadoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alternateRoot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"resolveBoxing","changeable":true,"lowerBound":1,"iD":false,"id":132,"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":"resolveUnboxing","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"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":"onDemand","changeable":true,"lowerBound":1,"iD":false,"id":137,"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":138,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":149,"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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":161,"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":162,"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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"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":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":168,"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":"final","changeable":true,"lowerBound":1,"iD":false,"id":169,"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":170,"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":"none","changeable":true,"lowerBound":1,"iD":false,"id":171,"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":"private","changeable":true,"lowerBound":1,"iD":false,"id":172,"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":"protected","changeable":true,"lowerBound":1,"iD":false,"id":173,"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":"public","changeable":true,"lowerBound":1,"iD":false,"id":174,"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":175,"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":176,"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":177,"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":178,"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":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"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":"javadoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":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":202,"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":"tagName","changeable":true,"lowerBound":1,"iD":false,"id":203,"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":"nested","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"},{"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":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"typeBounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"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":"extraDimensions","changeable":true,"lowerBound":1,"iD":false,"id":218,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"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":"localTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":227,"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":"memberTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":228,"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":"packageMemberTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"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":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"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":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"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":258,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraDimensions","changeable":true,"lowerBound":1,"iD":false,"id":259,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":260,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"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":"constructor","changeable":true,"lowerBound":1,"iD":false,"id":262,"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":263,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"thrownExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaceTypes","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":"enumConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superclassType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"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":"interface","changeable":true,"lowerBound":1,"iD":false,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaceTypes","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":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"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":"array","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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"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":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"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":317,"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":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"name":"RIGHT_SHIFT_SIGNED_ASSIGN","id":323,"value":1,"literal":"RIGHT_SHIFT_SIGNED_ASSIGN","eClass":"EEnumLiteral"},{"name":"BIT_XOR_ASSIGN","id":324,"value":2,"literal":"BIT_XOR_ASSIGN","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":325,"value":3,"literal":"TIMES_ASSIGN","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT_ASSIGN","id":326,"value":4,"literal":"LEFT_SHIFT_ASSIGN","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":327,"value":5,"literal":"MINUS_ASSIGN","eClass":"EEnumLiteral"},{"name":"BIT_OR_ASSIGN","id":328,"value":6,"literal":"BIT_OR_ASSIGN","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":329,"value":7,"literal":"PLUS_ASSIGN","eClass":"EEnumLiteral"},{"name":"ASSIGN","id":330,"value":8,"literal":"ASSIGN","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED_ASSIGN","id":331,"value":9,"literal":"RIGHT_SHIFT_UNSIGNED_ASSIGN","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":332,"value":10,"literal":"REMAINDER_ASSIGN","eClass":"EEnumLiteral"},{"name":"DIVIDE_ASSIGN","id":333,"value":11,"literal":"DIVIDE_ASSIGN","eClass":"EEnumLiteral"},{"name":"BIT_AND_ASSIGN","id":334,"value":12,"literal":"BIT_AND_ASSIGN","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":"booleanValue","changeable":true,"lowerBound":1,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"derived":false},{"container":false,"ordered":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":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"charValue","changeable":true,"lowerBound":1,"iD":false,"id":343,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"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":350,"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":351,"derived":false},{"container":false,"ordered":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":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"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":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"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":360,"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":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"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":366,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"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":373,"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":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"name":"GREATER_EQUALS","id":380,"value":1,"literal":"GREATER_EQUALS","eClass":"EEnumLiteral"},{"name":"OR","id":381,"value":2,"literal":"OR","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED","id":382,"value":3,"literal":"RIGHT_SHIFT_SIGNED","eClass":"EEnumLiteral"},{"name":"MINUS","id":383,"value":4,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"XOR","id":384,"value":5,"literal":"XOR","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":385,"value":6,"literal":"LESS_EQUALS","eClass":"EEnumLiteral"},{"name":"EQUALS","id":386,"value":7,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":387,"value":8,"literal":"NOT_EQUALS","eClass":"EEnumLiteral"},{"name":"AND","id":388,"value":9,"literal":"AND","eClass":"EEnumLiteral"},{"name":"PLUS","id":389,"value":10,"literal":"PLUS","eClass":"EEnumLiteral"},{"name":"GREATER","id":390,"value":11,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":391,"value":12,"literal":"CONDITIONAL_OR","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":392,"value":13,"literal":"REMAINDER","eClass":"EEnumLiteral"},{"name":"LESS","id":393,"value":14,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT","id":394,"value":15,"literal":"LEFT_SHIFT","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED","id":395,"value":16,"literal":"RIGHT_SHIFT_UNSIGNED","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":396,"value":17,"literal":"CONDITIONAL_AND","eClass":"EEnumLiteral"},{"name":"TIMES","id":397,"value":18,"literal":"TIMES","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":398,"value":19,"literal":"DIVIDE","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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":399,"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":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"container":false,"ordered":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":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"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":"fullyQualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"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":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"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":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"name":"INCREMENT","id":428,"value":1,"literal":"INCREMENT","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":429,"value":2,"literal":"DECREMENT","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"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":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"name":"MINUS","id":435,"value":1,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"NOT","id":436,"value":2,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":437,"value":3,"literal":"DECREMENT","eClass":"EEnumLiteral"},{"name":"COMPLEMENT","id":438,"value":4,"literal":"COMPLEMENT","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":439,"value":5,"literal":"INCREMENT","eClass":"EEnumLiteral"},{"name":"PLUS","id":440,"value":6,"literal":"PLUS","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":441,"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":"literalValue","changeable":true,"lowerBound":1,"iD":false,"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":"name","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":"qualifier","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":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":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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":453,"derived":false},{"container":false,"ordered":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":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"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":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":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":466,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"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":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"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":473,"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":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":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":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"body","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"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":498,"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":499,"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":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"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":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":509,"derived":false},{"container":false,"ordered":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":510,"derived":false},{"container":false,"ordered":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":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"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":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":518,"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":519,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"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":533,"derived":false},{"container":false,"ordered":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":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"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":539,"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":"default","changeable":true,"lowerBound":1,"iD":false,"id":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"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":544,"derived":false},{"container":false,"ordered":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":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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":549,"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":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"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":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"container":false,"ordered":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":557,"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":558,"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":"finally","changeable":true,"resolveProxies":true,"lowerBound":1,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"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":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":568,"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":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"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":574,"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":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"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":"componentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":579,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dimensions","changeable":true,"lowerBound":1,"iD":false,"id":580,"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":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"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":586,"derived":false},{"container":false,"ordered":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":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"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":"code","changeable":true,"lowerBound":1,"iD":false,"id":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":594,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":595,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":602,"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":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":603,"derived":false},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"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":607,"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":608,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":609,"derived":false},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":615,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":616,"derived":false},{"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":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":620,"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":"declaration","changeable":true,"lowerBound":1,"iD":false,"id":621,"derived":false},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"container":false,"ordered":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":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"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":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":6},{"source":5,"target":7},{"source":5,"target":8},{"source":5,"target":9},{"source":5,"target":10},{"source":5,"target":11},{"source":5,"target":12},{"source":5,"target":13},{"source":5,"target":14},{"source":5,"target":15},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":5,"target":97},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":6,"target":5},{"source":6,"target":105},{"source":105,"target":7},{"source":105,"target":106},{"source":105,"target":6},{"source":106,"target":7},{"source":7,"target":5},{"source":8,"target":5},{"source":8,"target":7},{"source":8,"target":107},{"source":8,"target":108},{"source":107,"target":9},{"source":107,"target":109},{"source":107,"target":8},{"source":109,"target":9},{"source":108,"target":7},{"source":9,"target":5},{"source":9,"target":7},{"source":9,"target":110},{"source":9,"target":111},{"source":9,"target":112},{"source":110,"target":19},{"source":110,"target":113},{"source":110,"target":9},{"source":113,"target":19},{"source":111,"target":38},{"source":111,"target":114},{"source":111,"target":9},{"source":114,"target":38},{"source":112,"target":7},{"source":10,"target":5},{"source":10,"target":7},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":115,"target":71},{"source":115,"target":118},{"source":115,"target":10},{"source":118,"target":71},{"source":116,"target":98},{"source":116,"target":119},{"source":116,"target":10},{"source":119,"target":98},{"source":117,"target":7},{"source":11,"target":5},{"source":11,"target":7},{"source":11,"target":120},{"source":11,"target":121},{"source":120,"target":7},{"source":120,"target":122},{"source":120,"target":11},{"source":122,"target":7},{"source":121,"target":7},{"source":12,"target":5},{"source":12,"target":7},{"source":12,"target":123},{"source":12,"target":124},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":123,"target":11},{"source":123,"target":128},{"source":123,"target":12},{"source":128,"target":11},{"source":124,"target":21},{"source":124,"target":129},{"source":124,"target":12},{"source":129,"target":21},{"source":125,"target":14},{"source":125,"target":130},{"source":125,"target":12},{"source":130,"target":14},{"source":126,"target":28},{"source":126,"target":131},{"source":126,"target":12},{"source":131,"target":28},{"source":127,"target":7},{"source":13,"target":5},{"source":13,"target":7},{"source":13,"target":132},{"source":13,"target":133},{"source":13,"target":134},{"source":132,"target":2},{"source":132,"target":135},{"source":132,"target":13},{"source":135,"target":2},{"source":133,"target":2},{"source":133,"target":136},{"source":133,"target":13},{"source":136,"target":2},{"source":134,"target":7},{"source":14,"target":5},{"source":14,"target":7},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":14,"target":140},{"source":137,"target":2},{"source":137,"target":141},{"source":137,"target":14},{"source":141,"target":2},{"source":138,"target":2},{"source":138,"target":142},{"source":138,"target":14},{"source":142,"target":2},{"source":139,"target":56},{"source":139,"target":143},{"source":139,"target":14},{"source":143,"target":56},{"source":140,"target":7},{"source":15,"target":5},{"source":15,"target":7},{"source":15,"target":144},{"source":15,"target":145},{"source":15,"target":146},{"source":144,"target":101},{"source":144,"target":147},{"source":144,"target":15},{"source":147,"target":101},{"source":145,"target":56},{"source":145,"target":148},{"source":145,"target":15},{"source":148,"target":56},{"source":146,"target":7},{"source":16,"target":5},{"source":16,"target":7},{"source":16,"target":149},{"source":16,"target":150},{"source":16,"target":151},{"source":149,"target":101},{"source":149,"target":152},{"source":149,"target":16},{"source":152,"target":101},{"source":150,"target":13},{"source":150,"target":153},{"source":150,"target":16},{"source":153,"target":13},{"source":151,"target":7},{"source":17,"target":5},{"source":17,"target":7},{"source":17,"target":154},{"source":17,"target":155},{"source":17,"target":156},{"source":17,"target":157},{"source":154,"target":101},{"source":154,"target":158},{"source":154,"target":17},{"source":158,"target":101},{"source":155,"target":56},{"source":155,"target":159},{"source":155,"target":17},{"source":159,"target":56},{"source":156,"target":18},{"source":156,"target":160},{"source":156,"target":17},{"source":160,"target":18},{"source":157,"target":7},{"source":18,"target":5},{"source":18,"target":7},{"source":18,"target":161},{"source":18,"target":162},{"source":18,"target":163},{"source":18,"target":164},{"source":161,"target":101},{"source":161,"target":165},{"source":161,"target":18},{"source":165,"target":101},{"source":162,"target":25},{"source":162,"target":166},{"source":162,"target":18},{"source":166,"target":25},{"source":163,"target":2},{"source":163,"target":167},{"source":163,"target":18},{"source":167,"target":2},{"source":164,"target":7},{"source":19,"target":5},{"source":20,"target":5},{"source":20,"target":7},{"source":20,"target":19},{"source":20,"target":168},{"source":20,"target":169},{"source":20,"target":170},{"source":20,"target":171},{"source":20,"target":172},{"source":20,"target":173},{"source":20,"target":174},{"source":20,"target":175},{"source":20,"target":176},{"source":20,"target":177},{"source":20,"target":178},{"source":20,"target":179},{"source":20,"target":180},{"source":20,"target":181},{"source":168,"target":2},{"source":168,"target":182},{"source":168,"target":20},{"source":182,"target":2},{"source":169,"target":2},{"source":169,"target":183},{"source":169,"target":20},{"source":183,"target":2},{"source":170,"target":2},{"source":170,"target":184},{"source":170,"target":20},{"source":184,"target":2},{"source":171,"target":2},{"source":171,"target":185},{"source":171,"target":20},{"source":185,"target":2},{"source":172,"target":2},{"source":172,"target":186},{"source":172,"target":20},{"source":186,"target":2},{"source":173,"target":2},{"source":173,"target":187},{"source":173,"target":20},{"source":187,"target":2},{"source":174,"target":2},{"source":174,"target":188},{"source":174,"target":20},{"source":188,"target":2},{"source":175,"target":2},{"source":175,"target":189},{"source":175,"target":20},{"source":189,"target":2},{"source":176,"target":2},{"source":176,"target":190},{"source":176,"target":20},{"source":190,"target":2},{"source":177,"target":2},{"source":177,"target":191},{"source":177,"target":20},{"source":191,"target":2},{"source":178,"target":2},{"source":178,"target":192},{"source":178,"target":20},{"source":192,"target":2},{"source":179,"target":2},{"source":179,"target":193},{"source":179,"target":20},{"source":193,"target":2},{"source":180,"target":7},{"source":181,"target":19},{"source":21,"target":5},{"source":21,"target":7},{"source":21,"target":194},{"source":21,"target":195},{"source":21,"target":196},{"source":21,"target":197},{"source":194,"target":40},{"source":194,"target":198},{"source":194,"target":21},{"source":198,"target":40},{"source":195,"target":38},{"source":195,"target":199},{"source":195,"target":21},{"source":199,"target":38},{"source":196,"target":56},{"source":196,"target":200},{"source":196,"target":21},{"source":200,"target":56},{"source":197,"target":7},{"source":22,"target":5},{"source":22,"target":7},{"source":22,"target":201},{"source":201,"target":7},{"source":23,"target":5},{"source":23,"target":7},{"source":23,"target":202},{"source":23,"target":203},{"source":23,"target":204},{"source":23,"target":205},{"source":202,"target":7},{"source":202,"target":206},{"source":202,"target":23},{"source":206,"target":7},{"source":203,"target":1},{"source":203,"target":207},{"source":203,"target":23},{"source":207,"target":1},{"source":204,"target":2},{"source":204,"target":208},{"source":204,"target":23},{"source":208,"target":2},{"source":205,"target":7},{"source":24,"target":5},{"source":24,"target":7},{"source":24,"target":209},{"source":24,"target":210},{"source":209,"target":1},{"source":209,"target":211},{"source":209,"target":24},{"source":211,"target":1},{"source":210,"target":7},{"source":25,"target":5},{"source":25,"target":7},{"source":25,"target":212},{"source":212,"target":7},{"source":26,"target":5},{"source":26,"target":7},{"source":26,"target":213},{"source":26,"target":214},{"source":26,"target":215},{"source":213,"target":101},{"source":213,"target":216},{"source":213,"target":26},{"source":216,"target":101},{"source":214,"target":25},{"source":214,"target":217},{"source":214,"target":26},{"source":217,"target":25},{"source":215,"target":7},{"source":27,"target":5},{"source":27,"target":7},{"source":27,"target":218},{"source":27,"target":219},{"source":27,"target":220},{"source":27,"target":221},{"source":218,"target":3},{"source":218,"target":222},{"source":218,"target":27},{"source":222,"target":3},{"source":219,"target":13},{"source":219,"target":223},{"source":219,"target":27},{"source":223,"target":13},{"source":220,"target":101},{"source":220,"target":224},{"source":220,"target":27},{"source":224,"target":101},{"source":221,"target":7},{"source":28,"target":5},{"source":28,"target":9},{"source":28,"target":225},{"source":28,"target":226},{"source":28,"target":227},{"source":28,"target":228},{"source":28,"target":229},{"source":28,"target":230},{"source":225,"target":9},{"source":225,"target":231},{"source":225,"target":28},{"source":231,"target":9},{"source":226,"target":101},{"source":226,"target":232},{"source":226,"target":28},{"source":232,"target":101},{"source":227,"target":2},{"source":227,"target":233},{"source":227,"target":28},{"source":233,"target":2},{"source":228,"target":2},{"source":228,"target":234},{"source":228,"target":28},{"source":234,"target":2},{"source":229,"target":2},{"source":229,"target":235},{"source":229,"target":28},{"source":235,"target":2},{"source":230,"target":9},{"source":29,"target":5},{"source":29,"target":9},{"source":29,"target":236},{"source":29,"target":237},{"source":29,"target":238},{"source":29,"target":239},{"source":236,"target":13},{"source":236,"target":240},{"source":236,"target":29},{"source":240,"target":13},{"source":237,"target":101},{"source":237,"target":241},{"source":237,"target":29},{"source":241,"target":101},{"source":238,"target":25},{"source":238,"target":242},{"source":238,"target":29},{"source":242,"target":25},{"source":239,"target":9},{"source":30,"target":5},{"source":30,"target":9},{"source":30,"target":243},{"source":30,"target":244},{"source":30,"target":245},{"source":30,"target":246},{"source":243,"target":13},{"source":243,"target":247},{"source":243,"target":30},{"source":247,"target":13},{"source":244,"target":8},{"source":244,"target":248},{"source":244,"target":30},{"source":248,"target":8},{"source":245,"target":101},{"source":245,"target":249},{"source":245,"target":30},{"source":249,"target":101},{"source":246,"target":9},{"source":31,"target":5},{"source":31,"target":9},{"source":31,"target":250},{"source":31,"target":251},{"source":31,"target":252},{"source":250,"target":99},{"source":250,"target":253},{"source":250,"target":31},{"source":253,"target":99},{"source":251,"target":25},{"source":251,"target":254},{"source":251,"target":31},{"source":254,"target":25},{"source":252,"target":9},{"source":32,"target":5},{"source":32,"target":9},{"source":32,"target":255},{"source":32,"target":256},{"source":255,"target":71},{"source":255,"target":257},{"source":255,"target":32},{"source":257,"target":71},{"source":256,"target":9},{"source":33,"target":5},{"source":33,"target":9},{"source":33,"target":258},{"source":33,"target":259},{"source":33,"target":260},{"source":33,"target":261},{"source":33,"target":262},{"source":33,"target":263},{"source":33,"target":264},{"source":33,"target":265},{"source":33,"target":266},{"source":33,"target":267},{"source":258,"target":71},{"source":258,"target":268},{"source":258,"target":33},{"source":268,"target":71},{"source":259,"target":3},{"source":259,"target":269},{"source":259,"target":33},{"source":269,"target":3},{"source":260,"target":101},{"source":260,"target":270},{"source":260,"target":33},{"source":270,"target":101},{"source":261,"target":25},{"source":261,"target":271},{"source":261,"target":33},{"source":271,"target":25},{"source":262,"target":2},{"source":262,"target":272},{"source":262,"target":33},{"source":272,"target":2},{"source":263,"target":2},{"source":263,"target":273},{"source":263,"target":33},{"source":273,"target":2},{"source":264,"target":98},{"source":264,"target":274},{"source":264,"target":33},{"source":274,"target":98},{"source":265,"target":56},{"source":265,"target":275},{"source":265,"target":33},{"source":275,"target":56},{"source":266,"target":26},{"source":266,"target":276},{"source":266,"target":33},{"source":276,"target":26},{"source":267,"target":9},{"source":34,"target":5},{"source":34,"target":28},{"source":34,"target":277},{"source":277,"target":28},{"source":35,"target":5},{"source":35,"target":28},{"source":35,"target":278},{"source":35,"target":279},{"source":35,"target":280},{"source":278,"target":25},{"source":278,"target":281},{"source":278,"target":35},{"source":281,"target":25},{"source":279,"target":30},{"source":279,"target":282},{"source":279,"target":35},{"source":282,"target":30},{"source":280,"target":28},{"source":36,"target":5},{"source":36,"target":28},{"source":36,"target":283},{"source":36,"target":284},{"source":36,"target":285},{"source":36,"target":286},{"source":36,"target":287},{"source":283,"target":25},{"source":283,"target":288},{"source":283,"target":36},{"source":288,"target":25},{"source":284,"target":2},{"source":284,"target":289},{"source":284,"target":36},{"source":289,"target":2},{"source":285,"target":25},{"source":285,"target":290},{"source":285,"target":36},{"source":290,"target":25},{"source":286,"target":26},{"source":286,"target":291},{"source":286,"target":36},{"source":291,"target":26},{"source":287,"target":28},{"source":37,"target":5},{"source":37,"target":11},{"source":37,"target":292},{"source":292,"target":11},{"source":38,"target":5},{"source":38,"target":11},{"source":38,"target":293},{"source":38,"target":294},{"source":293,"target":23},{"source":293,"target":295},{"source":293,"target":38},{"source":295,"target":23},{"source":294,"target":11},{"source":39,"target":5},{"source":39,"target":11},{"source":39,"target":296},{"source":296,"target":11},{"source":40,"target":5},{"source":40,"target":13},{"source":40,"target":19},{"source":40,"target":297},{"source":40,"target":298},{"source":40,"target":299},{"source":297,"target":56},{"source":297,"target":300},{"source":297,"target":40},{"source":300,"target":56},{"source":298,"target":13},{"source":299,"target":19},{"source":41,"target":5},{"source":41,"target":13},{"source":41,"target":301},{"source":41,"target":302},{"source":41,"target":303},{"source":301,"target":13},{"source":301,"target":304},{"source":301,"target":41},{"source":304,"target":13},{"source":302,"target":13},{"source":302,"target":305},{"source":302,"target":41},{"source":305,"target":13},{"source":303,"target":13},{"source":42,"target":5},{"source":42,"target":13},{"source":42,"target":306},{"source":42,"target":307},{"source":42,"target":308},{"source":42,"target":309},{"source":306,"target":13},{"source":306,"target":310},{"source":306,"target":42},{"source":310,"target":13},{"source":307,"target":43},{"source":307,"target":311},{"source":307,"target":42},{"source":311,"target":43},{"source":308,"target":92},{"source":308,"target":312},{"source":308,"target":42},{"source":312,"target":92},{"source":309,"target":13},{"source":43,"target":5},{"source":43,"target":13},{"source":43,"target":313},{"source":43,"target":314},{"source":313,"target":13},{"source":313,"target":315},{"source":313,"target":43},{"source":315,"target":13},{"source":314,"target":13},{"source":44,"target":5},{"source":44,"target":13},{"source":44,"target":316},{"source":44,"target":317},{"source":44,"target":318},{"source":44,"target":319},{"source":316,"target":13},{"source":316,"target":320},{"source":316,"target":44},{"source":320,"target":13},{"source":317,"target":45},{"source":317,"target":321},{"source":317,"target":44},{"source":321,"target":45},{"source":318,"target":13},{"source":318,"target":322},{"source":318,"target":44},{"source":322,"target":13},{"source":319,"target":13},{"source":45,"target":5},{"source":45,"target":323},{"source":45,"target":324},{"source":45,"target":325},{"source":45,"target":326},{"source":45,"target":327},{"source":45,"target":328},{"source":45,"target":329},{"source":45,"target":330},{"source":45,"target":331},{"source":45,"target":332},{"source":45,"target":333},{"source":45,"target":334},{"source":323,"target":45},{"source":324,"target":45},{"source":325,"target":45},{"source":326,"target":45},{"source":327,"target":45},{"source":328,"target":45},{"source":329,"target":45},{"source":330,"target":45},{"source":331,"target":45},{"source":332,"target":45},{"source":333,"target":45},{"source":334,"target":45},{"source":46,"target":5},{"source":46,"target":13},{"source":46,"target":335},{"source":46,"target":336},{"source":335,"target":2},{"source":335,"target":337},{"source":335,"target":46},{"source":337,"target":2},{"source":336,"target":13},{"source":47,"target":5},{"source":47,"target":13},{"source":47,"target":338},{"source":47,"target":339},{"source":47,"target":340},{"source":338,"target":13},{"source":338,"target":341},{"source":338,"target":47},{"source":341,"target":13},{"source":339,"target":25},{"source":339,"target":342},{"source":339,"target":47},{"source":342,"target":25},{"source":340,"target":13},{"source":48,"target":5},{"source":48,"target":13},{"source":48,"target":343},{"source":48,"target":344},{"source":48,"target":345},{"source":343,"target":4},{"source":343,"target":346},{"source":343,"target":48},{"source":346,"target":4},{"source":344,"target":1},{"source":344,"target":347},{"source":344,"target":48},{"source":347,"target":1},{"source":345,"target":13},{"source":49,"target":5},{"source":49,"target":13},{"source":49,"target":348},{"source":49,"target":349},{"source":49,"target":350},{"source":49,"target":351},{"source":49,"target":352},{"source":49,"target":353},{"source":348,"target":13},{"source":348,"target":354},{"source":348,"target":49},{"source":354,"target":13},{"source":349,"target":8},{"source":349,"target":355},{"source":349,"target":49},{"source":355,"target":8},{"source":350,"target":13},{"source":350,"target":356},{"source":350,"target":49},{"source":356,"target":13},{"source":351,"target":25},{"source":351,"target":357},{"source":351,"target":49},{"source":357,"target":25},{"source":352,"target":25},{"source":352,"target":358},{"source":352,"target":49},{"source":358,"target":25},{"source":353,"target":13},{"source":50,"target":5},{"source":50,"target":13},{"source":50,"target":359},{"source":50,"target":360},{"source":50,"target":361},{"source":50,"target":362},{"source":359,"target":13},{"source":359,"target":363},{"source":359,"target":50},{"source":363,"target":13},{"source":360,"target":13},{"source":360,"target":364},{"source":360,"target":50},{"source":364,"target":13},{"source":361,"target":13},{"source":361,"target":365},{"source":361,"target":50},{"source":365,"target":13},{"source":362,"target":13},{"source":51,"target":5},{"source":51,"target":13},{"source":51,"target":366},{"source":51,"target":367},{"source":51,"target":368},{"source":366,"target":13},{"source":366,"target":369},{"source":366,"target":51},{"source":369,"target":13},{"source":367,"target":101},{"source":367,"target":370},{"source":367,"target":51},{"source":370,"target":101},{"source":368,"target":13},{"source":52,"target":5},{"source":52,"target":13},{"source":52,"target":371},{"source":52,"target":372},{"source":52,"target":373},{"source":52,"target":374},{"source":52,"target":375},{"source":371,"target":13},{"source":371,"target":376},{"source":371,"target":52},{"source":376,"target":13},{"source":372,"target":13},{"source":372,"target":377},{"source":372,"target":52},{"source":377,"target":13},{"source":373,"target":53},{"source":373,"target":378},{"source":373,"target":52},{"source":378,"target":53},{"source":374,"target":13},{"source":374,"target":379},{"source":374,"target":52},{"source":379,"target":13},{"source":375,"target":13},{"source":53,"target":5},{"source":53,"target":380},{"source":53,"target":381},{"source":53,"target":382},{"source":53,"target":383},{"source":53,"target":384},{"source":53,"target":385},{"source":53,"target":386},{"source":53,"target":387},{"source":53,"target":388},{"source":53,"target":389},{"source":53,"target":390},{"source":53,"target":391},{"source":53,"target":392},{"source":53,"target":393},{"source":53,"target":394},{"source":53,"target":395},{"source":53,"target":396},{"source":53,"target":397},{"source":53,"target":398},{"source":380,"target":53},{"source":381,"target":53},{"source":382,"target":53},{"source":383,"target":53},{"source":384,"target":53},{"source":385,"target":53},{"source":386,"target":53},{"source":387,"target":53},{"source":388,"target":53},{"source":389,"target":53},{"source":390,"target":53},{"source":391,"target":53},{"source":392,"target":53},{"source":393,"target":53},{"source":394,"target":53},{"source":395,"target":53},{"source":396,"target":53},{"source":397,"target":53},{"source":398,"target":53},{"source":54,"target":5},{"source":54,"target":13},{"source":54,"target":399},{"source":54,"target":400},{"source":54,"target":401},{"source":399,"target":13},{"source":399,"target":402},{"source":399,"target":54},{"source":402,"target":13},{"source":400,"target":25},{"source":400,"target":403},{"source":400,"target":54},{"source":403,"target":25},{"source":401,"target":13},{"source":55,"target":5},{"source":55,"target":13},{"source":55,"target":404},{"source":55,"target":405},{"source":55,"target":406},{"source":55,"target":407},{"source":55,"target":408},{"source":404,"target":13},{"source":404,"target":409},{"source":404,"target":55},{"source":409,"target":13},{"source":405,"target":13},{"source":405,"target":410},{"source":405,"target":55},{"source":410,"target":13},{"source":406,"target":101},{"source":406,"target":411},{"source":406,"target":55},{"source":411,"target":101},{"source":407,"target":25},{"source":407,"target":412},{"source":407,"target":55},{"source":412,"target":25},{"source":408,"target":13},{"source":56,"target":5},{"source":56,"target":13},{"source":56,"target":413},{"source":56,"target":414},{"source":413,"target":1},{"source":413,"target":415},{"source":413,"target":56},{"source":415,"target":1},{"source":414,"target":13},{"source":57,"target":5},{"source":57,"target":13},{"source":57,"target":416},{"source":416,"target":13},{"source":58,"target":5},{"source":58,"target":13},{"source":58,"target":417},{"source":58,"target":418},{"source":417,"target":1},{"source":417,"target":419},{"source":417,"target":58},{"source":419,"target":1},{"source":418,"target":13},{"source":59,"target":5},{"source":59,"target":13},{"source":59,"target":420},{"source":59,"target":421},{"source":420,"target":13},{"source":420,"target":422},{"source":420,"target":59},{"source":422,"target":13},{"source":421,"target":13},{"source":60,"target":5},{"source":60,"target":13},{"source":60,"target":423},{"source":60,"target":424},{"source":60,"target":425},{"source":423,"target":13},{"source":423,"target":426},{"source":423,"target":60},{"source":426,"target":13},{"source":424,"target":61},{"source":424,"target":427},{"source":424,"target":60},{"source":427,"target":61},{"source":425,"target":13},{"source":61,"target":5},{"source":61,"target":428},{"source":61,"target":429},{"source":428,"target":61},{"source":429,"target":61},{"source":62,"target":5},{"source":62,"target":13},{"source":62,"target":430},{"source":62,"target":431},{"source":62,"target":432},{"source":430,"target":13},{"source":430,"target":433},{"source":430,"target":62},{"source":433,"target":13},{"source":431,"target":63},{"source":431,"target":434},{"source":431,"target":62},{"source":434,"target":63},{"source":432,"target":13},{"source":63,"target":5},{"source":63,"target":435},{"source":63,"target":436},{"source":63,"target":437},{"source":63,"target":438},{"source":63,"target":439},{"source":63,"target":440},{"source":435,"target":63},{"source":436,"target":63},{"source":437,"target":63},{"source":438,"target":63},{"source":439,"target":63},{"source":440,"target":63},{"source":64,"target":5},{"source":64,"target":13},{"source":64,"target":441},{"source":64,"target":442},{"source":64,"target":443},{"source":441,"target":1},{"source":441,"target":444},{"source":441,"target":64},{"source":444,"target":1},{"source":442,"target":1},{"source":442,"target":445},{"source":442,"target":64},{"source":445,"target":1},{"source":443,"target":13},{"source":65,"target":5},{"source":65,"target":13},{"source":65,"target":446},{"source":65,"target":447},{"source":65,"target":448},{"source":446,"target":101},{"source":446,"target":449},{"source":446,"target":65},{"source":449,"target":101},{"source":447,"target":56},{"source":447,"target":450},{"source":447,"target":65},{"source":450,"target":56},{"source":448,"target":13},{"source":66,"target":5},{"source":66,"target":13},{"source":66,"target":451},{"source":66,"target":452},{"source":66,"target":453},{"source":66,"target":454},{"source":66,"target":455},{"source":451,"target":13},{"source":451,"target":456},{"source":451,"target":66},{"source":456,"target":13},{"source":452,"target":56},{"source":452,"target":457},{"source":452,"target":66},{"source":457,"target":56},{"source":453,"target":56},{"source":453,"target":458},{"source":453,"target":66},{"source":458,"target":56},{"source":454,"target":25},{"source":454,"target":459},{"source":454,"target":66},{"source":459,"target":25},{"source":455,"target":13},{"source":67,"target":5},{"source":67,"target":13},{"source":67,"target":460},{"source":67,"target":461},{"source":460,"target":56},{"source":460,"target":462},{"source":460,"target":67},{"source":462,"target":56},{"source":461,"target":13},{"source":68,"target":5},{"source":68,"target":13},{"source":68,"target":463},{"source":68,"target":464},{"source":463,"target":25},{"source":463,"target":465},{"source":463,"target":68},{"source":465,"target":25},{"source":464,"target":13},{"source":69,"target":5},{"source":69,"target":13},{"source":69,"target":466},{"source":69,"target":467},{"source":69,"target":468},{"source":69,"target":469},{"source":466,"target":99},{"source":466,"target":470},{"source":466,"target":69},{"source":470,"target":99},{"source":467,"target":19},{"source":467,"target":471},{"source":467,"target":69},{"source":471,"target":19},{"source":468,"target":25},{"source":468,"target":472},{"source":468,"target":69},{"source":472,"target":25},{"source":469,"target":13},{"source":70,"target":5},{"source":70,"target":22},{"source":70,"target":473},{"source":70,"target":474},{"source":70,"target":475},{"source":473,"target":13},{"source":473,"target":476},{"source":473,"target":70},{"source":476,"target":13},{"source":474,"target":13},{"source":474,"target":477},{"source":474,"target":70},{"source":477,"target":13},{"source":475,"target":22},{"source":71,"target":5},{"source":71,"target":22},{"source":71,"target":478},{"source":71,"target":479},{"source":478,"target":22},{"source":478,"target":480},{"source":478,"target":71},{"source":480,"target":22},{"source":479,"target":22},{"source":72,"target":5},{"source":72,"target":22},{"source":72,"target":481},{"source":72,"target":482},{"source":481,"target":101},{"source":481,"target":483},{"source":481,"target":72},{"source":483,"target":101},{"source":482,"target":22},{"source":73,"target":5},{"source":73,"target":22},{"source":73,"target":484},{"source":73,"target":485},{"source":73,"target":486},{"source":484,"target":13},{"source":484,"target":487},{"source":484,"target":73},{"source":487,"target":13},{"source":485,"target":25},{"source":485,"target":488},{"source":485,"target":73},{"source":488,"target":25},{"source":486,"target":22},{"source":74,"target":5},{"source":74,"target":22},{"source":74,"target":489},{"source":74,"target":490},{"source":489,"target":101},{"source":489,"target":491},{"source":489,"target":74},{"source":491,"target":101},{"source":490,"target":22},{"source":75,"target":5},{"source":75,"target":22},{"source":75,"target":492},{"source":75,"target":493},{"source":75,"target":494},{"source":492,"target":22},{"source":492,"target":495},{"source":492,"target":75},{"source":495,"target":22},{"source":493,"target":13},{"source":493,"target":496},{"source":493,"target":75},{"source":496,"target":13},{"source":494,"target":22},{"source":76,"target":5},{"source":76,"target":22},{"source":76,"target":497},{"source":497,"target":22},{"source":77,"target":5},{"source":77,"target":22},{"source":77,"target":498},{"source":77,"target":499},{"source":77,"target":500},{"source":77,"target":501},{"source":498,"target":22},{"source":498,"target":502},{"source":498,"target":77},{"source":502,"target":22},{"source":499,"target":13},{"source":499,"target":503},{"source":499,"target":77},{"source":503,"target":13},{"source":500,"target":98},{"source":500,"target":504},{"source":500,"target":77},{"source":504,"target":98},{"source":501,"target":22},{"source":78,"target":5},{"source":78,"target":22},{"source":78,"target":505},{"source":78,"target":506},{"source":505,"target":13},{"source":505,"target":507},{"source":505,"target":78},{"source":507,"target":13},{"source":506,"target":22},{"source":79,"target":5},{"source":79,"target":22},{"source":79,"target":508},{"source":79,"target":509},{"source":79,"target":510},{"source":79,"target":511},{"source":79,"target":512},{"source":508,"target":22},{"source":508,"target":513},{"source":508,"target":79},{"source":513,"target":22},{"source":509,"target":13},{"source":509,"target":514},{"source":509,"target":79},{"source":514,"target":13},{"source":510,"target":13},{"source":510,"target":515},{"source":510,"target":79},{"source":515,"target":13},{"source":511,"target":13},{"source":511,"target":516},{"source":511,"target":79},{"source":516,"target":13},{"source":512,"target":22},{"source":80,"target":5},{"source":80,"target":22},{"source":80,"target":517},{"source":80,"target":518},{"source":80,"target":519},{"source":80,"target":520},{"source":517,"target":22},{"source":517,"target":521},{"source":517,"target":80},{"source":521,"target":22},{"source":518,"target":13},{"source":518,"target":522},{"source":518,"target":80},{"source":522,"target":13},{"source":519,"target":22},{"source":519,"target":523},{"source":519,"target":80},{"source":523,"target":22},{"source":520,"target":22},{"source":81,"target":5},{"source":81,"target":22},{"source":81,"target":524},{"source":81,"target":525},{"source":81,"target":526},{"source":524,"target":22},{"source":524,"target":527},{"source":524,"target":81},{"source":527,"target":22},{"source":525,"target":101},{"source":525,"target":528},{"source":525,"target":81},{"source":528,"target":101},{"source":526,"target":22},{"source":82,"target":5},{"source":82,"target":22},{"source":82,"target":529},{"source":82,"target":530},{"source":529,"target":13},{"source":529,"target":531},{"source":529,"target":82},{"source":531,"target":13},{"source":530,"target":22},{"source":83,"target":5},{"source":83,"target":22},{"source":83,"target":532},{"source":83,"target":533},{"source":83,"target":534},{"source":83,"target":535},{"source":532,"target":13},{"source":532,"target":536},{"source":532,"target":83},{"source":536,"target":13},{"source":533,"target":13},{"source":533,"target":537},{"source":533,"target":83},{"source":537,"target":13},{"source":534,"target":25},{"source":534,"target":538},{"source":534,"target":83},{"source":538,"target":25},{"source":535,"target":22},{"source":84,"target":5},{"source":84,"target":22},{"source":84,"target":539},{"source":84,"target":540},{"source":84,"target":541},{"source":539,"target":13},{"source":539,"target":542},{"source":539,"target":84},{"source":542,"target":13},{"source":540,"target":2},{"source":540,"target":543},{"source":540,"target":84},{"source":543,"target":2},{"source":541,"target":22},{"source":85,"target":5},{"source":85,"target":22},{"source":85,"target":544},{"source":85,"target":545},{"source":85,"target":546},{"source":544,"target":13},{"source":544,"target":547},{"source":544,"target":85},{"source":547,"target":13},{"source":545,"target":22},{"source":545,"target":548},{"source":545,"target":85},{"source":548,"target":22},{"source":546,"target":22},{"source":86,"target":5},{"source":86,"target":22},{"source":86,"target":549},{"source":86,"target":550},{"source":86,"target":551},{"source":549,"target":71},{"source":549,"target":552},{"source":549,"target":86},{"source":552,"target":71},{"source":550,"target":13},{"source":550,"target":553},{"source":550,"target":86},{"source":553,"target":13},{"source":551,"target":22},{"source":87,"target":5},{"source":87,"target":22},{"source":87,"target":554},{"source":87,"target":555},{"source":554,"target":13},{"source":554,"target":556},{"source":554,"target":87},{"source":556,"target":13},{"source":555,"target":22},{"source":88,"target":5},{"source":88,"target":22},{"source":88,"target":557},{"source":88,"target":558},{"source":88,"target":559},{"source":88,"target":560},{"source":557,"target":10},{"source":557,"target":561},{"source":557,"target":88},{"source":561,"target":10},{"source":558,"target":71},{"source":558,"target":562},{"source":558,"target":88},{"source":562,"target":71},{"source":559,"target":71},{"source":559,"target":563},{"source":559,"target":88},{"source":563,"target":71},{"source":560,"target":22},{"source":89,"target":5},{"source":89,"target":22},{"source":89,"target":564},{"source":89,"target":565},{"source":564,"target":28},{"source":564,"target":566},{"source":564,"target":89},{"source":566,"target":28},{"source":565,"target":22},{"source":90,"target":5},{"source":90,"target":22},{"source":90,"target":567},{"source":90,"target":568},{"source":90,"target":569},{"source":90,"target":570},{"source":567,"target":99},{"source":567,"target":571},{"source":567,"target":90},{"source":571,"target":99},{"source":568,"target":19},{"source":568,"target":572},{"source":568,"target":90},{"source":572,"target":19},{"source":569,"target":25},{"source":569,"target":573},{"source":569,"target":90},{"source":573,"target":25},{"source":570,"target":22},{"source":91,"target":5},{"source":91,"target":22},{"source":91,"target":574},{"source":91,"target":575},{"source":91,"target":576},{"source":574,"target":22},{"source":574,"target":577},{"source":574,"target":91},{"source":577,"target":22},{"source":575,"target":13},{"source":575,"target":578},{"source":575,"target":91},{"source":578,"target":13},{"source":576,"target":22},{"source":92,"target":5},{"source":92,"target":25},{"source":92,"target":579},{"source":92,"target":580},{"source":92,"target":581},{"source":92,"target":582},{"source":579,"target":25},{"source":579,"target":583},{"source":579,"target":92},{"source":583,"target":25},{"source":580,"target":3},{"source":580,"target":584},{"source":580,"target":92},{"source":584,"target":3},{"source":581,"target":25},{"source":581,"target":585},{"source":581,"target":92},{"source":585,"target":25},{"source":582,"target":25},{"source":93,"target":5},{"source":93,"target":25},{"source":93,"target":586},{"source":93,"target":587},{"source":93,"target":588},{"source":586,"target":25},{"source":586,"target":589},{"source":586,"target":93},{"source":589,"target":25},{"source":587,"target":25},{"source":587,"target":590},{"source":587,"target":93},{"source":590,"target":25},{"source":588,"target":25},{"source":94,"target":5},{"source":94,"target":25},{"source":94,"target":591},{"source":94,"target":592},{"source":591,"target":1},{"source":591,"target":593},{"source":591,"target":94},{"source":593,"target":1},{"source":592,"target":25},{"source":95,"target":5},{"source":95,"target":25},{"source":95,"target":594},{"source":95,"target":595},{"source":95,"target":596},{"source":594,"target":101},{"source":594,"target":597},{"source":594,"target":95},{"source":597,"target":101},{"source":595,"target":25},{"source":595,"target":598},{"source":595,"target":95},{"source":598,"target":25},{"source":596,"target":25},{"source":96,"target":5},{"source":96,"target":25},{"source":96,"target":599},{"source":96,"target":600},{"source":599,"target":56},{"source":599,"target":601},{"source":599,"target":96},{"source":601,"target":56},{"source":600,"target":25},{"source":97,"target":5},{"source":97,"target":25},{"source":97,"target":602},{"source":97,"target":603},{"source":97,"target":604},{"source":602,"target":25},{"source":602,"target":605},{"source":602,"target":97},{"source":605,"target":25},{"source":603,"target":2},{"source":603,"target":606},{"source":603,"target":97},{"source":606,"target":2},{"source":604,"target":25},{"source":98,"target":5},{"source":98,"target":27},{"source":98,"target":607},{"source":98,"target":608},{"source":98,"target":609},{"source":98,"target":610},{"source":607,"target":25},{"source":607,"target":611},{"source":607,"target":98},{"source":611,"target":25},{"source":608,"target":2},{"source":608,"target":612},{"source":608,"target":98},{"source":612,"target":2},{"source":609,"target":19},{"source":609,"target":613},{"source":609,"target":98},{"source":613,"target":19},{"source":610,"target":27},{"source":99,"target":5},{"source":99,"target":27},{"source":99,"target":614},{"source":614,"target":27},{"source":100,"target":5},{"source":100,"target":56},{"source":100,"target":615},{"source":100,"target":616},{"source":100,"target":617},{"source":615,"target":101},{"source":615,"target":618},{"source":615,"target":100},{"source":618,"target":101},{"source":616,"target":56},{"source":616,"target":619},{"source":616,"target":100},{"source":619,"target":56},{"source":617,"target":56},{"source":101,"target":5},{"source":101,"target":56},{"source":101,"target":620},{"source":101,"target":621},{"source":101,"target":622},{"source":620,"target":1},{"source":620,"target":623},{"source":620,"target":101},{"source":623,"target":1},{"source":621,"target":2},{"source":621,"target":624},{"source":621,"target":101},{"source":624,"target":2},{"source":622,"target":56},{"source":102,"target":5},{"source":102,"target":40},{"source":102,"target":625},{"source":625,"target":40},{"source":103,"target":5},{"source":103,"target":40},{"source":103,"target":626},{"source":103,"target":627},{"source":626,"target":16},{"source":626,"target":628},{"source":626,"target":103},{"source":628,"target":16},{"source":627,"target":40},{"source":104,"target":5},{"source":104,"target":40},{"source":104,"target":629},{"source":104,"target":630},{"source":629,"target":13},{"source":629,"target":631},{"source":629,"target":104},{"source":631,"target":13},{"source":630,"target":40}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="CreateReferencedEClassTest">
<eClassifiers xsi:type="ecore:EClass" name="Testclass1">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tc1to2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InheritedClass" eSuperTypes="#//Testclass1">
<eAnnotations source="marker"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Hu3bl/emf.refactor/org.eclipse.emf.refactor.refactorings.ecore/tests/CreateReferencedEClass/test_09/source.ecore | ecore | CreateReferencedEClassTest
Testclass1
tc1to2
InheritedClass | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"CreateReferencedEClassTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InheritedClass","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":"tc1to2","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":4},{"source":4,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="StateMachine" nsURI="se.studieren.mdd.transformer.StateMachine"
nsPrefix="mdd">
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Vertex">
<eStructuralFeatures xsi:type="ecore:EReference" name="region" upperBound="-1"
eType="#//Region" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="doActivity" eType="#//Behavior"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deferrableTrigger" upperBound="-1"
eType="#//Trigger" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateInvariant" eType="#//Constraint"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exit" eType="#//Behavior"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="#//Behavior"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
changeable="false" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSimple" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
changeable="false" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSubmachineState" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
changeable="false" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="submachine" eType="#//StateMachine"
eOpposite="#//StateMachine/submachineState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entryPoint" eType="#//PseudoState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exitPoint" upperBound="-1"
eType="#//PseudoState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Vertex">
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/target"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Region">
<eStructuralFeatures xsi:type="ecore:EReference" name="subvertex" upperBound="-1"
eType="#//Vertex" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1"
eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PseudoState" eSuperTypes="#//Vertex">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pseudoStateKind" eType="#//PseudoStateKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior">
<eStructuralFeatures xsi:type="ecore:EReference" name="region" lowerBound="1"
upperBound="-1" eType="#//Region" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="submachineState" upperBound="-1"
eType="#//State" eOpposite="#//State/submachine"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<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"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effect" eType="#//Behavior"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" upperBound="-1"
eType="#//Trigger" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Constraint"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//TransitionKind"
defaultValueLiteral="external"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constraint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TransitionKind">
<eLiterals name="internal"/>
<eLiterals name="local" value="1"/>
<eLiterals name="external" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PseudoStateKind">
<eLiterals name="initial"/>
<eLiterals name="join" value="1"/>
<eLiterals name="fork" value="2"/>
<eLiterals name="junction" value="3"/>
<eLiterals name="choice" value="4"/>
<eLiterals name="entryPoint" value="5"/>
<eLiterals name="exitPoint" value="6"/>
<eLiterals name="terminate" value="7"/>
<eLiterals name="deepHistory" value="8"/>
<eLiterals name="shallowHistory" value="9"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CodeBlock" eSuperTypes="#//Behavior">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/elordin/model-transformer/model/05_StateMachine/StateMachine.ecore | ecore | StateMachine
State
region
doActivity
deferrableTrigger
stateInvariant
exit
entry
isComposite
isSimple
isSubmachineState
submachine
entryPoint
exitPoint
Vertex
outgoing
incoming
name
FinalState
Region
subvertex
transition
name
PseudoState
pseudoStateKind
returnValue
StateMachine
region
name
submachineState
Transition
source
target
effect
trigger
guard
kind
external
name
Behavior
Trigger
trigger
Constraint
constraint
TransitionKind
internal
internal
local
local
external
external
PseudoStateKind
initial
initial
join
join
fork
fork
junction
junction
choice
choice
entryPoint
entryPoint
exitPoint
exitPoint
terminate
terminate
deepHistory
deepHistory
shallowHistory
shallowHistory
CodeBlock
desc | null | {"directed":true,"nodes":[{"nsPrefix":"mdd","nsURI":"se.studieren.mdd.transformer.StateMachine","name":"StateMachine","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":"Vertex","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PseudoState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","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,"instanceClassName":null,"name":"TransitionKind","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PseudoStateKind","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeBlock","instanceClass":null,"abstract":false,"id":13,"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":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"doActivity","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":"deferrableTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stateInvariant","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":"exit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":false,"lowerBound":0,"iD":false,"id":20,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSimple","changeable":false,"lowerBound":0,"iD":false,"id":21,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSubmachineState","changeable":false,"lowerBound":0,"iD":false,"id":22,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"submachine","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":"entryPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exitPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"submachineState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"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":false,"ordered":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":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subvertex","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":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pseudoStateKind","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"effect","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":"trigger","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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"external","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"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":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"name":"internal","id":82,"value":0,"literal":"internal","eClass":"EEnumLiteral"},{"name":"local","id":83,"value":1,"literal":"local","eClass":"EEnumLiteral"},{"name":"external","id":84,"value":2,"literal":"external","eClass":"EEnumLiteral"},{"name":"initial","id":85,"value":0,"literal":"initial","eClass":"EEnumLiteral"},{"name":"join","id":86,"value":1,"literal":"join","eClass":"EEnumLiteral"},{"name":"fork","id":87,"value":2,"literal":"fork","eClass":"EEnumLiteral"},{"name":"junction","id":88,"value":3,"literal":"junction","eClass":"EEnumLiteral"},{"name":"choice","id":89,"value":4,"literal":"choice","eClass":"EEnumLiteral"},{"name":"entryPoint","id":90,"value":5,"literal":"entryPoint","eClass":"EEnumLiteral"},{"name":"exitPoint","id":91,"value":6,"literal":"exitPoint","eClass":"EEnumLiteral"},{"name":"terminate","id":92,"value":7,"literal":"terminate","eClass":"EEnumLiteral"},{"name":"deepHistory","id":93,"value":8,"literal":"deepHistory","eClass":"EEnumLiteral"},{"name":"shallowHistory","id":94,"value":9,"literal":"shallowHistory","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":"desc","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"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":1,"target":0},{"source":1,"target":2},{"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":14,"target":4},{"source":14,"target":27},{"source":14,"target":1},{"source":27,"target":4},{"source":15,"target":8},{"source":15,"target":28},{"source":15,"target":1},{"source":28,"target":8},{"source":16,"target":9},{"source":16,"target":29},{"source":16,"target":1},{"source":29,"target":9},{"source":17,"target":10},{"source":17,"target":30},{"source":17,"target":1},{"source":30,"target":10},{"source":18,"target":8},{"source":18,"target":31},{"source":18,"target":1},{"source":31,"target":8},{"source":19,"target":8},{"source":19,"target":32},{"source":19,"target":1},{"source":32,"target":8},{"source":20,"target":33},{"source":20,"target":1},{"source":21,"target":34},{"source":21,"target":1},{"source":22,"target":35},{"source":22,"target":1},{"source":23,"target":6},{"source":23,"target":36},{"source":23,"target":1},{"source":23,"target":37},{"source":36,"target":6},{"source":24,"target":5},{"source":24,"target":38},{"source":24,"target":1},{"source":38,"target":5},{"source":25,"target":5},{"source":25,"target":39},{"source":25,"target":1},{"source":39,"target":5},{"source":26,"target":2},{"source":2,"target":0},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":40,"target":7},{"source":40,"target":43},{"source":40,"target":2},{"source":40,"target":44},{"source":43,"target":7},{"source":41,"target":7},{"source":41,"target":45},{"source":41,"target":2},{"source":41,"target":46},{"source":45,"target":7},{"source":42,"target":47},{"source":42,"target":2},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":48},{"source":48,"target":1},{"source":4,"target":0},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":49,"target":2},{"source":49,"target":52},{"source":49,"target":4},{"source":52,"target":2},{"source":50,"target":7},{"source":50,"target":53},{"source":50,"target":4},{"source":53,"target":7},{"source":51,"target":54},{"source":51,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":55,"target":12},{"source":55,"target":58},{"source":55,"target":5},{"source":58,"target":12},{"source":56,"target":59},{"source":56,"target":5},{"source":57,"target":2},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":37},{"source":6,"target":62},{"source":60,"target":4},{"source":60,"target":63},{"source":60,"target":6},{"source":63,"target":4},{"source":61,"target":64},{"source":61,"target":6},{"source":37,"target":1},{"source":37,"target":65},{"source":37,"target":6},{"source":37,"target":23},{"source":65,"target":1},{"source":62,"target":8},{"source":7,"target":0},{"source":7,"target":44},{"source":7,"target":46},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":44,"target":2},{"source":44,"target":71},{"source":44,"target":7},{"source":44,"target":40},{"source":71,"target":2},{"source":46,"target":2},{"source":46,"target":72},{"source":46,"target":7},{"source":46,"target":41},{"source":72,"target":2},{"source":66,"target":8},{"source":66,"target":73},{"source":66,"target":7},{"source":73,"target":8},{"source":67,"target":9},{"source":67,"target":74},{"source":67,"target":7},{"source":74,"target":9},{"source":68,"target":10},{"source":68,"target":75},{"source":68,"target":7},{"source":75,"target":10},{"source":69,"target":11},{"source":69,"target":76},{"source":69,"target":7},{"source":76,"target":11},{"source":70,"target":77},{"source":70,"target":7},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":78},{"source":78,"target":79},{"source":78,"target":9},{"source":10,"target":0},{"source":10,"target":80},{"source":80,"target":81},{"source":80,"target":10},{"source":11,"target":0},{"source":11,"target":82},{"source":11,"target":83},{"source":11,"target":84},{"source":82,"target":11},{"source":83,"target":11},{"source":84,"target":11},{"source":12,"target":0},{"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":12,"target":93},{"source":12,"target":94},{"source":85,"target":12},{"source":86,"target":12},{"source":87,"target":12},{"source":88,"target":12},{"source":89,"target":12},{"source":90,"target":12},{"source":91,"target":12},{"source":92,"target":12},{"source":93,"target":12},{"source":94,"target":12},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":95},{"source":13,"target":96},{"source":95,"target":97},{"source":95,"target":13},{"source":96,"target":8}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="MoveEOperationTest">
<eClassifiers xsi:type="ecore:EClass" name="Testclass1">
<eOperations name="theOperation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="marker"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Testclass2"/>
</ecore:EPackage>
| github:ecore:/data/Hu3bl/emf.refactor/org.eclipse.emf.refactor.refactorings.ecore/tests/MoveEOperation/test_01/target.ecore | ecore | MoveEOperationTest
Testclass1
theOperation
Testclass2 | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"MoveEOperationTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"theOperation","lowerBound":0,"id":3,"many":false,"required":false,"eClass":"EOperation"},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":4},{"source":3,"target":1},{"source":2,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="muddle" nsURI="http://www.eclipse.org/epsilon/emc/muddle" nsPrefix="">
<eAnnotations source="emf.gen">
<details key="basePackage" value="org.eclipse.epsilon.emc"/>
<details key="modelDirectory" value="/org.eclipse.epsilon.emc.muddle/src-gen"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Muddle">
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//MuddleElement" containment="true" eOpposite="#//MuddleElement/muddle"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MuddleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="slots" upperBound="-1"
eType="#//Slot" containment="true" eOpposite="#//Slot/owningElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//MuddleElementType"
eOpposite="#//MuddleElementType/instances"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="muddle" eType="#//Muddle"
eOpposite="#//Muddle/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//MuddleElementStyle"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MuddleElementStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFontSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Slot">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Feature"
eOpposite="#//Feature/slots"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningElement" eType="#//MuddleElement"
eOpposite="#//MuddleElement/slots"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" 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="Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="runtime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningType" eType="#//MuddleElementType"
eOpposite="#//MuddleElementType/features"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="slots" upperBound="-1"
eType="#//Slot" eOpposite="#//Slot/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MuddleElementType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1"
eType="#//MuddleElement" eOpposite="#//MuddleElement/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//Feature" containment="true" eOpposite="#//Feature/owningType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superTypes" upperBound="-1"
eType="#//MuddleElementType" eOpposite="#//MuddleElementType/subTypes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subTypes" upperBound="-1"
eType="#//MuddleElementType" eOpposite="#//MuddleElementType/superTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkElementType" eSuperTypes="#//MuddleElementType">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceFeature" eType="#//Feature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetFeature" eType="#//Feature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roleInSourceFeature" eType="#//Feature"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roleInTargetFeature" eType="#//Feature"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//PrimitiveType"/>
</ecore:EPackage>
| github:ecore:/data/kolovos/models2020-picto-profiling/plugins/org.eclipse.epsilon.emc.muddle/model/muddle.ecore | ecore | muddle
Muddle
types
elements
MuddleElement
id
slots
type
muddle
style
MuddleElementStyle
color
shape
width
height
borderWidth
labelFontSize
x
y
Slot
values
feature
owningElement
Type
name
Feature
name
many
false
primary
false
runtime
false
type
owningType
slots
MuddleElementType
instances
features
superTypes
subTypes
LinkElementType
sourceFeature
targetFeature
roleInSourceFeature
roleInTargetFeature
PrimitiveType
IntegerType
StringType
BooleanType
RealType | null | {"directed":true,"nodes":[{"nsPrefix":"","nsURI":"http://www.eclipse.org/epsilon/emc/muddle","name":"muddle","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Muddle","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MuddleElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MuddleElementStyle","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MuddleElementType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkElementType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":13,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"muddle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"slots","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"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":"owningElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","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":"shape","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":32,"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":33,"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":"borderWidth","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelFontSize","changeable":true,"lowerBound":0,"iD":false,"id":35,"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":"x","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"slots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"primary","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"runtime","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subTypes","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceFeature","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":"targetFeature","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":"roleInSourceFeature","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":true,"unsettable":false,"transient":false,"unique":true,"name":"roleInTargetFeature","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"},{"id":88,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":14,"target":5},{"source":14,"target":16},{"source":14,"target":1},{"source":16,"target":5},{"source":15,"target":2},{"source":15,"target":17},{"source":15,"target":1},{"source":15,"target":18},{"source":17,"target":2},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":18},{"source":2,"target":22},{"source":19,"target":23},{"source":19,"target":2},{"source":20,"target":4},{"source":20,"target":24},{"source":20,"target":2},{"source":20,"target":25},{"source":24,"target":4},{"source":21,"target":7},{"source":21,"target":26},{"source":21,"target":2},{"source":21,"target":27},{"source":26,"target":7},{"source":18,"target":1},{"source":18,"target":28},{"source":18,"target":2},{"source":18,"target":15},{"source":28,"target":1},{"source":22,"target":3},{"source":22,"target":29},{"source":22,"target":2},{"source":29,"target":3},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":30,"target":38},{"source":30,"target":3},{"source":31,"target":39},{"source":31,"target":3},{"source":32,"target":40},{"source":32,"target":3},{"source":33,"target":41},{"source":33,"target":3},{"source":34,"target":42},{"source":34,"target":3},{"source":35,"target":43},{"source":35,"target":3},{"source":36,"target":44},{"source":36,"target":3},{"source":37,"target":45},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":25},{"source":46,"target":48},{"source":46,"target":4},{"source":47,"target":6},{"source":47,"target":49},{"source":47,"target":4},{"source":47,"target":50},{"source":49,"target":6},{"source":25,"target":2},{"source":25,"target":51},{"source":25,"target":4},{"source":25,"target":20},{"source":51,"target":2},{"source":5,"target":0},{"source":5,"target":52},{"source":52,"target":53},{"source":52,"target":5},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":50},{"source":54,"target":60},{"source":54,"target":6},{"source":55,"target":61},{"source":55,"target":6},{"source":56,"target":62},{"source":56,"target":6},{"source":57,"target":63},{"source":57,"target":6},{"source":58,"target":5},{"source":58,"target":64},{"source":58,"target":6},{"source":64,"target":5},{"source":59,"target":7},{"source":59,"target":65},{"source":59,"target":6},{"source":59,"target":66},{"source":65,"target":7},{"source":50,"target":4},{"source":50,"target":67},{"source":50,"target":6},{"source":50,"target":47},{"source":67,"target":4},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":27},{"source":7,"target":66},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":27,"target":2},{"source":27,"target":71},{"source":27,"target":7},{"source":27,"target":21},{"source":71,"target":2},{"source":66,"target":6},{"source":66,"target":72},{"source":66,"target":7},{"source":66,"target":59},{"source":72,"target":6},{"source":68,"target":7},{"source":68,"target":73},{"source":68,"target":7},{"source":68,"target":69},{"source":73,"target":7},{"source":69,"target":7},{"source":69,"target":74},{"source":69,"target":7},{"source":69,"target":68},{"source":74,"target":7},{"source":70,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":75,"target":6},{"source":75,"target":80},{"source":75,"target":8},{"source":80,"target":6},{"source":76,"target":6},{"source":76,"target":81},{"source":76,"target":8},{"source":81,"target":6},{"source":77,"target":6},{"source":77,"target":82},{"source":77,"target":8},{"source":82,"target":6},{"source":78,"target":6},{"source":78,"target":83},{"source":78,"target":8},{"source":83,"target":6},{"source":79,"target":7},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":84},{"source":84,"target":5},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":85},{"source":85,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":86},{"source":86,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":87},{"source":87,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":88},{"source":88,"target":9}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="Character" instanceClassName="char"/>
</ecore:EPackage>
<ecore:EPackage name="JavaAbstractSyntax" nsURI="JavaAbstractSyntax" nsPrefix="">
<eClassifiers xsi:type="ecore:EClass" name="AST">
<eStructuralFeatures xsi:type="ecore:EReference" name="root" ordered="false"
lowerBound="1" eType="#/1/ASTNode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1"
eType="#/1/BodyDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#/1/ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javadoc" ordered="false"
lowerBound="1" eType="#/1/Javadoc" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false"
lowerBound="1" eType="#/1/SingleVariableDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="alternateRoot" ordered="false"
lowerBound="1" eType="#/1/ASTNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#/1/Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#/1/PackageDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#/1/ImportDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#/1/AbstractTypeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveBoxing" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveUnboxing" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onDemand" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemberValuePair" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/MethodRefParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodRefParameter" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedModifier" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#/1/ASTNode #/1/ExtendedModifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="native" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="none" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="private" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protected" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="public" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#/1/Annotation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javadoc" ordered="false"
lowerBound="1" eType="#/1/Javadoc" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/1/ASTNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#/1/ASTNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nested" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextElement" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#/1/ASTNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeBounds" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true"
eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDimensions" ordered="false"
unique="false" lowerBound="1" eType="#/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true"
eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1"
eType="#/1/BodyDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageMemberTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration"
ordered="false" lowerBound="1" eType="#/1/AnonymousClassDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#/1/VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Initializer" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDimensions" ordered="false"
unique="false" lowerBound="1" eType="#/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constructor" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/SingleVariableDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1"
eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1"
eType="#/1/TypeParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#/1/AbstractTypeDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#/1/AbstractTypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaceTypes"
upperBound="-1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1"
eType="#/1/EnumConstantDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#/1/AbstractTypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="superclassType" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaceTypes"
upperBound="-1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1"
eType="#/1/TypeParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#/1/Comment"/>
<eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="#/1/Comment">
<eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1"
eType="#/1/TagElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineComment" eSuperTypes="#/1/Comment"/>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#/1/Expression #/1/ExtendedModifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false"
lowerBound="1" eType="#/1/ArrayInitializer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/ArrayType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#/1/AssignementOperatorKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AssignementOperatorKind">
<eLiterals name="RIGHT_SHIFT_SIGNED_ASSIGN" value="1"/>
<eLiterals name="BIT_XOR_ASSIGN" value="2"/>
<eLiterals name="TIMES_ASSIGN" value="3"/>
<eLiterals name="LEFT_SHIFT_ASSIGN" value="4"/>
<eLiterals name="MINUS_ASSIGN" value="5"/>
<eLiterals name="BIT_OR_ASSIGN" value="6"/>
<eLiterals name="PLUS_ASSIGN" value="7"/>
<eLiterals name="ASSIGN" value="8"/>
<eLiterals name="RIGHT_SHIFT_UNSIGNED_ASSIGN" value="9"/>
<eLiterals name="REMAINDER_ASSIGN" value="10"/>
<eLiterals name="DIVIDE_ASSIGN" value="11"/>
<eLiterals name="BIT_AND_ASSIGN" value="12"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/Character"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration"
ordered="false" lowerBound="1" eType="#/1/AnonymousClassDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#/1/InfixExpressionOperatorKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InfixExpressionOperatorKind">
<eLiterals name="GREATER_EQUALS" value="1"/>
<eLiterals name="OR" value="2"/>
<eLiterals name="RIGHT_SHIFT_SIGNED" value="3"/>
<eLiterals name="MINUS" value="4"/>
<eLiterals name="XOR" value="5"/>
<eLiterals name="LESS_EQUALS" value="6"/>
<eLiterals name="EQUALS" value="7"/>
<eLiterals name="NOT_EQUALS" value="8"/>
<eLiterals name="AND" value="9"/>
<eLiterals name="PLUS" value="10"/>
<eLiterals name="GREATER" value="11"/>
<eLiterals name="CONDITIONAL_OR" value="12"/>
<eLiterals name="REMAINDER" value="13"/>
<eLiterals name="LESS" value="14"/>
<eLiterals name="LEFT_SHIFT" value="15"/>
<eLiterals name="RIGHT_SHIFT_UNSIGNED" value="16"/>
<eLiterals name="CONDITIONAL_AND" value="17"/>
<eLiterals name="TIMES" value="18"/>
<eLiterals name="DIVIDE" value="19"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Name" abstract="true" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedName" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#/1/Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="token" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#/1/PostfixExpresssionOperatorKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PostfixExpresssionOperatorKind">
<eLiterals name="INCREMENT" value="1"/>
<eLiterals name="DECREMENT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrefixExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#/1/PrefixExpresssionOperatorKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PrefixExpresssionOperatorKind">
<eLiterals name="MINUS" value="1"/>
<eLiterals name="NOT" value="2"/>
<eLiterals name="DECREMENT" value="3"/>
<eLiterals name="COMPLEMENT" value="4"/>
<eLiterals name="INCREMENT" value="5"/>
<eLiterals name="PLUS" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literalValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#/1/VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#/1/ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#/1/Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="EnhancedForStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false"
lowerBound="1" eType="#/1/SingleVariableDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1"
eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1"
eType="#/1/CatchClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finally" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false"
lowerBound="1" eType="#/1/AbstractTypeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#/1/VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#/1/ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="componentType" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" ordered="false"
unique="false" lowerBound="1" eType="#/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WildcardType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#/1/ExtendedModifier" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedName" eSuperTypes="#/1/Name">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleName" eSuperTypes="#/1/Name">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="declaration" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MarkerAnnotation" eSuperTypes="#/1/Annotation"/>
<eClassifiers xsi:type="ecore:EClass" name="NormalAnnotation" eSuperTypes="#/1/Annotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#/1/MemberValuePair" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleMemberAnnotation" eSuperTypes="#/1/Annotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/geodes-sms/NeoModelingFramework/EmfModel/metamodel/Java.ecore | ecore | PrimitiveTypes
String
java.lang.String
java.lang.String
Boolean
boolean
boolean
Integer
int
int
Character
char
char
JavaAbstractSyntax
AST
root
ASTNode
AnonymousClassDeclaration
bodyDeclarations
BodyDeclaration
modifiers
javadoc
CatchClause
body
exception
Comment
alternateRoot
CompilationUnit
comments
package
imports
types
Expression
resolveBoxing
resolveUnboxing
ImportDeclaration
onDemand
static
name
MemberRef
name
qualifier
MemberValuePair
name
value
MethodRef
name
qualifier
parameters
MethodRefParameter
name
type
varargs
ExtendedModifier
Modifier
abstract
final
native
none
private
protected
public
static
strictfp
synchronized
transient
volatile
PackageDeclaration
annotations
javadoc
name
Statement
TagElement
fragments
tagName
nested
TextElement
text
Type
TypeParameter
name
typeBounds
VariableDeclaration
extraDimensions
initializer
name
AbstractTypeDeclaration
bodyDeclarations
name
localTypeDeclaration
memberTypeDeclaration
packageMemberTypeDeclaration
AnnotationTypeMemberDeclaration
default
name
type
EnumConstantDeclaration
arguments
anonymousClassDeclaration
name
FieldDeclaration
fragments
type
Initializer
body
MethodDeclaration
body
extraDimensions
name
returnType
constructor
varargs
parameters
thrownExceptions
typeParameters
AnnotationTypeDeclaration
EnumDeclaration
superInterfaceTypes
enumConstants
TypeDeclaration
superclassType
interface
superInterfaceTypes
typeParameters
BlockComment
Javadoc
tags
LineComment
Annotation
typeName
ArrayAccess
array
index
ArrayCreation
dimensions
initializer
type
ArrayInitializer
expressions
Assignment
leftHandSide
operator
rightHandSide
AssignementOperatorKind
RIGHT_SHIFT_SIGNED_ASSIGN
RIGHT_SHIFT_SIGNED_ASSIGN
BIT_XOR_ASSIGN
BIT_XOR_ASSIGN
TIMES_ASSIGN
TIMES_ASSIGN
LEFT_SHIFT_ASSIGN
LEFT_SHIFT_ASSIGN
MINUS_ASSIGN
MINUS_ASSIGN
BIT_OR_ASSIGN
BIT_OR_ASSIGN
PLUS_ASSIGN
PLUS_ASSIGN
ASSIGN
ASSIGN
RIGHT_SHIFT_UNSIGNED_ASSIGN
RIGHT_SHIFT_UNSIGNED_ASSIGN
REMAINDER_ASSIGN
REMAINDER_ASSIGN
DIVIDE_ASSIGN
DIVIDE_ASSIGN
BIT_AND_ASSIGN
BIT_AND_ASSIGN
BooleanLiteral
booleanValue
CastExpression
expression
type
CharacterLiteral
charValue
escapedValue
ClassInstanceCreation
arguments
anonymousClassDeclaration
expression
type
typeArguments
ConditionalExpression
elseExpression
expression
thenExpression
FieldAccess
expression
name
InfixExpression
extendedOperands
leftOperand
operator
rightOperand
InfixExpressionOperatorKind
GREATER_EQUALS
GREATER_EQUALS
OR
OR
RIGHT_SHIFT_SIGNED
RIGHT_SHIFT_SIGNED
MINUS
MINUS
XOR
XOR
LESS_EQUALS
LESS_EQUALS
EQUALS
EQUALS
NOT_EQUALS
NOT_EQUALS
AND
AND
PLUS
PLUS
GREATER
GREATER
CONDITIONAL_OR
CONDITIONAL_OR
REMAINDER
REMAINDER
LESS
LESS
LEFT_SHIFT
LEFT_SHIFT
RIGHT_SHIFT_UNSIGNED
RIGHT_SHIFT_UNSIGNED
CONDITIONAL_AND
CONDITIONAL_AND
TIMES
TIMES
DIVIDE
DIVIDE
InstanceofExpression
leftOperand
rightOperand
MethodInvocation
arguments
expression
name
typeArguments
Name
fullyQualifiedName
NullLiteral
NumberLiteral
token
ParenthesizedExpression
expression
PostfixExpression
operand
operator
PostfixExpresssionOperatorKind
INCREMENT
INCREMENT
DECREMENT
DECREMENT
PrefixExpression
operand
operator
PrefixExpresssionOperatorKind
MINUS
MINUS
NOT
NOT
DECREMENT
DECREMENT
COMPLEMENT
COMPLEMENT
INCREMENT
INCREMENT
PLUS
PLUS
StringLiteral
escapedValue
literalValue
SuperFieldAccess
name
qualifier
SuperMethodInvocation
arguments
name
qualifier
typeArguments
ThisExpression
qualifier
TypeLiteral
type
VariableDeclarationExpression
fragments
modifiers
type
AssertStatement
expression
message
Block
statements
BreakStatement
label
ConstructorInvocation
arguments
typeArguments
ContinueStatement
label
DoStatement
body
expression
EmptyStatement
EnhancedForStatement
body
expression
parameter
ExpressionStatement
expression
ForStatement
body
expression
initializers
updaters
IfStatement
elseStatement
expression
thenStatement
LabeledStatement
body
label
ReturnStatement
expression
SuperConstructorInvocation
arguments
expression
typeArguments
SwitchCase
expression
default
SwitchStatement
expression
statements
SynchronizedStatement
body
expression
ThrowStatement
expression
TryStatement
catchClauses
body
finally
TypeDeclarationStatement
declaration
VariableDeclarationStatement
fragments
modifiers
type
WhileStatement
body
expression
ArrayType
componentType
dimensions
elementType
ParameterizedType
type
typeArguments
PrimitiveType
code
QualifiedType
name
qualifier
SimpleType
name
WildcardType
bound
upperBound
SingleVariableDeclaration
type
varargs
modifiers
VariableDeclarationFragment
QualifiedName
name
qualifier
SimpleName
identifier
declaration
MarkerAnnotation
NormalAnnotation
values
SingleMemberAnnotation
value | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"Character","instanceClass":"char","id":4,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"","nsURI":"JavaAbstractSyntax","name":"JavaAbstractSyntax","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AST","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberValuePair","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedModifier","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignementOperatorKind","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionOperatorKind","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"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":"MethodInvocation","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpresssionOperatorKind","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpresssionOperatorKind","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedType","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildcardType","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedName","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleName","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarkerAnnotation","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalAnnotation","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleMemberAnnotation","instanceClass":null,"abstract":false,"id":104,"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":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"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":"javadoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alternateRoot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"resolveBoxing","changeable":true,"lowerBound":1,"iD":false,"id":132,"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":"resolveUnboxing","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"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":"onDemand","changeable":true,"lowerBound":1,"iD":false,"id":137,"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":138,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":149,"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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":161,"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":162,"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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"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":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":168,"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":"final","changeable":true,"lowerBound":1,"iD":false,"id":169,"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":170,"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":"none","changeable":true,"lowerBound":1,"iD":false,"id":171,"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":"private","changeable":true,"lowerBound":1,"iD":false,"id":172,"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":"protected","changeable":true,"lowerBound":1,"iD":false,"id":173,"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":"public","changeable":true,"lowerBound":1,"iD":false,"id":174,"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":175,"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":176,"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":177,"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":178,"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":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"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":"javadoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":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":202,"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":"tagName","changeable":true,"lowerBound":1,"iD":false,"id":203,"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":"nested","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"},{"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":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"typeBounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"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":"extraDimensions","changeable":true,"lowerBound":1,"iD":false,"id":218,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"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":"localTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":227,"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":"memberTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":228,"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":"packageMemberTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"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":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"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":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"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":258,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraDimensions","changeable":true,"lowerBound":1,"iD":false,"id":259,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":260,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"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":"constructor","changeable":true,"lowerBound":1,"iD":false,"id":262,"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":263,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"thrownExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaceTypes","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":"enumConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superclassType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"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":"interface","changeable":true,"lowerBound":1,"iD":false,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaceTypes","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":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"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":"array","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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"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":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"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":317,"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":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"name":"RIGHT_SHIFT_SIGNED_ASSIGN","id":323,"value":1,"literal":"RIGHT_SHIFT_SIGNED_ASSIGN","eClass":"EEnumLiteral"},{"name":"BIT_XOR_ASSIGN","id":324,"value":2,"literal":"BIT_XOR_ASSIGN","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":325,"value":3,"literal":"TIMES_ASSIGN","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT_ASSIGN","id":326,"value":4,"literal":"LEFT_SHIFT_ASSIGN","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":327,"value":5,"literal":"MINUS_ASSIGN","eClass":"EEnumLiteral"},{"name":"BIT_OR_ASSIGN","id":328,"value":6,"literal":"BIT_OR_ASSIGN","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":329,"value":7,"literal":"PLUS_ASSIGN","eClass":"EEnumLiteral"},{"name":"ASSIGN","id":330,"value":8,"literal":"ASSIGN","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED_ASSIGN","id":331,"value":9,"literal":"RIGHT_SHIFT_UNSIGNED_ASSIGN","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":332,"value":10,"literal":"REMAINDER_ASSIGN","eClass":"EEnumLiteral"},{"name":"DIVIDE_ASSIGN","id":333,"value":11,"literal":"DIVIDE_ASSIGN","eClass":"EEnumLiteral"},{"name":"BIT_AND_ASSIGN","id":334,"value":12,"literal":"BIT_AND_ASSIGN","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":"booleanValue","changeable":true,"lowerBound":1,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"derived":false},{"container":false,"ordered":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":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"charValue","changeable":true,"lowerBound":1,"iD":false,"id":343,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"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":350,"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":351,"derived":false},{"container":false,"ordered":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":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"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":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"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":360,"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":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"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":366,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"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":373,"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":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"name":"GREATER_EQUALS","id":380,"value":1,"literal":"GREATER_EQUALS","eClass":"EEnumLiteral"},{"name":"OR","id":381,"value":2,"literal":"OR","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED","id":382,"value":3,"literal":"RIGHT_SHIFT_SIGNED","eClass":"EEnumLiteral"},{"name":"MINUS","id":383,"value":4,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"XOR","id":384,"value":5,"literal":"XOR","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":385,"value":6,"literal":"LESS_EQUALS","eClass":"EEnumLiteral"},{"name":"EQUALS","id":386,"value":7,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":387,"value":8,"literal":"NOT_EQUALS","eClass":"EEnumLiteral"},{"name":"AND","id":388,"value":9,"literal":"AND","eClass":"EEnumLiteral"},{"name":"PLUS","id":389,"value":10,"literal":"PLUS","eClass":"EEnumLiteral"},{"name":"GREATER","id":390,"value":11,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":391,"value":12,"literal":"CONDITIONAL_OR","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":392,"value":13,"literal":"REMAINDER","eClass":"EEnumLiteral"},{"name":"LESS","id":393,"value":14,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT","id":394,"value":15,"literal":"LEFT_SHIFT","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED","id":395,"value":16,"literal":"RIGHT_SHIFT_UNSIGNED","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":396,"value":17,"literal":"CONDITIONAL_AND","eClass":"EEnumLiteral"},{"name":"TIMES","id":397,"value":18,"literal":"TIMES","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":398,"value":19,"literal":"DIVIDE","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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":399,"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":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"container":false,"ordered":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":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"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":"fullyQualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"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":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"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":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"name":"INCREMENT","id":428,"value":1,"literal":"INCREMENT","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":429,"value":2,"literal":"DECREMENT","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"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":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"name":"MINUS","id":435,"value":1,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"NOT","id":436,"value":2,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":437,"value":3,"literal":"DECREMENT","eClass":"EEnumLiteral"},{"name":"COMPLEMENT","id":438,"value":4,"literal":"COMPLEMENT","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":439,"value":5,"literal":"INCREMENT","eClass":"EEnumLiteral"},{"name":"PLUS","id":440,"value":6,"literal":"PLUS","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":441,"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":"literalValue","changeable":true,"lowerBound":1,"iD":false,"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":"name","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":"qualifier","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":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":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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":453,"derived":false},{"container":false,"ordered":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":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"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":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":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":466,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"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":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"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":473,"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":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":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":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"body","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"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":498,"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":499,"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":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"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":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":509,"derived":false},{"container":false,"ordered":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":510,"derived":false},{"container":false,"ordered":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":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"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":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":518,"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":519,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"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":533,"derived":false},{"container":false,"ordered":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":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"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":539,"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":"default","changeable":true,"lowerBound":1,"iD":false,"id":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"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":544,"derived":false},{"container":false,"ordered":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":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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":549,"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":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"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":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"container":false,"ordered":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":557,"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":558,"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":"finally","changeable":true,"resolveProxies":true,"lowerBound":1,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"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":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":568,"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":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"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":574,"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":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"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":"componentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":579,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dimensions","changeable":true,"lowerBound":1,"iD":false,"id":580,"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":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"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":586,"derived":false},{"container":false,"ordered":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":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"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":"code","changeable":true,"lowerBound":1,"iD":false,"id":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":594,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":595,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":602,"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":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":603,"derived":false},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"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":607,"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":608,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":609,"derived":false},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":615,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":616,"derived":false},{"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":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":620,"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":"declaration","changeable":true,"lowerBound":1,"iD":false,"id":621,"derived":false},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"container":false,"ordered":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":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"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":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":6},{"source":5,"target":7},{"source":5,"target":8},{"source":5,"target":9},{"source":5,"target":10},{"source":5,"target":11},{"source":5,"target":12},{"source":5,"target":13},{"source":5,"target":14},{"source":5,"target":15},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":5,"target":97},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":6,"target":5},{"source":6,"target":105},{"source":105,"target":7},{"source":105,"target":106},{"source":105,"target":6},{"source":106,"target":7},{"source":7,"target":5},{"source":8,"target":5},{"source":8,"target":7},{"source":8,"target":107},{"source":8,"target":108},{"source":107,"target":9},{"source":107,"target":109},{"source":107,"target":8},{"source":109,"target":9},{"source":108,"target":7},{"source":9,"target":5},{"source":9,"target":7},{"source":9,"target":110},{"source":9,"target":111},{"source":9,"target":112},{"source":110,"target":19},{"source":110,"target":113},{"source":110,"target":9},{"source":113,"target":19},{"source":111,"target":38},{"source":111,"target":114},{"source":111,"target":9},{"source":114,"target":38},{"source":112,"target":7},{"source":10,"target":5},{"source":10,"target":7},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":115,"target":71},{"source":115,"target":118},{"source":115,"target":10},{"source":118,"target":71},{"source":116,"target":98},{"source":116,"target":119},{"source":116,"target":10},{"source":119,"target":98},{"source":117,"target":7},{"source":11,"target":5},{"source":11,"target":7},{"source":11,"target":120},{"source":11,"target":121},{"source":120,"target":7},{"source":120,"target":122},{"source":120,"target":11},{"source":122,"target":7},{"source":121,"target":7},{"source":12,"target":5},{"source":12,"target":7},{"source":12,"target":123},{"source":12,"target":124},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":123,"target":11},{"source":123,"target":128},{"source":123,"target":12},{"source":128,"target":11},{"source":124,"target":21},{"source":124,"target":129},{"source":124,"target":12},{"source":129,"target":21},{"source":125,"target":14},{"source":125,"target":130},{"source":125,"target":12},{"source":130,"target":14},{"source":126,"target":28},{"source":126,"target":131},{"source":126,"target":12},{"source":131,"target":28},{"source":127,"target":7},{"source":13,"target":5},{"source":13,"target":7},{"source":13,"target":132},{"source":13,"target":133},{"source":13,"target":134},{"source":132,"target":2},{"source":132,"target":135},{"source":132,"target":13},{"source":135,"target":2},{"source":133,"target":2},{"source":133,"target":136},{"source":133,"target":13},{"source":136,"target":2},{"source":134,"target":7},{"source":14,"target":5},{"source":14,"target":7},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":14,"target":140},{"source":137,"target":2},{"source":137,"target":141},{"source":137,"target":14},{"source":141,"target":2},{"source":138,"target":2},{"source":138,"target":142},{"source":138,"target":14},{"source":142,"target":2},{"source":139,"target":56},{"source":139,"target":143},{"source":139,"target":14},{"source":143,"target":56},{"source":140,"target":7},{"source":15,"target":5},{"source":15,"target":7},{"source":15,"target":144},{"source":15,"target":145},{"source":15,"target":146},{"source":144,"target":101},{"source":144,"target":147},{"source":144,"target":15},{"source":147,"target":101},{"source":145,"target":56},{"source":145,"target":148},{"source":145,"target":15},{"source":148,"target":56},{"source":146,"target":7},{"source":16,"target":5},{"source":16,"target":7},{"source":16,"target":149},{"source":16,"target":150},{"source":16,"target":151},{"source":149,"target":101},{"source":149,"target":152},{"source":149,"target":16},{"source":152,"target":101},{"source":150,"target":13},{"source":150,"target":153},{"source":150,"target":16},{"source":153,"target":13},{"source":151,"target":7},{"source":17,"target":5},{"source":17,"target":7},{"source":17,"target":154},{"source":17,"target":155},{"source":17,"target":156},{"source":17,"target":157},{"source":154,"target":101},{"source":154,"target":158},{"source":154,"target":17},{"source":158,"target":101},{"source":155,"target":56},{"source":155,"target":159},{"source":155,"target":17},{"source":159,"target":56},{"source":156,"target":18},{"source":156,"target":160},{"source":156,"target":17},{"source":160,"target":18},{"source":157,"target":7},{"source":18,"target":5},{"source":18,"target":7},{"source":18,"target":161},{"source":18,"target":162},{"source":18,"target":163},{"source":18,"target":164},{"source":161,"target":101},{"source":161,"target":165},{"source":161,"target":18},{"source":165,"target":101},{"source":162,"target":25},{"source":162,"target":166},{"source":162,"target":18},{"source":166,"target":25},{"source":163,"target":2},{"source":163,"target":167},{"source":163,"target":18},{"source":167,"target":2},{"source":164,"target":7},{"source":19,"target":5},{"source":20,"target":5},{"source":20,"target":7},{"source":20,"target":19},{"source":20,"target":168},{"source":20,"target":169},{"source":20,"target":170},{"source":20,"target":171},{"source":20,"target":172},{"source":20,"target":173},{"source":20,"target":174},{"source":20,"target":175},{"source":20,"target":176},{"source":20,"target":177},{"source":20,"target":178},{"source":20,"target":179},{"source":20,"target":180},{"source":20,"target":181},{"source":168,"target":2},{"source":168,"target":182},{"source":168,"target":20},{"source":182,"target":2},{"source":169,"target":2},{"source":169,"target":183},{"source":169,"target":20},{"source":183,"target":2},{"source":170,"target":2},{"source":170,"target":184},{"source":170,"target":20},{"source":184,"target":2},{"source":171,"target":2},{"source":171,"target":185},{"source":171,"target":20},{"source":185,"target":2},{"source":172,"target":2},{"source":172,"target":186},{"source":172,"target":20},{"source":186,"target":2},{"source":173,"target":2},{"source":173,"target":187},{"source":173,"target":20},{"source":187,"target":2},{"source":174,"target":2},{"source":174,"target":188},{"source":174,"target":20},{"source":188,"target":2},{"source":175,"target":2},{"source":175,"target":189},{"source":175,"target":20},{"source":189,"target":2},{"source":176,"target":2},{"source":176,"target":190},{"source":176,"target":20},{"source":190,"target":2},{"source":177,"target":2},{"source":177,"target":191},{"source":177,"target":20},{"source":191,"target":2},{"source":178,"target":2},{"source":178,"target":192},{"source":178,"target":20},{"source":192,"target":2},{"source":179,"target":2},{"source":179,"target":193},{"source":179,"target":20},{"source":193,"target":2},{"source":180,"target":7},{"source":181,"target":19},{"source":21,"target":5},{"source":21,"target":7},{"source":21,"target":194},{"source":21,"target":195},{"source":21,"target":196},{"source":21,"target":197},{"source":194,"target":40},{"source":194,"target":198},{"source":194,"target":21},{"source":198,"target":40},{"source":195,"target":38},{"source":195,"target":199},{"source":195,"target":21},{"source":199,"target":38},{"source":196,"target":56},{"source":196,"target":200},{"source":196,"target":21},{"source":200,"target":56},{"source":197,"target":7},{"source":22,"target":5},{"source":22,"target":7},{"source":22,"target":201},{"source":201,"target":7},{"source":23,"target":5},{"source":23,"target":7},{"source":23,"target":202},{"source":23,"target":203},{"source":23,"target":204},{"source":23,"target":205},{"source":202,"target":7},{"source":202,"target":206},{"source":202,"target":23},{"source":206,"target":7},{"source":203,"target":1},{"source":203,"target":207},{"source":203,"target":23},{"source":207,"target":1},{"source":204,"target":2},{"source":204,"target":208},{"source":204,"target":23},{"source":208,"target":2},{"source":205,"target":7},{"source":24,"target":5},{"source":24,"target":7},{"source":24,"target":209},{"source":24,"target":210},{"source":209,"target":1},{"source":209,"target":211},{"source":209,"target":24},{"source":211,"target":1},{"source":210,"target":7},{"source":25,"target":5},{"source":25,"target":7},{"source":25,"target":212},{"source":212,"target":7},{"source":26,"target":5},{"source":26,"target":7},{"source":26,"target":213},{"source":26,"target":214},{"source":26,"target":215},{"source":213,"target":101},{"source":213,"target":216},{"source":213,"target":26},{"source":216,"target":101},{"source":214,"target":25},{"source":214,"target":217},{"source":214,"target":26},{"source":217,"target":25},{"source":215,"target":7},{"source":27,"target":5},{"source":27,"target":7},{"source":27,"target":218},{"source":27,"target":219},{"source":27,"target":220},{"source":27,"target":221},{"source":218,"target":3},{"source":218,"target":222},{"source":218,"target":27},{"source":222,"target":3},{"source":219,"target":13},{"source":219,"target":223},{"source":219,"target":27},{"source":223,"target":13},{"source":220,"target":101},{"source":220,"target":224},{"source":220,"target":27},{"source":224,"target":101},{"source":221,"target":7},{"source":28,"target":5},{"source":28,"target":9},{"source":28,"target":225},{"source":28,"target":226},{"source":28,"target":227},{"source":28,"target":228},{"source":28,"target":229},{"source":28,"target":230},{"source":225,"target":9},{"source":225,"target":231},{"source":225,"target":28},{"source":231,"target":9},{"source":226,"target":101},{"source":226,"target":232},{"source":226,"target":28},{"source":232,"target":101},{"source":227,"target":2},{"source":227,"target":233},{"source":227,"target":28},{"source":233,"target":2},{"source":228,"target":2},{"source":228,"target":234},{"source":228,"target":28},{"source":234,"target":2},{"source":229,"target":2},{"source":229,"target":235},{"source":229,"target":28},{"source":235,"target":2},{"source":230,"target":9},{"source":29,"target":5},{"source":29,"target":9},{"source":29,"target":236},{"source":29,"target":237},{"source":29,"target":238},{"source":29,"target":239},{"source":236,"target":13},{"source":236,"target":240},{"source":236,"target":29},{"source":240,"target":13},{"source":237,"target":101},{"source":237,"target":241},{"source":237,"target":29},{"source":241,"target":101},{"source":238,"target":25},{"source":238,"target":242},{"source":238,"target":29},{"source":242,"target":25},{"source":239,"target":9},{"source":30,"target":5},{"source":30,"target":9},{"source":30,"target":243},{"source":30,"target":244},{"source":30,"target":245},{"source":30,"target":246},{"source":243,"target":13},{"source":243,"target":247},{"source":243,"target":30},{"source":247,"target":13},{"source":244,"target":8},{"source":244,"target":248},{"source":244,"target":30},{"source":248,"target":8},{"source":245,"target":101},{"source":245,"target":249},{"source":245,"target":30},{"source":249,"target":101},{"source":246,"target":9},{"source":31,"target":5},{"source":31,"target":9},{"source":31,"target":250},{"source":31,"target":251},{"source":31,"target":252},{"source":250,"target":99},{"source":250,"target":253},{"source":250,"target":31},{"source":253,"target":99},{"source":251,"target":25},{"source":251,"target":254},{"source":251,"target":31},{"source":254,"target":25},{"source":252,"target":9},{"source":32,"target":5},{"source":32,"target":9},{"source":32,"target":255},{"source":32,"target":256},{"source":255,"target":71},{"source":255,"target":257},{"source":255,"target":32},{"source":257,"target":71},{"source":256,"target":9},{"source":33,"target":5},{"source":33,"target":9},{"source":33,"target":258},{"source":33,"target":259},{"source":33,"target":260},{"source":33,"target":261},{"source":33,"target":262},{"source":33,"target":263},{"source":33,"target":264},{"source":33,"target":265},{"source":33,"target":266},{"source":33,"target":267},{"source":258,"target":71},{"source":258,"target":268},{"source":258,"target":33},{"source":268,"target":71},{"source":259,"target":3},{"source":259,"target":269},{"source":259,"target":33},{"source":269,"target":3},{"source":260,"target":101},{"source":260,"target":270},{"source":260,"target":33},{"source":270,"target":101},{"source":261,"target":25},{"source":261,"target":271},{"source":261,"target":33},{"source":271,"target":25},{"source":262,"target":2},{"source":262,"target":272},{"source":262,"target":33},{"source":272,"target":2},{"source":263,"target":2},{"source":263,"target":273},{"source":263,"target":33},{"source":273,"target":2},{"source":264,"target":98},{"source":264,"target":274},{"source":264,"target":33},{"source":274,"target":98},{"source":265,"target":56},{"source":265,"target":275},{"source":265,"target":33},{"source":275,"target":56},{"source":266,"target":26},{"source":266,"target":276},{"source":266,"target":33},{"source":276,"target":26},{"source":267,"target":9},{"source":34,"target":5},{"source":34,"target":28},{"source":34,"target":277},{"source":277,"target":28},{"source":35,"target":5},{"source":35,"target":28},{"source":35,"target":278},{"source":35,"target":279},{"source":35,"target":280},{"source":278,"target":25},{"source":278,"target":281},{"source":278,"target":35},{"source":281,"target":25},{"source":279,"target":30},{"source":279,"target":282},{"source":279,"target":35},{"source":282,"target":30},{"source":280,"target":28},{"source":36,"target":5},{"source":36,"target":28},{"source":36,"target":283},{"source":36,"target":284},{"source":36,"target":285},{"source":36,"target":286},{"source":36,"target":287},{"source":283,"target":25},{"source":283,"target":288},{"source":283,"target":36},{"source":288,"target":25},{"source":284,"target":2},{"source":284,"target":289},{"source":284,"target":36},{"source":289,"target":2},{"source":285,"target":25},{"source":285,"target":290},{"source":285,"target":36},{"source":290,"target":25},{"source":286,"target":26},{"source":286,"target":291},{"source":286,"target":36},{"source":291,"target":26},{"source":287,"target":28},{"source":37,"target":5},{"source":37,"target":11},{"source":37,"target":292},{"source":292,"target":11},{"source":38,"target":5},{"source":38,"target":11},{"source":38,"target":293},{"source":38,"target":294},{"source":293,"target":23},{"source":293,"target":295},{"source":293,"target":38},{"source":295,"target":23},{"source":294,"target":11},{"source":39,"target":5},{"source":39,"target":11},{"source":39,"target":296},{"source":296,"target":11},{"source":40,"target":5},{"source":40,"target":13},{"source":40,"target":19},{"source":40,"target":297},{"source":40,"target":298},{"source":40,"target":299},{"source":297,"target":56},{"source":297,"target":300},{"source":297,"target":40},{"source":300,"target":56},{"source":298,"target":13},{"source":299,"target":19},{"source":41,"target":5},{"source":41,"target":13},{"source":41,"target":301},{"source":41,"target":302},{"source":41,"target":303},{"source":301,"target":13},{"source":301,"target":304},{"source":301,"target":41},{"source":304,"target":13},{"source":302,"target":13},{"source":302,"target":305},{"source":302,"target":41},{"source":305,"target":13},{"source":303,"target":13},{"source":42,"target":5},{"source":42,"target":13},{"source":42,"target":306},{"source":42,"target":307},{"source":42,"target":308},{"source":42,"target":309},{"source":306,"target":13},{"source":306,"target":310},{"source":306,"target":42},{"source":310,"target":13},{"source":307,"target":43},{"source":307,"target":311},{"source":307,"target":42},{"source":311,"target":43},{"source":308,"target":92},{"source":308,"target":312},{"source":308,"target":42},{"source":312,"target":92},{"source":309,"target":13},{"source":43,"target":5},{"source":43,"target":13},{"source":43,"target":313},{"source":43,"target":314},{"source":313,"target":13},{"source":313,"target":315},{"source":313,"target":43},{"source":315,"target":13},{"source":314,"target":13},{"source":44,"target":5},{"source":44,"target":13},{"source":44,"target":316},{"source":44,"target":317},{"source":44,"target":318},{"source":44,"target":319},{"source":316,"target":13},{"source":316,"target":320},{"source":316,"target":44},{"source":320,"target":13},{"source":317,"target":45},{"source":317,"target":321},{"source":317,"target":44},{"source":321,"target":45},{"source":318,"target":13},{"source":318,"target":322},{"source":318,"target":44},{"source":322,"target":13},{"source":319,"target":13},{"source":45,"target":5},{"source":45,"target":323},{"source":45,"target":324},{"source":45,"target":325},{"source":45,"target":326},{"source":45,"target":327},{"source":45,"target":328},{"source":45,"target":329},{"source":45,"target":330},{"source":45,"target":331},{"source":45,"target":332},{"source":45,"target":333},{"source":45,"target":334},{"source":323,"target":45},{"source":324,"target":45},{"source":325,"target":45},{"source":326,"target":45},{"source":327,"target":45},{"source":328,"target":45},{"source":329,"target":45},{"source":330,"target":45},{"source":331,"target":45},{"source":332,"target":45},{"source":333,"target":45},{"source":334,"target":45},{"source":46,"target":5},{"source":46,"target":13},{"source":46,"target":335},{"source":46,"target":336},{"source":335,"target":2},{"source":335,"target":337},{"source":335,"target":46},{"source":337,"target":2},{"source":336,"target":13},{"source":47,"target":5},{"source":47,"target":13},{"source":47,"target":338},{"source":47,"target":339},{"source":47,"target":340},{"source":338,"target":13},{"source":338,"target":341},{"source":338,"target":47},{"source":341,"target":13},{"source":339,"target":25},{"source":339,"target":342},{"source":339,"target":47},{"source":342,"target":25},{"source":340,"target":13},{"source":48,"target":5},{"source":48,"target":13},{"source":48,"target":343},{"source":48,"target":344},{"source":48,"target":345},{"source":343,"target":4},{"source":343,"target":346},{"source":343,"target":48},{"source":346,"target":4},{"source":344,"target":1},{"source":344,"target":347},{"source":344,"target":48},{"source":347,"target":1},{"source":345,"target":13},{"source":49,"target":5},{"source":49,"target":13},{"source":49,"target":348},{"source":49,"target":349},{"source":49,"target":350},{"source":49,"target":351},{"source":49,"target":352},{"source":49,"target":353},{"source":348,"target":13},{"source":348,"target":354},{"source":348,"target":49},{"source":354,"target":13},{"source":349,"target":8},{"source":349,"target":355},{"source":349,"target":49},{"source":355,"target":8},{"source":350,"target":13},{"source":350,"target":356},{"source":350,"target":49},{"source":356,"target":13},{"source":351,"target":25},{"source":351,"target":357},{"source":351,"target":49},{"source":357,"target":25},{"source":352,"target":25},{"source":352,"target":358},{"source":352,"target":49},{"source":358,"target":25},{"source":353,"target":13},{"source":50,"target":5},{"source":50,"target":13},{"source":50,"target":359},{"source":50,"target":360},{"source":50,"target":361},{"source":50,"target":362},{"source":359,"target":13},{"source":359,"target":363},{"source":359,"target":50},{"source":363,"target":13},{"source":360,"target":13},{"source":360,"target":364},{"source":360,"target":50},{"source":364,"target":13},{"source":361,"target":13},{"source":361,"target":365},{"source":361,"target":50},{"source":365,"target":13},{"source":362,"target":13},{"source":51,"target":5},{"source":51,"target":13},{"source":51,"target":366},{"source":51,"target":367},{"source":51,"target":368},{"source":366,"target":13},{"source":366,"target":369},{"source":366,"target":51},{"source":369,"target":13},{"source":367,"target":101},{"source":367,"target":370},{"source":367,"target":51},{"source":370,"target":101},{"source":368,"target":13},{"source":52,"target":5},{"source":52,"target":13},{"source":52,"target":371},{"source":52,"target":372},{"source":52,"target":373},{"source":52,"target":374},{"source":52,"target":375},{"source":371,"target":13},{"source":371,"target":376},{"source":371,"target":52},{"source":376,"target":13},{"source":372,"target":13},{"source":372,"target":377},{"source":372,"target":52},{"source":377,"target":13},{"source":373,"target":53},{"source":373,"target":378},{"source":373,"target":52},{"source":378,"target":53},{"source":374,"target":13},{"source":374,"target":379},{"source":374,"target":52},{"source":379,"target":13},{"source":375,"target":13},{"source":53,"target":5},{"source":53,"target":380},{"source":53,"target":381},{"source":53,"target":382},{"source":53,"target":383},{"source":53,"target":384},{"source":53,"target":385},{"source":53,"target":386},{"source":53,"target":387},{"source":53,"target":388},{"source":53,"target":389},{"source":53,"target":390},{"source":53,"target":391},{"source":53,"target":392},{"source":53,"target":393},{"source":53,"target":394},{"source":53,"target":395},{"source":53,"target":396},{"source":53,"target":397},{"source":53,"target":398},{"source":380,"target":53},{"source":381,"target":53},{"source":382,"target":53},{"source":383,"target":53},{"source":384,"target":53},{"source":385,"target":53},{"source":386,"target":53},{"source":387,"target":53},{"source":388,"target":53},{"source":389,"target":53},{"source":390,"target":53},{"source":391,"target":53},{"source":392,"target":53},{"source":393,"target":53},{"source":394,"target":53},{"source":395,"target":53},{"source":396,"target":53},{"source":397,"target":53},{"source":398,"target":53},{"source":54,"target":5},{"source":54,"target":13},{"source":54,"target":399},{"source":54,"target":400},{"source":54,"target":401},{"source":399,"target":13},{"source":399,"target":402},{"source":399,"target":54},{"source":402,"target":13},{"source":400,"target":25},{"source":400,"target":403},{"source":400,"target":54},{"source":403,"target":25},{"source":401,"target":13},{"source":55,"target":5},{"source":55,"target":13},{"source":55,"target":404},{"source":55,"target":405},{"source":55,"target":406},{"source":55,"target":407},{"source":55,"target":408},{"source":404,"target":13},{"source":404,"target":409},{"source":404,"target":55},{"source":409,"target":13},{"source":405,"target":13},{"source":405,"target":410},{"source":405,"target":55},{"source":410,"target":13},{"source":406,"target":101},{"source":406,"target":411},{"source":406,"target":55},{"source":411,"target":101},{"source":407,"target":25},{"source":407,"target":412},{"source":407,"target":55},{"source":412,"target":25},{"source":408,"target":13},{"source":56,"target":5},{"source":56,"target":13},{"source":56,"target":413},{"source":56,"target":414},{"source":413,"target":1},{"source":413,"target":415},{"source":413,"target":56},{"source":415,"target":1},{"source":414,"target":13},{"source":57,"target":5},{"source":57,"target":13},{"source":57,"target":416},{"source":416,"target":13},{"source":58,"target":5},{"source":58,"target":13},{"source":58,"target":417},{"source":58,"target":418},{"source":417,"target":1},{"source":417,"target":419},{"source":417,"target":58},{"source":419,"target":1},{"source":418,"target":13},{"source":59,"target":5},{"source":59,"target":13},{"source":59,"target":420},{"source":59,"target":421},{"source":420,"target":13},{"source":420,"target":422},{"source":420,"target":59},{"source":422,"target":13},{"source":421,"target":13},{"source":60,"target":5},{"source":60,"target":13},{"source":60,"target":423},{"source":60,"target":424},{"source":60,"target":425},{"source":423,"target":13},{"source":423,"target":426},{"source":423,"target":60},{"source":426,"target":13},{"source":424,"target":61},{"source":424,"target":427},{"source":424,"target":60},{"source":427,"target":61},{"source":425,"target":13},{"source":61,"target":5},{"source":61,"target":428},{"source":61,"target":429},{"source":428,"target":61},{"source":429,"target":61},{"source":62,"target":5},{"source":62,"target":13},{"source":62,"target":430},{"source":62,"target":431},{"source":62,"target":432},{"source":430,"target":13},{"source":430,"target":433},{"source":430,"target":62},{"source":433,"target":13},{"source":431,"target":63},{"source":431,"target":434},{"source":431,"target":62},{"source":434,"target":63},{"source":432,"target":13},{"source":63,"target":5},{"source":63,"target":435},{"source":63,"target":436},{"source":63,"target":437},{"source":63,"target":438},{"source":63,"target":439},{"source":63,"target":440},{"source":435,"target":63},{"source":436,"target":63},{"source":437,"target":63},{"source":438,"target":63},{"source":439,"target":63},{"source":440,"target":63},{"source":64,"target":5},{"source":64,"target":13},{"source":64,"target":441},{"source":64,"target":442},{"source":64,"target":443},{"source":441,"target":1},{"source":441,"target":444},{"source":441,"target":64},{"source":444,"target":1},{"source":442,"target":1},{"source":442,"target":445},{"source":442,"target":64},{"source":445,"target":1},{"source":443,"target":13},{"source":65,"target":5},{"source":65,"target":13},{"source":65,"target":446},{"source":65,"target":447},{"source":65,"target":448},{"source":446,"target":101},{"source":446,"target":449},{"source":446,"target":65},{"source":449,"target":101},{"source":447,"target":56},{"source":447,"target":450},{"source":447,"target":65},{"source":450,"target":56},{"source":448,"target":13},{"source":66,"target":5},{"source":66,"target":13},{"source":66,"target":451},{"source":66,"target":452},{"source":66,"target":453},{"source":66,"target":454},{"source":66,"target":455},{"source":451,"target":13},{"source":451,"target":456},{"source":451,"target":66},{"source":456,"target":13},{"source":452,"target":56},{"source":452,"target":457},{"source":452,"target":66},{"source":457,"target":56},{"source":453,"target":56},{"source":453,"target":458},{"source":453,"target":66},{"source":458,"target":56},{"source":454,"target":25},{"source":454,"target":459},{"source":454,"target":66},{"source":459,"target":25},{"source":455,"target":13},{"source":67,"target":5},{"source":67,"target":13},{"source":67,"target":460},{"source":67,"target":461},{"source":460,"target":56},{"source":460,"target":462},{"source":460,"target":67},{"source":462,"target":56},{"source":461,"target":13},{"source":68,"target":5},{"source":68,"target":13},{"source":68,"target":463},{"source":68,"target":464},{"source":463,"target":25},{"source":463,"target":465},{"source":463,"target":68},{"source":465,"target":25},{"source":464,"target":13},{"source":69,"target":5},{"source":69,"target":13},{"source":69,"target":466},{"source":69,"target":467},{"source":69,"target":468},{"source":69,"target":469},{"source":466,"target":99},{"source":466,"target":470},{"source":466,"target":69},{"source":470,"target":99},{"source":467,"target":19},{"source":467,"target":471},{"source":467,"target":69},{"source":471,"target":19},{"source":468,"target":25},{"source":468,"target":472},{"source":468,"target":69},{"source":472,"target":25},{"source":469,"target":13},{"source":70,"target":5},{"source":70,"target":22},{"source":70,"target":473},{"source":70,"target":474},{"source":70,"target":475},{"source":473,"target":13},{"source":473,"target":476},{"source":473,"target":70},{"source":476,"target":13},{"source":474,"target":13},{"source":474,"target":477},{"source":474,"target":70},{"source":477,"target":13},{"source":475,"target":22},{"source":71,"target":5},{"source":71,"target":22},{"source":71,"target":478},{"source":71,"target":479},{"source":478,"target":22},{"source":478,"target":480},{"source":478,"target":71},{"source":480,"target":22},{"source":479,"target":22},{"source":72,"target":5},{"source":72,"target":22},{"source":72,"target":481},{"source":72,"target":482},{"source":481,"target":101},{"source":481,"target":483},{"source":481,"target":72},{"source":483,"target":101},{"source":482,"target":22},{"source":73,"target":5},{"source":73,"target":22},{"source":73,"target":484},{"source":73,"target":485},{"source":73,"target":486},{"source":484,"target":13},{"source":484,"target":487},{"source":484,"target":73},{"source":487,"target":13},{"source":485,"target":25},{"source":485,"target":488},{"source":485,"target":73},{"source":488,"target":25},{"source":486,"target":22},{"source":74,"target":5},{"source":74,"target":22},{"source":74,"target":489},{"source":74,"target":490},{"source":489,"target":101},{"source":489,"target":491},{"source":489,"target":74},{"source":491,"target":101},{"source":490,"target":22},{"source":75,"target":5},{"source":75,"target":22},{"source":75,"target":492},{"source":75,"target":493},{"source":75,"target":494},{"source":492,"target":22},{"source":492,"target":495},{"source":492,"target":75},{"source":495,"target":22},{"source":493,"target":13},{"source":493,"target":496},{"source":493,"target":75},{"source":496,"target":13},{"source":494,"target":22},{"source":76,"target":5},{"source":76,"target":22},{"source":76,"target":497},{"source":497,"target":22},{"source":77,"target":5},{"source":77,"target":22},{"source":77,"target":498},{"source":77,"target":499},{"source":77,"target":500},{"source":77,"target":501},{"source":498,"target":22},{"source":498,"target":502},{"source":498,"target":77},{"source":502,"target":22},{"source":499,"target":13},{"source":499,"target":503},{"source":499,"target":77},{"source":503,"target":13},{"source":500,"target":98},{"source":500,"target":504},{"source":500,"target":77},{"source":504,"target":98},{"source":501,"target":22},{"source":78,"target":5},{"source":78,"target":22},{"source":78,"target":505},{"source":78,"target":506},{"source":505,"target":13},{"source":505,"target":507},{"source":505,"target":78},{"source":507,"target":13},{"source":506,"target":22},{"source":79,"target":5},{"source":79,"target":22},{"source":79,"target":508},{"source":79,"target":509},{"source":79,"target":510},{"source":79,"target":511},{"source":79,"target":512},{"source":508,"target":22},{"source":508,"target":513},{"source":508,"target":79},{"source":513,"target":22},{"source":509,"target":13},{"source":509,"target":514},{"source":509,"target":79},{"source":514,"target":13},{"source":510,"target":13},{"source":510,"target":515},{"source":510,"target":79},{"source":515,"target":13},{"source":511,"target":13},{"source":511,"target":516},{"source":511,"target":79},{"source":516,"target":13},{"source":512,"target":22},{"source":80,"target":5},{"source":80,"target":22},{"source":80,"target":517},{"source":80,"target":518},{"source":80,"target":519},{"source":80,"target":520},{"source":517,"target":22},{"source":517,"target":521},{"source":517,"target":80},{"source":521,"target":22},{"source":518,"target":13},{"source":518,"target":522},{"source":518,"target":80},{"source":522,"target":13},{"source":519,"target":22},{"source":519,"target":523},{"source":519,"target":80},{"source":523,"target":22},{"source":520,"target":22},{"source":81,"target":5},{"source":81,"target":22},{"source":81,"target":524},{"source":81,"target":525},{"source":81,"target":526},{"source":524,"target":22},{"source":524,"target":527},{"source":524,"target":81},{"source":527,"target":22},{"source":525,"target":101},{"source":525,"target":528},{"source":525,"target":81},{"source":528,"target":101},{"source":526,"target":22},{"source":82,"target":5},{"source":82,"target":22},{"source":82,"target":529},{"source":82,"target":530},{"source":529,"target":13},{"source":529,"target":531},{"source":529,"target":82},{"source":531,"target":13},{"source":530,"target":22},{"source":83,"target":5},{"source":83,"target":22},{"source":83,"target":532},{"source":83,"target":533},{"source":83,"target":534},{"source":83,"target":535},{"source":532,"target":13},{"source":532,"target":536},{"source":532,"target":83},{"source":536,"target":13},{"source":533,"target":13},{"source":533,"target":537},{"source":533,"target":83},{"source":537,"target":13},{"source":534,"target":25},{"source":534,"target":538},{"source":534,"target":83},{"source":538,"target":25},{"source":535,"target":22},{"source":84,"target":5},{"source":84,"target":22},{"source":84,"target":539},{"source":84,"target":540},{"source":84,"target":541},{"source":539,"target":13},{"source":539,"target":542},{"source":539,"target":84},{"source":542,"target":13},{"source":540,"target":2},{"source":540,"target":543},{"source":540,"target":84},{"source":543,"target":2},{"source":541,"target":22},{"source":85,"target":5},{"source":85,"target":22},{"source":85,"target":544},{"source":85,"target":545},{"source":85,"target":546},{"source":544,"target":13},{"source":544,"target":547},{"source":544,"target":85},{"source":547,"target":13},{"source":545,"target":22},{"source":545,"target":548},{"source":545,"target":85},{"source":548,"target":22},{"source":546,"target":22},{"source":86,"target":5},{"source":86,"target":22},{"source":86,"target":549},{"source":86,"target":550},{"source":86,"target":551},{"source":549,"target":71},{"source":549,"target":552},{"source":549,"target":86},{"source":552,"target":71},{"source":550,"target":13},{"source":550,"target":553},{"source":550,"target":86},{"source":553,"target":13},{"source":551,"target":22},{"source":87,"target":5},{"source":87,"target":22},{"source":87,"target":554},{"source":87,"target":555},{"source":554,"target":13},{"source":554,"target":556},{"source":554,"target":87},{"source":556,"target":13},{"source":555,"target":22},{"source":88,"target":5},{"source":88,"target":22},{"source":88,"target":557},{"source":88,"target":558},{"source":88,"target":559},{"source":88,"target":560},{"source":557,"target":10},{"source":557,"target":561},{"source":557,"target":88},{"source":561,"target":10},{"source":558,"target":71},{"source":558,"target":562},{"source":558,"target":88},{"source":562,"target":71},{"source":559,"target":71},{"source":559,"target":563},{"source":559,"target":88},{"source":563,"target":71},{"source":560,"target":22},{"source":89,"target":5},{"source":89,"target":22},{"source":89,"target":564},{"source":89,"target":565},{"source":564,"target":28},{"source":564,"target":566},{"source":564,"target":89},{"source":566,"target":28},{"source":565,"target":22},{"source":90,"target":5},{"source":90,"target":22},{"source":90,"target":567},{"source":90,"target":568},{"source":90,"target":569},{"source":90,"target":570},{"source":567,"target":99},{"source":567,"target":571},{"source":567,"target":90},{"source":571,"target":99},{"source":568,"target":19},{"source":568,"target":572},{"source":568,"target":90},{"source":572,"target":19},{"source":569,"target":25},{"source":569,"target":573},{"source":569,"target":90},{"source":573,"target":25},{"source":570,"target":22},{"source":91,"target":5},{"source":91,"target":22},{"source":91,"target":574},{"source":91,"target":575},{"source":91,"target":576},{"source":574,"target":22},{"source":574,"target":577},{"source":574,"target":91},{"source":577,"target":22},{"source":575,"target":13},{"source":575,"target":578},{"source":575,"target":91},{"source":578,"target":13},{"source":576,"target":22},{"source":92,"target":5},{"source":92,"target":25},{"source":92,"target":579},{"source":92,"target":580},{"source":92,"target":581},{"source":92,"target":582},{"source":579,"target":25},{"source":579,"target":583},{"source":579,"target":92},{"source":583,"target":25},{"source":580,"target":3},{"source":580,"target":584},{"source":580,"target":92},{"source":584,"target":3},{"source":581,"target":25},{"source":581,"target":585},{"source":581,"target":92},{"source":585,"target":25},{"source":582,"target":25},{"source":93,"target":5},{"source":93,"target":25},{"source":93,"target":586},{"source":93,"target":587},{"source":93,"target":588},{"source":586,"target":25},{"source":586,"target":589},{"source":586,"target":93},{"source":589,"target":25},{"source":587,"target":25},{"source":587,"target":590},{"source":587,"target":93},{"source":590,"target":25},{"source":588,"target":25},{"source":94,"target":5},{"source":94,"target":25},{"source":94,"target":591},{"source":94,"target":592},{"source":591,"target":1},{"source":591,"target":593},{"source":591,"target":94},{"source":593,"target":1},{"source":592,"target":25},{"source":95,"target":5},{"source":95,"target":25},{"source":95,"target":594},{"source":95,"target":595},{"source":95,"target":596},{"source":594,"target":101},{"source":594,"target":597},{"source":594,"target":95},{"source":597,"target":101},{"source":595,"target":25},{"source":595,"target":598},{"source":595,"target":95},{"source":598,"target":25},{"source":596,"target":25},{"source":96,"target":5},{"source":96,"target":25},{"source":96,"target":599},{"source":96,"target":600},{"source":599,"target":56},{"source":599,"target":601},{"source":599,"target":96},{"source":601,"target":56},{"source":600,"target":25},{"source":97,"target":5},{"source":97,"target":25},{"source":97,"target":602},{"source":97,"target":603},{"source":97,"target":604},{"source":602,"target":25},{"source":602,"target":605},{"source":602,"target":97},{"source":605,"target":25},{"source":603,"target":2},{"source":603,"target":606},{"source":603,"target":97},{"source":606,"target":2},{"source":604,"target":25},{"source":98,"target":5},{"source":98,"target":27},{"source":98,"target":607},{"source":98,"target":608},{"source":98,"target":609},{"source":98,"target":610},{"source":607,"target":25},{"source":607,"target":611},{"source":607,"target":98},{"source":611,"target":25},{"source":608,"target":2},{"source":608,"target":612},{"source":608,"target":98},{"source":612,"target":2},{"source":609,"target":19},{"source":609,"target":613},{"source":609,"target":98},{"source":613,"target":19},{"source":610,"target":27},{"source":99,"target":5},{"source":99,"target":27},{"source":99,"target":614},{"source":614,"target":27},{"source":100,"target":5},{"source":100,"target":56},{"source":100,"target":615},{"source":100,"target":616},{"source":100,"target":617},{"source":615,"target":101},{"source":615,"target":618},{"source":615,"target":100},{"source":618,"target":101},{"source":616,"target":56},{"source":616,"target":619},{"source":616,"target":100},{"source":619,"target":56},{"source":617,"target":56},{"source":101,"target":5},{"source":101,"target":56},{"source":101,"target":620},{"source":101,"target":621},{"source":101,"target":622},{"source":620,"target":1},{"source":620,"target":623},{"source":620,"target":101},{"source":623,"target":1},{"source":621,"target":2},{"source":621,"target":624},{"source":621,"target":101},{"source":624,"target":2},{"source":622,"target":56},{"source":102,"target":5},{"source":102,"target":40},{"source":102,"target":625},{"source":625,"target":40},{"source":103,"target":5},{"source":103,"target":40},{"source":103,"target":626},{"source":103,"target":627},{"source":626,"target":16},{"source":626,"target":628},{"source":626,"target":103},{"source":628,"target":16},{"source":627,"target":40},{"source":104,"target":5},{"source":104,"target":40},{"source":104,"target":629},{"source":104,"target":630},{"source":629,"target":13},{"source":629,"target":631},{"source":629,"target":104},{"source":631,"target":13},{"source":630,"target":40}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tc2174">
<eClassifiers xsi:type="ecore:EClass" name="Class1" abstract="true">
<eOperations name="op"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="att"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class2"/>
</ecore:EPackage>
| github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.junit/data/unit/compositefilter/ticket2174/tc2174.ecore | ecore | tc2174
Class1
op
ref
att
Class2 | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"tc2174","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class1","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"op","lowerBound":0,"id":3,"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":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"att","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false}],"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":3,"target":1},{"source":4,"target":1},{"source":5,"target":1},{"source":2,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tc2552">
<eClassifiers xsi:type="ecore:EClass" name="Class1" abstract="true">
<eOperations name="op"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="att"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class2"/>
</ecore:EPackage>
| github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.junit/data/unit/repair/VP-2552/tc2552.ecore | ecore | tc2552
Class1
op
ref
att
Class2 | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"tc2552","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class1","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"op","lowerBound":0,"id":3,"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":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"att","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false}],"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":3,"target":1},{"source":4,"target":1},{"source":5,"target":1},{"source":2,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="root">
<eSubpackages name="subPackage1" nsPrefix="">
<eClassifiers xsi:type="ecore:EClass" name="EastClass0"/>
<eClassifiers xsi:type="ecore:EClass" name="NorthClass0"/>
<eClassifiers xsi:type="ecore:EClass" name="SouthClass0"/>
<eClassifiers xsi:type="ecore:EClass" name="WestClass0"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.swtbot/data/unit/borderNodeSide/borderNodeSide.ecore | ecore | root
subPackage1
EastClass0
NorthClass0
SouthClass0
WestClass0 | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"root","id":0,"eClass":"EPackage"},{"nsPrefix":"","nsURI":null,"name":"subPackage1","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EastClass0","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NorthClass0","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SouthClass0","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WestClass0","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":0},{"source":2,"target":1},{"source":3,"target":1},{"source":4,"target":1},{"source":5,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="root">
<eSubpackages name="p1">
<eClassifiers xsi:type="ecore:EClass" name="C1">
<eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="#//p2/C2"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="p2">
<eClassifiers xsi:type="ecore:EClass" name="C2"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.swtbot/data/unit/edgeStabilityOnBendpointsAlignment/tc1981.ecore | ecore | root
p1
C1
association
p2
C2 | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"root","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"p1","id":1,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"p2","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C1","instanceClass":null,"abstract":false,"id":3,"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":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C2","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":0},{"source":3,"target":1},{"source":3,"target":4},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":3},{"source":6,"target":5},{"source":2,"target":5},{"source":2,"target":0},{"source":5,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="astm"
nsURI="http://modelum.es/modernization/astm" nsPrefix="astm">
<eSubpackages name="gastm" nsURI="http://modelum.es/modernization/gastm" nsPrefix="gastm">
<eClassifiers xsi:type="ecore:EClass" name="GASTMObject"/>
<eClassifiers xsi:type="ecore:EClass" name="GASTMSourceObject" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="GASTMSemanticObject" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="OtherSyntaxObject" abstract="true"
eSuperTypes="#//gastm/GASTMSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="StorageSpecification" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//gastm/Type"/>
<eClassifiers xsi:type="ecore:EClass" name="AccessKind"/>
<eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryOperator" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ActualParameter" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="SourceFile" eSuperTypes="#//gastm/GASTMSourceObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pathName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceLocation" eSuperTypes="#//gastm/GASTMSourceObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inSourceFile" eType="#//gastm/SourceFile"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//gastm/GASTMSemanticObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1"
eType="#//gastm/CompilationUnit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outerScope" eType="#//gastm/GlobalScope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Scope" eSuperTypes="#//gastm/GASTMSemanticObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="definitionObject" upperBound="-1"
eType="#//gastm/DefinitionObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childScope" upperBound="-1"
eType="#//gastm/Scope" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GASTMSyntaxObject" abstract="true"
eSuperTypes="#//gastm/GASTMObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="locationInfo" eType="#//gastm/SourceLocation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preProcessorElements"
upperBound="-1" eType="#//gastm/PreprocessorElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//gastm/AnnotationExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//gastm/OtherSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//gastm/DefinitionObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//gastm/ProgramScope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//gastm/OtherSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nameString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinition" abstract="true"
eSuperTypes="#//gastm/DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRegister" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="linkageSpecifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="storageSpecifiers" eType="#//gastm/OtherSyntaxObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" eType="#//gastm/OtherSyntaxObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition" abstract="true" eSuperTypes="#//gastm/DeclarationOrDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#//gastm/Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#//gastm/TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true" eSuperTypes="#//gastm/DeclarationOrDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="defRef" eType="#//gastm/Definition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#//gastm/Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarationType" eType="#//gastm/TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#//gastm/Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1"
eType="#//gastm/FormalParameterDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes"
eType="#//gastm/FunctionMemberAttributes" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//gastm/TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//gastm/Declaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDefinition" eSuperTypes="#//gastm/Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//gastm/TypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1"
eType="#//gastm/FormalParameterDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1"
eType="#//gastm/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes"
eType="#//gastm/FunctionMemberAttributes" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//gastm/FunctionScope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttributes">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFriend" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isThisConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualSpecifier" eType="#//gastm/VirtualSpecification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntryDefinition" eSuperTypes="#//gastm/Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1"
eType="#//gastm/FormalParameterDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1"
eType="#//gastm/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataDefinition" abstract="true" eSuperTypes="#//gastm/Definition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BitFieldDefinition" eSuperTypes="#//gastm/DataDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="bitFieldSize" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralDefinition" eSuperTypes="#//gastm/Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" eSuperTypes="#//gastm/DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//gastm/Name"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedTypeDefinition" eSuperTypes="#//gastm/TypeDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#//gastm/NamedType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregateTypeDefinition" eSuperTypes="#//gastm/TypeDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" eType="#//gastm/AggregateType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameSpaceDefinition" eSuperTypes="#//gastm/DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="nameSpace" eType="#//gastm/Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1"
eType="#//gastm/DefinitionObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nameSpaceType" eType="#//gastm/NameSpaceType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelDefinition" eSuperTypes="#//gastm/DefinitionObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="labelName" eType="#//gastm/Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelType" eType="#//gastm/LabelType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IncludeUnit" eSuperTypes="#//gastm/PreprocessorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//gastm/SourceFile"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MacroCall" eSuperTypes="#//gastm/PreprocessorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" eType="#//gastm/MacroDefinition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MacroDefinition" eSuperTypes="#//gastm/PreprocessorElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="macroName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//gastm/PreprocessorElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//gastm/GASTMSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVolatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//gastm/DataType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSigned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumType" eSuperTypes="#//gastm/DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumLiterals" upperBound="-1"
eType="#//gastm/EnumLiteralDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructedType" abstract="true" eSuperTypes="#//gastm/DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//gastm/TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregateType" abstract="true" eSuperTypes="#//gastm/DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//gastm/DefinitionObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//gastm/AggregateScope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//gastm/ConstructedType">
<eStructuralFeatures xsi:type="ecore:EReference" name="ranks" upperBound="-1"
eType="#//gastm/Dimension" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#//gastm/OtherSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="lowBound" eType="#//gastm/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="highBound" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//gastm/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//gastm/TypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterTypes" upperBound="-1"
eType="#//gastm/FormalParameterType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormalParameterType" abstract="true"
eSuperTypes="#//gastm/DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//gastm/TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedType" eSuperTypes="#//gastm/DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//gastm/Type"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassType" eSuperTypes="#//gastm/AggregateType">
<eStructuralFeatures xsi:type="ecore:EReference" name="derivesFrom" upperBound="-1"
eType="#//gastm/DerivesFrom" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivesFrom" eSuperTypes="#//gastm/OtherSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" eType="#//gastm/OtherSyntaxObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="className" eType="#//gastm/NamedType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnnamedTypeReference" eSuperTypes="#//gastm/TypeReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//gastm/Type"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedTypeReference" eSuperTypes="#//gastm/TypeReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//gastm/Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//gastm/TypeDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinitionStatement"
eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="declOrDefn" eType="#//gastm/DefinitionObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JumpStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//gastm/LabelAccess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//gastm/LabelAccess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//gastm/LabelDefinition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//gastm/Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="subStatements" upperBound="-1"
eType="#//gastm/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//gastm/BlockScope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//gastm/Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//gastm/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenBody" eType="#//gastm/Statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//gastm/Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="switchExpression" eType="#//gastm/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" eType="#//gastm/SwitchCase"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//gastm/OtherSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1"
eType="#//gastm/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CaseBlock" eSuperTypes="#//gastm/SwitchCase">
<eStructuralFeatures xsi:type="ecore:EReference" name="caseExpressions" upperBound="-1"
eType="#//gastm/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//gastm/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//gastm/Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" abstract="true" eSuperTypes="#//gastm/LoopStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="initBody" eType="#//gastm/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterationBody" upperBound="-1"
eType="#//gastm/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="guardedStatement" eType="#//gastm/Statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="catchBlocks" upperBound="-1"
eType="#//gastm/CatchBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalStatement" eType="#//gastm/Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CatchBlock" eSuperTypes="#//gastm/OtherSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//gastm/Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypesCatchBlock" eSuperTypes="#//gastm/CatchBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1"
eType="#//gastm/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableCatchBlock" eSuperTypes="#//gastm/CatchBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptionVariable" eType="#//gastm/DataDefinition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//gastm/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//gastm/GASTMSyntaxObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionType" eType="#//gastm/TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameReference" abstract="true" eSuperTypes="#//gastm/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//gastm/Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" eType="#//gastm/DefinitionObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//gastm/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayName" eType="#//gastm/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subscripts" upperBound="-1"
eType="#//gastm/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedIdentifierReference" abstract="true"
eSuperTypes="#//gastm/NameReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifiers" eType="#//gastm/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//gastm/IdentifierReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeQualifiedIdentifierReference"
eSuperTypes="#//gastm/NameReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" upperBound="-1"
eType="#//gastm/TypeReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//gastm/IdentifierReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//gastm/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//gastm/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="castType" eType="#//gastm/TypeReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//gastm/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//gastm/OtherSyntaxObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//gastm/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//gastm/OtherSyntaxObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//gastm/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorAssign" eSuperTypes="#//gastm/BinaryOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//gastm/OtherSyntaxObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//gastm/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//gastm/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onTrueOperand" eType="#//gastm/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onFalseOperand" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RangeExpression" eSuperTypes="#//gastm/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="fromExpression" eType="#//gastm/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toExpression" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#//gastm/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="calledFunction" eType="#//gastm/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1"
eType="#//gastm/ActualParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActualParameterExpression" eSuperTypes="#//gastm/ActualParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//gastm/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewExpression" eSuperTypes="#//gastm/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="newType" eType="#//gastm/TypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1"
eType="#//gastm/OtherSyntaxObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelAccess" eSuperTypes="#//gastm/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//gastm/Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#//gastm/LabelDefinition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationExpression" eSuperTypes="#//gastm/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotationType" eType="#//gastm/TypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memberValues" upperBound="-1"
eType="#//gastm/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlobalScope" eSuperTypes="#//gastm/Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="PreprocessorElement" abstract="true"
eSuperTypes="#//gastm/GASTMSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="DefinitionObject" abstract="true"
eSuperTypes="#//gastm/GASTMSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="ProgramScope" eSuperTypes="#//gastm/Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeReference" abstract="true" eSuperTypes="#//gastm/Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//gastm/GASTMSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionScope" eSuperTypes="#//gastm/Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="NameSpaceType" eSuperTypes="#//gastm/Type"/>
<eClassifiers xsi:type="ecore:EClass" name="LabelType" eSuperTypes="#//gastm/Type"/>
<eClassifiers xsi:type="ecore:EClass" name="AggregateScope" eSuperTypes="#//gastm/Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="BlockScope" eSuperTypes="#//gastm/Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="IdentifierReference" eSuperTypes="#//gastm/NameReference"/>
<eClassifiers xsi:type="ecore:EClass" name="FormalParameterDefinition" eSuperTypes="#//gastm/DataDefinition"/>
<eClassifiers xsi:type="ecore:EClass" name="VirtualSpecification" abstract="true"
eSuperTypes="#//gastm/OtherSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="FormalParameterDeclaration" eSuperTypes="#//gastm/Declaration"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableDefinition" eSuperTypes="#//gastm/DataDefinition"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttribute" eSuperTypes="#//gastm/OtherSyntaxObject"/>
<eClassifiers xsi:type="ecore:EClass" name="External" eSuperTypes="#//gastm/StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionPersistent" eSuperTypes="#//gastm/StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="FileLocal" eSuperTypes="#//gastm/StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="PerClassMember" eSuperTypes="#//gastm/StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="NoDef" eSuperTypes="#//gastm/StorageSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Virtual" eSuperTypes="#//gastm/VirtualSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="PureVirtual" eSuperTypes="#//gastm/VirtualSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="NonVirtual" eSuperTypes="#//gastm/VirtualSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ExceptionType" eSuperTypes="#//gastm/DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="#//gastm/PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Byte" eSuperTypes="#//gastm/PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="ShortInteger" eSuperTypes="#//gastm/PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="#//gastm/PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="LongInteger" eSuperTypes="#//gastm/PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="#//gastm/PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Double" eSuperTypes="#//gastm/PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="LongDouble" eSuperTypes="#//gastm/PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Character" eSuperTypes="#//gastm/PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="String" eSuperTypes="#//gastm/PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="#//gastm/PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="WideCharacter" eSuperTypes="#//gastm/PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//gastm/ConstructedType"/>
<eClassifiers xsi:type="ecore:EClass" name="PointerType" eSuperTypes="#//gastm/ConstructedType"/>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//gastm/ConstructedType"/>
<eClassifiers xsi:type="ecore:EClass" name="RangeType" eSuperTypes="#//gastm/ConstructedType"/>
<eClassifiers xsi:type="ecore:EClass" name="StructureType" eSuperTypes="#//gastm/AggregateType"/>
<eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#//gastm/AggregateType"/>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationType" eSuperTypes="#//gastm/AggregateType"/>
<eClassifiers xsi:type="ecore:EClass" name="ByValueFormalParameterType" eSuperTypes="#//gastm/FormalParameterType"/>
<eClassifiers xsi:type="ecore:EClass" name="ByReferenceFormalParameterType" eSuperTypes="#//gastm/FormalParameterType"/>
<eClassifiers xsi:type="ecore:EClass" name="Public" eSuperTypes="#//gastm/AccessKind"/>
<eClassifiers xsi:type="ecore:EClass" name="Protected" eSuperTypes="#//gastm/AccessKind"/>
<eClassifiers xsi:type="ecore:EClass" name="Private" eSuperTypes="#//gastm/AccessKind"/>
<eClassifiers xsi:type="ecore:EClass" name="TerminateStatement" eSuperTypes="#//gastm/Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="DefaultBlock" eSuperTypes="#//gastm/SwitchCase"/>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//gastm/LoopStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="DoWhileStatement" eSuperTypes="#//gastm/LoopStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForCheckBeforeStatement" eSuperTypes="#//gastm/ForStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForCheckAfterStatement" eSuperTypes="#//gastm/ForStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="AggregateExpression" eSuperTypes="#//gastm/Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedOverPointer" eSuperTypes="#//gastm/QualifiedIdentifierReference"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedOverData" eSuperTypes="#//gastm/QualifiedIdentifierReference"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//gastm/Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//gastm/Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="CharLiteral" eSuperTypes="#//gastm/Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//gastm/Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//gastm/Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="BitLiteral" eSuperTypes="#//gastm/Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="UnaryPlus" eSuperTypes="#//gastm/UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Negate" eSuperTypes="#//gastm/UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//gastm/UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitNot" eSuperTypes="#//gastm/UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="AddressOf" eSuperTypes="#//gastm/UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Deref" eSuperTypes="#//gastm/UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Increment" eSuperTypes="#//gastm/UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Decrement" eSuperTypes="#//gastm/UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="PostIncrement" eSuperTypes="#//gastm/UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="PostDecrement" eSuperTypes="#//gastm/UnaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Add" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Subtract" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Divide" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Modulus" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Exponent" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="NotGreater" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="NotLess" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitAnd" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitOr" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitXor" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitLeftShift" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="BitRightShift" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="MissingActualParameter" eSuperTypes="#//gastm/ActualParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="ByValueActualParameterExpression"
eSuperTypes="#//gastm/ActualParameterExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ByReferenceActualParameterExpression"
eSuperTypes="#//gastm/ActualParameterExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecificTriggerDefinition" eSuperTypes="#//gastm/Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1"
eType="#//gastm/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpecificLessEqual" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecificGreaterEqual" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecificIn" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecificLike" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecificConcatString" eSuperTypes="#//gastm/BinaryOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecificSelectStatement" eSuperTypes="#//gastm/Statement"/>
</eSubpackages>
<eSubpackages name="sastm" nsURI="http://modelum.es/modernization/sastm" nsPrefix="sastm">
<eClassifiers xsi:type="ecore:EClass" name="DelphiUnit" eSuperTypes="#//gastm/CompilationUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//gastm/Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//sastm/DelphiInterfaceSection"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementation" eType="#//sastm/DelphiImplementationSection"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelphiInterfaceSection" eSuperTypes="#//gastm/CompilationUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1"
eType="#//gastm/NamedTypeReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelphiImplementationSection" eSuperTypes="#//gastm/CompilationUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1"
eType="#//gastm/NamedTypeReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exports" upperBound="-1"
eType="#//gastm/NamedTypeReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelphiBlockStatement" eSuperTypes="#//gastm/BlockStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="exports" upperBound="-1"
eType="#//gastm/NamedTypeReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1"
eType="#//gastm/DefinitionObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelphiFunctionCallExpression" eSuperTypes="#//gastm/FunctionCallExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="applyTo" eType="#//gastm/DefinitionObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelphiWithStatement" eSuperTypes="#//gastm/BlockStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="withs" upperBound="-1"
eType="#//gastm/DefinitionObject"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/jlcanovas/gra2mol/examples/Grammar2Model.examples.Delphi2Model/ASTMExtraction/files/metamodels/astm.ecore | ecore | astm
gastm
GASTMObject
GASTMSourceObject
GASTMSemanticObject
OtherSyntaxObject
StorageSpecification
DataType
AccessKind
UnaryOperator
BinaryOperator
ActualParameter
SourceFile
pathName
SourceLocation
startLine
startColumn
endLine
endColumn
inSourceFile
Project
files
outerScope
Scope
definitionObject
childScope
GASTMSyntaxObject
locationInfo
preProcessorElements
annotations
CompilationUnit
language
fragments
opensScope
Name
nameString
DeclarationOrDefinition
isRegister
linkageSpecifier
storageSpecifiers
accessKind
Definition
identifierName
definitionType
Declaration
defRef
identifierName
declarationType
FunctionDeclaration
formalParameters
functionMemberAttributes
returnType
VariableDeclaration
isMutable
FunctionDefinition
returnType
formalParameters
body
functionMemberAttributes
opensScope
FunctionMemberAttributes
isFriend
isInline
isThisConst
virtualSpecifier
EntryDefinition
formalParameters
body
DataDefinition
isMutable
initialValue
BitFieldDefinition
bitFieldSize
EnumLiteralDefinition
value
TypeDefinition
name
NamedTypeDefinition
definitionType
AggregateTypeDefinition
aggregateType
NameSpaceDefinition
nameSpace
body
nameSpaceType
LabelDefinition
labelName
labelType
IncludeUnit
file
MacroCall
refersTo
MacroDefinition
macroName
body
Comment
text
Type
isConst
isVolatile
PrimitiveType
isSigned
EnumType
enumLiterals
ConstructedType
baseType
AggregateType
members
opensScope
ArrayType
ranks
Dimension
lowBound
highBound
FunctionType
returnType
parameterTypes
FormalParameterType
type
NamedType
body
ClassType
derivesFrom
DerivesFrom
isVirtual
accessKind
className
UnnamedTypeReference
type
NamedTypeReference
name
type
DeleteStatement
operand
DeclarationOrDefinitionStatement
declOrDefn
ExpressionStatement
expression
JumpStatement
target
BreakStatement
target
ContinueStatement
target
LabeledStatement
label
statement
BlockStatement
subStatements
opensScope
EmptyStatement
IfStatement
condition
thenBody
elseBody
SwitchStatement
switchExpression
cases
SwitchCase
body
CaseBlock
caseExpressions
ReturnStatement
returnValue
LoopStatement
condition
body
ForStatement
initBody
iterationBody
TryStatement
guardedStatement
catchBlocks
finalStatement
CatchBlock
body
TypesCatchBlock
exceptions
VariableCatchBlock
exceptionVariable
ThrowStatement
exception
Expression
expressionType
NameReference
name
refersTo
ArrayAccess
arrayName
subscripts
QualifiedIdentifierReference
qualifiers
member
TypeQualifiedIdentifierReference
aggregateType
member
Literal
value
CastExpression
castType
expression
UnaryExpression
operator
operand
BinaryExpression
operator
leftOperand
rightOperand
OperatorAssign
operator
ConditionalExpression
condition
onTrueOperand
onFalseOperand
RangeExpression
fromExpression
toExpression
FunctionCallExpression
calledFunction
actualParams
ActualParameterExpression
value
NewExpression
newType
actualParams
LabelAccess
name
definition
AnnotationExpression
annotationType
memberValues
GlobalScope
PreprocessorElement
DefinitionObject
ProgramScope
TypeReference
Statement
FunctionScope
NameSpaceType
LabelType
AggregateScope
BlockScope
IdentifierReference
FormalParameterDefinition
VirtualSpecification
FormalParameterDeclaration
VariableDefinition
FunctionMemberAttribute
External
FunctionPersistent
FileLocal
PerClassMember
NoDef
Virtual
PureVirtual
NonVirtual
ExceptionType
Void
Byte
ShortInteger
Integer
LongInteger
Float
Double
LongDouble
Character
String
Boolean
WideCharacter
CollectionType
PointerType
ReferenceType
RangeType
StructureType
UnionType
AnnotationType
ByValueFormalParameterType
ByReferenceFormalParameterType
Public
Protected
Private
TerminateStatement
DefaultBlock
WhileStatement
DoWhileStatement
ForCheckBeforeStatement
ForCheckAfterStatement
AggregateExpression
QualifiedOverPointer
QualifiedOverData
IntegerLiteral
StringLiteral
CharLiteral
RealLiteral
BooleanLiteral
BitLiteral
UnaryPlus
Negate
Not
BitNot
AddressOf
Deref
Increment
Decrement
PostIncrement
PostDecrement
Add
Subtract
Multiply
Divide
Modulus
Exponent
And
Or
Equal
NotEqual
Greater
NotGreater
Less
NotLess
BitAnd
BitOr
BitXor
BitLeftShift
BitRightShift
Assign
MissingActualParameter
ByValueActualParameterExpression
ByReferenceActualParameterExpression
SpecificTriggerDefinition
body
SpecificLessEqual
SpecificGreaterEqual
SpecificIn
SpecificLike
SpecificConcatString
SpecificSelectStatement
sastm
DelphiUnit
name
interface
implementation
DelphiInterfaceSection
uses
DelphiImplementationSection
uses
exports
DelphiBlockStatement
exports
declarations
DelphiFunctionCallExpression
applyTo
DelphiWithStatement
withs | null | {"directed":true,"nodes":[{"nsPrefix":"astm","nsURI":"http://modelum.es/modernization/astm","name":"astm","id":0,"eClass":"EPackage"},{"nsPrefix":"gastm","nsURI":"http://modelum.es/modernization/gastm","name":"gastm","id":1,"eClass":"EPackage"},{"nsPrefix":"sastm","nsURI":"http://modelum.es/modernization/sastm","name":"sastm","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMObject","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSourceObject","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSemanticObject","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherSyntaxObject","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageSpecification","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessKind","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameter","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceFile","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceLocation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSyntaxObject","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationOrDefinition","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDefinition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttributes","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryDefinition","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataDefinition","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitFieldDefinition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralDefinition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeDefinition","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateTypeDefinition","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceDefinition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelDefinition","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludeUnit","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroCall","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroDefinition","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumType","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructedType","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateType","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterType","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedType","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassType","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivesFrom","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnnamedTypeReference","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeReference","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationOrDefinitionStatement","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseBlock","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchBlock","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypesCatchBlock","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCatchBlock","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameReference","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedIdentifierReference","instanceClass":null,"abstract":true,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeQualifiedIdentifierReference","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorAssign","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameterExpression","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelAccess","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationExpression","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalScope","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreprocessorElement","instanceClass":null,"abstract":true,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionObject","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramScope","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionScope","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceType","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelType","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateScope","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockScope","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierReference","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDefinition","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualSpecification","instanceClass":null,"abstract":true,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDeclaration","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDefinition","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttribute","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"External","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionPersistent","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileLocal","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerClassMember","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoDef","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virtual","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PureVirtual","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonVirtual","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionType","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Byte","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortInteger","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongInteger","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongDouble","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Character","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WideCharacter","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeType","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureType","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationType","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueFormalParameterType","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceFormalParameterType","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protected","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminateStatement","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultBlock","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileStatement","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckBeforeStatement","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckAfterStatement","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateExpression","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverPointer","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverData","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharLiteral","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLiteral","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryPlus","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negate","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitNot","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressOf","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deref","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Increment","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decrement","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostIncrement","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostDecrement","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Add","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtract","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Divide","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulus","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exponent","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotGreater","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotLess","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitAnd","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitOr","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitXor","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLeftShift","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitRightShift","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MissingActualParameter","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueActualParameterExpression","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceActualParameterExpression","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificTriggerDefinition","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificLessEqual","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificGreaterEqual","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificIn","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificLike","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificConcatString","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificSelectStatement","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startLine","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startColumn","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endLine","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endColumn","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inSourceFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"files","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outerScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locationInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preProcessorElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"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":"nameString","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRegister","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkageSpecifier","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storageSpecifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionMemberAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","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":"formalParameters","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionMemberAttributes","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":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFriend","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInline","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isThisConst","changeable":true,"lowerBound":0,"iD":false,"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":"virtualSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bitFieldSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nameSpace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nameSpaceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"macroName","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"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":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isConst","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVolatile","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSigned","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumLiterals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"container":false,"ordered":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":352,"derived":false},{"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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ranks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"highBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"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":"derivesFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":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":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declOrDefn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"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":"subStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"thenBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":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":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"container":false,"ordered":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":447,"derived":false},{"container":false,"ordered":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":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterationBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardedStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayName","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":"subscripts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"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":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"castType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"container":false,"ordered":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":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onTrueOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onFalseOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":529,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calledFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":552,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":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":655,"derived":false},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelphiUnit","instanceClass":null,"abstract":false,"id":664,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelphiInterfaceSection","instanceClass":null,"abstract":false,"id":665,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelphiImplementationSection","instanceClass":null,"abstract":false,"id":666,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelphiBlockStatement","instanceClass":null,"abstract":false,"id":667,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelphiFunctionCallExpression","instanceClass":null,"abstract":false,"id":668,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelphiWithStatement","instanceClass":null,"abstract":false,"id":669,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":671,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":672,"derived":false},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"container":false,"ordered":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":677,"derived":false},{"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":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":680,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":685,"derived":false},{"container":false,"ordered":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":686,"derived":false},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applyTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":690,"derived":false},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"withs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":693,"derived":false},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":1,"target":88},{"source":1,"target":89},{"source":1,"target":90},{"source":1,"target":91},{"source":1,"target":92},{"source":1,"target":93},{"source":1,"target":94},{"source":1,"target":95},{"source":1,"target":96},{"source":1,"target":97},{"source":1,"target":98},{"source":1,"target":99},{"source":1,"target":100},{"source":1,"target":101},{"source":1,"target":102},{"source":1,"target":103},{"source":1,"target":104},{"source":1,"target":105},{"source":1,"target":106},{"source":1,"target":107},{"source":1,"target":108},{"source":1,"target":109},{"source":1,"target":110},{"source":1,"target":111},{"source":1,"target":112},{"source":1,"target":113},{"source":1,"target":114},{"source":1,"target":115},{"source":1,"target":116},{"source":1,"target":117},{"source":1,"target":118},{"source":1,"target":119},{"source":1,"target":120},{"source":1,"target":121},{"source":1,"target":122},{"source":1,"target":123},{"source":1,"target":124},{"source":1,"target":125},{"source":1,"target":126},{"source":1,"target":127},{"source":1,"target":128},{"source":1,"target":129},{"source":1,"target":130},{"source":1,"target":131},{"source":1,"target":132},{"source":1,"target":133},{"source":1,"target":134},{"source":1,"target":135},{"source":1,"target":136},{"source":1,"target":137},{"source":1,"target":138},{"source":1,"target":139},{"source":1,"target":140},{"source":1,"target":141},{"source":1,"target":142},{"source":1,"target":143},{"source":1,"target":144},{"source":1,"target":145},{"source":1,"target":146},{"source":1,"target":147},{"source":1,"target":148},{"source":1,"target":149},{"source":1,"target":150},{"source":1,"target":151},{"source":1,"target":152},{"source":1,"target":153},{"source":1,"target":154},{"source":1,"target":155},{"source":1,"target":156},{"source":1,"target":157},{"source":1,"target":158},{"source":1,"target":159},{"source":1,"target":160},{"source":1,"target":161},{"source":1,"target":162},{"source":1,"target":163},{"source":1,"target":164},{"source":1,"target":165},{"source":1,"target":166},{"source":1,"target":167},{"source":1,"target":168},{"source":1,"target":169},{"source":1,"target":170},{"source":1,"target":171},{"source":1,"target":172},{"source":1,"target":173},{"source":1,"target":174},{"source":1,"target":175},{"source":1,"target":176},{"source":1,"target":177},{"source":1,"target":178},{"source":1,"target":179},{"source":1,"target":180},{"source":1,"target":181},{"source":1,"target":182},{"source":1,"target":183},{"source":1,"target":184},{"source":1,"target":185},{"source":1,"target":186},{"source":1,"target":187},{"source":1,"target":188},{"source":1,"target":189},{"source":1,"target":190},{"source":1,"target":191},{"source":1,"target":192},{"source":1,"target":193},{"source":1,"target":194},{"source":1,"target":195},{"source":1,"target":196},{"source":1,"target":0},{"source":3,"target":1},{"source":4,"target":1},{"source":5,"target":1},{"source":6,"target":1},{"source":6,"target":17},{"source":6,"target":197},{"source":197,"target":17},{"source":7,"target":1},{"source":8,"target":1},{"source":8,"target":40},{"source":8,"target":198},{"source":198,"target":40},{"source":9,"target":1},{"source":10,"target":1},{"source":11,"target":1},{"source":12,"target":1},{"source":13,"target":1},{"source":13,"target":4},{"source":13,"target":199},{"source":13,"target":200},{"source":199,"target":201},{"source":199,"target":13},{"source":200,"target":4},{"source":14,"target":1},{"source":14,"target":4},{"source":14,"target":202},{"source":14,"target":203},{"source":14,"target":204},{"source":14,"target":205},{"source":14,"target":206},{"source":14,"target":207},{"source":202,"target":208},{"source":202,"target":14},{"source":203,"target":209},{"source":203,"target":14},{"source":204,"target":210},{"source":204,"target":14},{"source":205,"target":211},{"source":205,"target":14},{"source":206,"target":13},{"source":206,"target":212},{"source":206,"target":14},{"source":212,"target":13},{"source":207,"target":4},{"source":15,"target":1},{"source":15,"target":5},{"source":15,"target":213},{"source":15,"target":214},{"source":15,"target":215},{"source":213,"target":18},{"source":213,"target":216},{"source":213,"target":15},{"source":216,"target":18},{"source":214,"target":92},{"source":214,"target":217},{"source":214,"target":15},{"source":217,"target":92},{"source":215,"target":5},{"source":16,"target":1},{"source":16,"target":5},{"source":16,"target":218},{"source":16,"target":219},{"source":16,"target":220},{"source":218,"target":94},{"source":218,"target":221},{"source":218,"target":16},{"source":221,"target":94},{"source":219,"target":16},{"source":219,"target":222},{"source":219,"target":16},{"source":222,"target":16},{"source":220,"target":5},{"source":17,"target":1},{"source":17,"target":3},{"source":17,"target":223},{"source":17,"target":224},{"source":17,"target":225},{"source":17,"target":226},{"source":223,"target":14},{"source":223,"target":227},{"source":223,"target":17},{"source":227,"target":14},{"source":224,"target":93},{"source":224,"target":228},{"source":224,"target":17},{"source":228,"target":93},{"source":225,"target":91},{"source":225,"target":229},{"source":225,"target":17},{"source":229,"target":91},{"source":226,"target":3},{"source":18,"target":1},{"source":18,"target":6},{"source":18,"target":230},{"source":18,"target":231},{"source":18,"target":232},{"source":18,"target":233},{"source":230,"target":234},{"source":230,"target":18},{"source":231,"target":94},{"source":231,"target":235},{"source":231,"target":18},{"source":235,"target":94},{"source":232,"target":95},{"source":232,"target":236},{"source":232,"target":18},{"source":236,"target":95},{"source":233,"target":6},{"source":19,"target":1},{"source":19,"target":6},{"source":19,"target":237},{"source":19,"target":238},{"source":237,"target":239},{"source":237,"target":19},{"source":238,"target":6},{"source":20,"target":1},{"source":20,"target":94},{"source":20,"target":240},{"source":20,"target":241},{"source":20,"target":242},{"source":20,"target":243},{"source":20,"target":244},{"source":240,"target":245},{"source":240,"target":20},{"source":241,"target":246},{"source":241,"target":20},{"source":242,"target":6},{"source":242,"target":247},{"source":242,"target":20},{"source":247,"target":6},{"source":243,"target":6},{"source":243,"target":248},{"source":243,"target":20},{"source":248,"target":6},{"source":244,"target":94},{"source":21,"target":1},{"source":21,"target":20},{"source":21,"target":249},{"source":21,"target":250},{"source":21,"target":251},{"source":249,"target":19},{"source":249,"target":252},{"source":249,"target":21},{"source":252,"target":19},{"source":250,"target":96},{"source":250,"target":253},{"source":250,"target":21},{"source":253,"target":96},{"source":251,"target":20},{"source":22,"target":1},{"source":22,"target":20},{"source":22,"target":254},{"source":22,"target":255},{"source":22,"target":256},{"source":22,"target":257},{"source":254,"target":21},{"source":254,"target":258},{"source":254,"target":22},{"source":258,"target":21},{"source":255,"target":19},{"source":255,"target":259},{"source":255,"target":22},{"source":259,"target":19},{"source":256,"target":96},{"source":256,"target":260},{"source":256,"target":22},{"source":260,"target":96},{"source":257,"target":20},{"source":23,"target":1},{"source":23,"target":22},{"source":23,"target":261},{"source":23,"target":262},{"source":23,"target":263},{"source":23,"target":264},{"source":261,"target":106},{"source":261,"target":265},{"source":261,"target":23},{"source":265,"target":106},{"source":262,"target":26},{"source":262,"target":266},{"source":262,"target":23},{"source":266,"target":26},{"source":263,"target":96},{"source":263,"target":267},{"source":263,"target":23},{"source":267,"target":96},{"source":264,"target":22},{"source":24,"target":1},{"source":24,"target":22},{"source":24,"target":268},{"source":24,"target":269},{"source":268,"target":270},{"source":268,"target":24},{"source":269,"target":22},{"source":25,"target":1},{"source":25,"target":21},{"source":25,"target":271},{"source":25,"target":272},{"source":25,"target":273},{"source":25,"target":274},{"source":25,"target":275},{"source":25,"target":276},{"source":271,"target":96},{"source":271,"target":277},{"source":271,"target":25},{"source":277,"target":96},{"source":272,"target":104},{"source":272,"target":278},{"source":272,"target":25},{"source":278,"target":104},{"source":273,"target":97},{"source":273,"target":279},{"source":273,"target":25},{"source":279,"target":97},{"source":274,"target":26},{"source":274,"target":280},{"source":274,"target":25},{"source":280,"target":26},{"source":275,"target":98},{"source":275,"target":281},{"source":275,"target":25},{"source":281,"target":98},{"source":276,"target":21},{"source":26,"target":1},{"source":26,"target":282},{"source":26,"target":283},{"source":26,"target":284},{"source":26,"target":285},{"source":282,"target":286},{"source":282,"target":26},{"source":283,"target":287},{"source":283,"target":26},{"source":284,"target":288},{"source":284,"target":26},{"source":285,"target":105},{"source":285,"target":289},{"source":285,"target":26},{"source":289,"target":105},{"source":27,"target":1},{"source":27,"target":21},{"source":27,"target":290},{"source":27,"target":291},{"source":27,"target":292},{"source":290,"target":104},{"source":290,"target":293},{"source":290,"target":27},{"source":293,"target":104},{"source":291,"target":97},{"source":291,"target":294},{"source":291,"target":27},{"source":294,"target":97},{"source":292,"target":21},{"source":28,"target":1},{"source":28,"target":21},{"source":28,"target":295},{"source":28,"target":296},{"source":28,"target":297},{"source":295,"target":298},{"source":295,"target":28},{"source":296,"target":75},{"source":296,"target":299},{"source":296,"target":28},{"source":299,"target":75},{"source":297,"target":21},{"source":29,"target":1},{"source":29,"target":28},{"source":29,"target":300},{"source":29,"target":301},{"source":300,"target":75},{"source":300,"target":302},{"source":300,"target":29},{"source":302,"target":75},{"source":301,"target":28},{"source":30,"target":1},{"source":30,"target":21},{"source":30,"target":303},{"source":30,"target":304},{"source":303,"target":75},{"source":303,"target":305},{"source":303,"target":30},{"source":305,"target":75},{"source":304,"target":21},{"source":31,"target":1},{"source":31,"target":94},{"source":31,"target":306},{"source":31,"target":307},{"source":306,"target":19},{"source":306,"target":308},{"source":306,"target":31},{"source":308,"target":19},{"source":307,"target":94},{"source":32,"target":1},{"source":32,"target":31},{"source":32,"target":309},{"source":32,"target":310},{"source":309,"target":49},{"source":309,"target":311},{"source":309,"target":32},{"source":311,"target":49},{"source":310,"target":31},{"source":33,"target":1},{"source":33,"target":31},{"source":33,"target":312},{"source":33,"target":313},{"source":312,"target":44},{"source":312,"target":314},{"source":312,"target":33},{"source":314,"target":44},{"source":313,"target":31},{"source":34,"target":1},{"source":34,"target":94},{"source":34,"target":315},{"source":34,"target":316},{"source":34,"target":317},{"source":34,"target":318},{"source":315,"target":19},{"source":315,"target":319},{"source":315,"target":34},{"source":319,"target":19},{"source":316,"target":94},{"source":316,"target":320},{"source":316,"target":34},{"source":320,"target":94},{"source":317,"target":99},{"source":317,"target":321},{"source":317,"target":34},{"source":321,"target":99},{"source":318,"target":94},{"source":35,"target":1},{"source":35,"target":94},{"source":35,"target":322},{"source":35,"target":323},{"source":35,"target":324},{"source":322,"target":19},{"source":322,"target":325},{"source":322,"target":35},{"source":325,"target":19},{"source":323,"target":100},{"source":323,"target":326},{"source":323,"target":35},{"source":326,"target":100},{"source":324,"target":94},{"source":36,"target":1},{"source":36,"target":93},{"source":36,"target":327},{"source":36,"target":328},{"source":327,"target":13},{"source":327,"target":329},{"source":327,"target":36},{"source":329,"target":13},{"source":328,"target":93},{"source":37,"target":1},{"source":37,"target":93},{"source":37,"target":330},{"source":37,"target":331},{"source":330,"target":38},{"source":330,"target":332},{"source":330,"target":37},{"source":332,"target":38},{"source":331,"target":93},{"source":38,"target":1},{"source":38,"target":93},{"source":38,"target":333},{"source":38,"target":334},{"source":38,"target":335},{"source":333,"target":336},{"source":333,"target":38},{"source":334,"target":337},{"source":334,"target":38},{"source":335,"target":93},{"source":39,"target":1},{"source":39,"target":93},{"source":39,"target":338},{"source":39,"target":339},{"source":338,"target":340},{"source":338,"target":39},{"source":339,"target":93},{"source":40,"target":1},{"source":40,"target":17},{"source":40,"target":341},{"source":40,"target":342},{"source":40,"target":343},{"source":341,"target":344},{"source":341,"target":40},{"source":342,"target":345},{"source":342,"target":40},{"source":343,"target":17},{"source":41,"target":1},{"source":41,"target":8},{"source":41,"target":346},{"source":41,"target":347},{"source":346,"target":348},{"source":346,"target":41},{"source":347,"target":8},{"source":42,"target":1},{"source":42,"target":8},{"source":42,"target":349},{"source":42,"target":350},{"source":349,"target":30},{"source":349,"target":351},{"source":349,"target":42},{"source":351,"target":30},{"source":350,"target":8},{"source":43,"target":1},{"source":43,"target":8},{"source":43,"target":352},{"source":43,"target":353},{"source":352,"target":96},{"source":352,"target":354},{"source":352,"target":43},{"source":354,"target":96},{"source":353,"target":8},{"source":44,"target":1},{"source":44,"target":8},{"source":44,"target":355},{"source":44,"target":356},{"source":44,"target":357},{"source":355,"target":94},{"source":355,"target":358},{"source":355,"target":44},{"source":358,"target":94},{"source":356,"target":101},{"source":356,"target":359},{"source":356,"target":44},{"source":359,"target":101},{"source":357,"target":8},{"source":45,"target":1},{"source":45,"target":43},{"source":45,"target":360},{"source":45,"target":361},{"source":360,"target":46},{"source":360,"target":362},{"source":360,"target":45},{"source":362,"target":46},{"source":361,"target":43},{"source":46,"target":1},{"source":46,"target":6},{"source":46,"target":363},{"source":46,"target":364},{"source":46,"target":365},{"source":363,"target":75},{"source":363,"target":366},{"source":363,"target":46},{"source":366,"target":75},{"source":364,"target":75},{"source":364,"target":367},{"source":364,"target":46},{"source":367,"target":75},{"source":365,"target":6},{"source":47,"target":1},{"source":47,"target":40},{"source":47,"target":368},{"source":47,"target":369},{"source":47,"target":370},{"source":368,"target":96},{"source":368,"target":371},{"source":368,"target":47},{"source":371,"target":96},{"source":369,"target":48},{"source":369,"target":372},{"source":369,"target":47},{"source":372,"target":48},{"source":370,"target":40},{"source":48,"target":1},{"source":48,"target":8},{"source":48,"target":373},{"source":48,"target":374},{"source":373,"target":96},{"source":373,"target":375},{"source":373,"target":48},{"source":375,"target":96},{"source":374,"target":8},{"source":49,"target":1},{"source":49,"target":8},{"source":49,"target":376},{"source":49,"target":377},{"source":376,"target":40},{"source":376,"target":378},{"source":376,"target":49},{"source":378,"target":40},{"source":377,"target":8},{"source":50,"target":1},{"source":50,"target":44},{"source":50,"target":379},{"source":50,"target":380},{"source":379,"target":51},{"source":379,"target":381},{"source":379,"target":50},{"source":381,"target":51},{"source":380,"target":44},{"source":51,"target":1},{"source":51,"target":6},{"source":51,"target":382},{"source":51,"target":383},{"source":51,"target":384},{"source":51,"target":385},{"source":382,"target":386},{"source":382,"target":51},{"source":383,"target":6},{"source":383,"target":387},{"source":383,"target":51},{"source":387,"target":6},{"source":384,"target":49},{"source":384,"target":388},{"source":384,"target":51},{"source":388,"target":49},{"source":385,"target":6},{"source":52,"target":1},{"source":52,"target":96},{"source":52,"target":389},{"source":52,"target":390},{"source":389,"target":40},{"source":389,"target":391},{"source":389,"target":52},{"source":391,"target":40},{"source":390,"target":96},{"source":53,"target":1},{"source":53,"target":96},{"source":53,"target":392},{"source":53,"target":393},{"source":53,"target":394},{"source":392,"target":19},{"source":392,"target":395},{"source":392,"target":53},{"source":395,"target":19},{"source":393,"target":31},{"source":393,"target":396},{"source":393,"target":53},{"source":396,"target":31},{"source":394,"target":96},{"source":54,"target":1},{"source":54,"target":97},{"source":54,"target":397},{"source":54,"target":398},{"source":397,"target":75},{"source":397,"target":399},{"source":397,"target":54},{"source":399,"target":75},{"source":398,"target":97},{"source":55,"target":1},{"source":55,"target":97},{"source":55,"target":400},{"source":55,"target":401},{"source":400,"target":94},{"source":400,"target":402},{"source":400,"target":55},{"source":402,"target":94},{"source":401,"target":97},{"source":56,"target":1},{"source":56,"target":97},{"source":56,"target":403},{"source":56,"target":404},{"source":403,"target":75},{"source":403,"target":405},{"source":403,"target":56},{"source":405,"target":75},{"source":404,"target":97},{"source":57,"target":1},{"source":57,"target":97},{"source":57,"target":406},{"source":57,"target":407},{"source":406,"target":75},{"source":406,"target":408},{"source":406,"target":57},{"source":408,"target":75},{"source":407,"target":97},{"source":58,"target":1},{"source":58,"target":97},{"source":58,"target":409},{"source":58,"target":410},{"source":409,"target":90},{"source":409,"target":411},{"source":409,"target":58},{"source":411,"target":90},{"source":410,"target":97},{"source":59,"target":1},{"source":59,"target":97},{"source":59,"target":412},{"source":59,"target":413},{"source":412,"target":90},{"source":412,"target":414},{"source":412,"target":59},{"source":414,"target":90},{"source":413,"target":97},{"source":60,"target":1},{"source":60,"target":97},{"source":60,"target":415},{"source":60,"target":416},{"source":60,"target":417},{"source":415,"target":35},{"source":415,"target":418},{"source":415,"target":60},{"source":418,"target":35},{"source":416,"target":97},{"source":416,"target":419},{"source":416,"target":60},{"source":419,"target":97},{"source":417,"target":97},{"source":61,"target":1},{"source":61,"target":97},{"source":61,"target":420},{"source":61,"target":421},{"source":61,"target":422},{"source":420,"target":97},{"source":420,"target":423},{"source":420,"target":61},{"source":423,"target":97},{"source":421,"target":102},{"source":421,"target":424},{"source":421,"target":61},{"source":424,"target":102},{"source":422,"target":97},{"source":62,"target":1},{"source":62,"target":97},{"source":62,"target":425},{"source":425,"target":97},{"source":63,"target":1},{"source":63,"target":97},{"source":63,"target":426},{"source":63,"target":427},{"source":63,"target":428},{"source":63,"target":429},{"source":426,"target":75},{"source":426,"target":430},{"source":426,"target":63},{"source":430,"target":75},{"source":427,"target":97},{"source":427,"target":431},{"source":427,"target":63},{"source":431,"target":97},{"source":428,"target":97},{"source":428,"target":432},{"source":428,"target":63},{"source":432,"target":97},{"source":429,"target":97},{"source":64,"target":1},{"source":64,"target":97},{"source":64,"target":433},{"source":64,"target":434},{"source":64,"target":435},{"source":433,"target":75},{"source":433,"target":436},{"source":433,"target":64},{"source":436,"target":75},{"source":434,"target":65},{"source":434,"target":437},{"source":434,"target":64},{"source":437,"target":65},{"source":435,"target":97},{"source":65,"target":1},{"source":65,"target":6},{"source":65,"target":438},{"source":65,"target":439},{"source":438,"target":97},{"source":438,"target":440},{"source":438,"target":65},{"source":440,"target":97},{"source":439,"target":6},{"source":66,"target":1},{"source":66,"target":65},{"source":66,"target":441},{"source":66,"target":442},{"source":441,"target":75},{"source":441,"target":443},{"source":441,"target":66},{"source":443,"target":75},{"source":442,"target":65},{"source":67,"target":1},{"source":67,"target":97},{"source":67,"target":444},{"source":67,"target":445},{"source":444,"target":75},{"source":444,"target":446},{"source":444,"target":67},{"source":446,"target":75},{"source":445,"target":97},{"source":68,"target":1},{"source":68,"target":97},{"source":68,"target":447},{"source":68,"target":448},{"source":68,"target":449},{"source":447,"target":75},{"source":447,"target":450},{"source":447,"target":68},{"source":450,"target":75},{"source":448,"target":97},{"source":448,"target":451},{"source":448,"target":68},{"source":451,"target":97},{"source":449,"target":97},{"source":69,"target":1},{"source":69,"target":68},{"source":69,"target":452},{"source":69,"target":453},{"source":69,"target":454},{"source":452,"target":75},{"source":452,"target":455},{"source":452,"target":69},{"source":455,"target":75},{"source":453,"target":75},{"source":453,"target":456},{"source":453,"target":69},{"source":456,"target":75},{"source":454,"target":68},{"source":70,"target":1},{"source":70,"target":97},{"source":70,"target":457},{"source":70,"target":458},{"source":70,"target":459},{"source":70,"target":460},{"source":457,"target":97},{"source":457,"target":461},{"source":457,"target":70},{"source":461,"target":97},{"source":458,"target":71},{"source":458,"target":462},{"source":458,"target":70},{"source":462,"target":71},{"source":459,"target":97},{"source":459,"target":463},{"source":459,"target":70},{"source":463,"target":97},{"source":460,"target":97},{"source":71,"target":1},{"source":71,"target":6},{"source":71,"target":464},{"source":71,"target":465},{"source":464,"target":97},{"source":464,"target":466},{"source":464,"target":71},{"source":466,"target":97},{"source":465,"target":6},{"source":72,"target":1},{"source":72,"target":71},{"source":72,"target":467},{"source":72,"target":468},{"source":467,"target":40},{"source":467,"target":469},{"source":467,"target":72},{"source":469,"target":40},{"source":468,"target":71},{"source":73,"target":1},{"source":73,"target":71},{"source":73,"target":470},{"source":73,"target":471},{"source":470,"target":28},{"source":470,"target":472},{"source":470,"target":73},{"source":472,"target":28},{"source":471,"target":71},{"source":74,"target":1},{"source":74,"target":97},{"source":74,"target":473},{"source":74,"target":474},{"source":473,"target":75},{"source":473,"target":475},{"source":473,"target":74},{"source":475,"target":75},{"source":474,"target":97},{"source":75,"target":1},{"source":75,"target":17},{"source":75,"target":476},{"source":75,"target":477},{"source":476,"target":96},{"source":476,"target":478},{"source":476,"target":75},{"source":478,"target":96},{"source":477,"target":17},{"source":76,"target":1},{"source":76,"target":75},{"source":76,"target":479},{"source":76,"target":480},{"source":76,"target":481},{"source":479,"target":19},{"source":479,"target":482},{"source":479,"target":76},{"source":482,"target":19},{"source":480,"target":94},{"source":480,"target":483},{"source":480,"target":76},{"source":483,"target":94},{"source":481,"target":75},{"source":77,"target":1},{"source":77,"target":75},{"source":77,"target":484},{"source":77,"target":485},{"source":77,"target":486},{"source":484,"target":75},{"source":484,"target":487},{"source":484,"target":77},{"source":487,"target":75},{"source":485,"target":75},{"source":485,"target":488},{"source":485,"target":77},{"source":488,"target":75},{"source":486,"target":75},{"source":78,"target":1},{"source":78,"target":76},{"source":78,"target":489},{"source":78,"target":490},{"source":78,"target":491},{"source":489,"target":75},{"source":489,"target":492},{"source":489,"target":78},{"source":492,"target":75},{"source":490,"target":103},{"source":490,"target":493},{"source":490,"target":78},{"source":493,"target":103},{"source":491,"target":76},{"source":79,"target":1},{"source":79,"target":76},{"source":79,"target":494},{"source":79,"target":495},{"source":79,"target":496},{"source":494,"target":96},{"source":494,"target":497},{"source":494,"target":79},{"source":497,"target":96},{"source":495,"target":103},{"source":495,"target":498},{"source":495,"target":79},{"source":498,"target":103},{"source":496,"target":76},{"source":80,"target":1},{"source":80,"target":75},{"source":80,"target":499},{"source":80,"target":500},{"source":499,"target":501},{"source":499,"target":80},{"source":500,"target":75},{"source":81,"target":1},{"source":81,"target":75},{"source":81,"target":502},{"source":81,"target":503},{"source":81,"target":504},{"source":502,"target":96},{"source":502,"target":505},{"source":502,"target":81},{"source":505,"target":96},{"source":503,"target":75},{"source":503,"target":506},{"source":503,"target":81},{"source":506,"target":75},{"source":504,"target":75},{"source":82,"target":1},{"source":82,"target":75},{"source":82,"target":507},{"source":82,"target":508},{"source":82,"target":509},{"source":507,"target":6},{"source":507,"target":510},{"source":507,"target":82},{"source":510,"target":6},{"source":508,"target":75},{"source":508,"target":511},{"source":508,"target":82},{"source":511,"target":75},{"source":509,"target":75},{"source":83,"target":1},{"source":83,"target":75},{"source":83,"target":512},{"source":83,"target":513},{"source":83,"target":514},{"source":83,"target":515},{"source":512,"target":6},{"source":512,"target":516},{"source":512,"target":83},{"source":516,"target":6},{"source":513,"target":75},{"source":513,"target":517},{"source":513,"target":83},{"source":517,"target":75},{"source":514,"target":75},{"source":514,"target":518},{"source":514,"target":83},{"source":518,"target":75},{"source":515,"target":75},{"source":84,"target":1},{"source":84,"target":11},{"source":84,"target":519},{"source":84,"target":520},{"source":519,"target":6},{"source":519,"target":521},{"source":519,"target":84},{"source":521,"target":6},{"source":520,"target":11},{"source":85,"target":1},{"source":85,"target":75},{"source":85,"target":522},{"source":85,"target":523},{"source":85,"target":524},{"source":85,"target":525},{"source":522,"target":75},{"source":522,"target":526},{"source":522,"target":85},{"source":526,"target":75},{"source":523,"target":75},{"source":523,"target":527},{"source":523,"target":85},{"source":527,"target":75},{"source":524,"target":75},{"source":524,"target":528},{"source":524,"target":85},{"source":528,"target":75},{"source":525,"target":75},{"source":86,"target":1},{"source":86,"target":75},{"source":86,"target":529},{"source":86,"target":530},{"source":86,"target":531},{"source":529,"target":75},{"source":529,"target":532},{"source":529,"target":86},{"source":532,"target":75},{"source":530,"target":75},{"source":530,"target":533},{"source":530,"target":86},{"source":533,"target":75},{"source":531,"target":75},{"source":87,"target":1},{"source":87,"target":75},{"source":87,"target":534},{"source":87,"target":535},{"source":87,"target":536},{"source":534,"target":75},{"source":534,"target":537},{"source":534,"target":87},{"source":537,"target":75},{"source":535,"target":12},{"source":535,"target":538},{"source":535,"target":87},{"source":538,"target":12},{"source":536,"target":75},{"source":88,"target":1},{"source":88,"target":12},{"source":88,"target":539},{"source":88,"target":540},{"source":539,"target":75},{"source":539,"target":541},{"source":539,"target":88},{"source":541,"target":75},{"source":540,"target":12},{"source":89,"target":1},{"source":89,"target":75},{"source":89,"target":542},{"source":89,"target":543},{"source":89,"target":544},{"source":542,"target":96},{"source":542,"target":545},{"source":542,"target":89},{"source":545,"target":96},{"source":543,"target":6},{"source":543,"target":546},{"source":543,"target":89},{"source":546,"target":6},{"source":544,"target":75},{"source":90,"target":1},{"source":90,"target":75},{"source":90,"target":547},{"source":90,"target":548},{"source":90,"target":549},{"source":547,"target":19},{"source":547,"target":550},{"source":547,"target":90},{"source":550,"target":19},{"source":548,"target":35},{"source":548,"target":551},{"source":548,"target":90},{"source":551,"target":35},{"source":549,"target":75},{"source":91,"target":1},{"source":91,"target":75},{"source":91,"target":552},{"source":91,"target":553},{"source":91,"target":554},{"source":552,"target":96},{"source":552,"target":555},{"source":552,"target":91},{"source":555,"target":96},{"source":553,"target":75},{"source":553,"target":556},{"source":553,"target":91},{"source":556,"target":75},{"source":554,"target":75},{"source":92,"target":1},{"source":92,"target":16},{"source":92,"target":557},{"source":557,"target":16},{"source":93,"target":1},{"source":93,"target":17},{"source":93,"target":558},{"source":558,"target":17},{"source":94,"target":1},{"source":94,"target":17},{"source":94,"target":559},{"source":559,"target":17},{"source":95,"target":1},{"source":95,"target":16},{"source":95,"target":560},{"source":560,"target":16},{"source":96,"target":1},{"source":96,"target":40},{"source":96,"target":561},{"source":561,"target":40},{"source":97,"target":1},{"source":97,"target":17},{"source":97,"target":562},{"source":562,"target":17},{"source":98,"target":1},{"source":98,"target":16},{"source":98,"target":563},{"source":563,"target":16},{"source":99,"target":1},{"source":99,"target":40},{"source":99,"target":564},{"source":564,"target":40},{"source":100,"target":1},{"source":100,"target":40},{"source":100,"target":565},{"source":565,"target":40},{"source":101,"target":1},{"source":101,"target":16},{"source":101,"target":566},{"source":566,"target":16},{"source":102,"target":1},{"source":102,"target":16},{"source":102,"target":567},{"source":567,"target":16},{"source":103,"target":1},{"source":103,"target":76},{"source":103,"target":568},{"source":568,"target":76},{"source":104,"target":1},{"source":104,"target":28},{"source":104,"target":569},{"source":569,"target":28},{"source":105,"target":1},{"source":105,"target":6},{"source":105,"target":570},{"source":570,"target":6},{"source":106,"target":1},{"source":106,"target":22},{"source":106,"target":571},{"source":571,"target":22},{"source":107,"target":1},{"source":107,"target":28},{"source":107,"target":572},{"source":572,"target":28},{"source":108,"target":1},{"source":108,"target":6},{"source":108,"target":573},{"source":573,"target":6},{"source":109,"target":1},{"source":109,"target":7},{"source":109,"target":574},{"source":574,"target":7},{"source":110,"target":1},{"source":110,"target":7},{"source":110,"target":575},{"source":575,"target":7},{"source":111,"target":1},{"source":111,"target":7},{"source":111,"target":576},{"source":576,"target":7},{"source":112,"target":1},{"source":112,"target":7},{"source":112,"target":577},{"source":577,"target":7},{"source":113,"target":1},{"source":113,"target":7},{"source":113,"target":578},{"source":578,"target":7},{"source":114,"target":1},{"source":114,"target":105},{"source":114,"target":579},{"source":579,"target":105},{"source":115,"target":1},{"source":115,"target":105},{"source":115,"target":580},{"source":580,"target":105},{"source":116,"target":1},{"source":116,"target":105},{"source":116,"target":581},{"source":581,"target":105},{"source":117,"target":1},{"source":117,"target":8},{"source":117,"target":582},{"source":582,"target":8},{"source":118,"target":1},{"source":118,"target":41},{"source":118,"target":583},{"source":583,"target":41},{"source":119,"target":1},{"source":119,"target":41},{"source":119,"target":584},{"source":584,"target":41},{"source":120,"target":1},{"source":120,"target":41},{"source":120,"target":585},{"source":585,"target":41},{"source":121,"target":1},{"source":121,"target":41},{"source":121,"target":586},{"source":586,"target":41},{"source":122,"target":1},{"source":122,"target":41},{"source":122,"target":587},{"source":587,"target":41},{"source":123,"target":1},{"source":123,"target":41},{"source":123,"target":588},{"source":588,"target":41},{"source":124,"target":1},{"source":124,"target":41},{"source":124,"target":589},{"source":589,"target":41},{"source":125,"target":1},{"source":125,"target":41},{"source":125,"target":590},{"source":590,"target":41},{"source":126,"target":1},{"source":126,"target":41},{"source":126,"target":591},{"source":591,"target":41},{"source":127,"target":1},{"source":127,"target":41},{"source":127,"target":592},{"source":592,"target":41},{"source":128,"target":1},{"source":128,"target":41},{"source":128,"target":593},{"source":593,"target":41},{"source":129,"target":1},{"source":129,"target":41},{"source":129,"target":594},{"source":594,"target":41},{"source":130,"target":1},{"source":130,"target":43},{"source":130,"target":595},{"source":595,"target":43},{"source":131,"target":1},{"source":131,"target":43},{"source":131,"target":596},{"source":596,"target":43},{"source":132,"target":1},{"source":132,"target":43},{"source":132,"target":597},{"source":597,"target":43},{"source":133,"target":1},{"source":133,"target":43},{"source":133,"target":598},{"source":598,"target":43},{"source":134,"target":1},{"source":134,"target":44},{"source":134,"target":599},{"source":599,"target":44},{"source":135,"target":1},{"source":135,"target":44},{"source":135,"target":600},{"source":600,"target":44},{"source":136,"target":1},{"source":136,"target":44},{"source":136,"target":601},{"source":601,"target":44},{"source":137,"target":1},{"source":137,"target":48},{"source":137,"target":602},{"source":602,"target":48},{"source":138,"target":1},{"source":138,"target":48},{"source":138,"target":603},{"source":603,"target":48},{"source":139,"target":1},{"source":139,"target":9},{"source":139,"target":604},{"source":604,"target":9},{"source":140,"target":1},{"source":140,"target":9},{"source":140,"target":605},{"source":605,"target":9},{"source":141,"target":1},{"source":141,"target":9},{"source":141,"target":606},{"source":606,"target":9},{"source":142,"target":1},{"source":142,"target":97},{"source":142,"target":607},{"source":607,"target":97},{"source":143,"target":1},{"source":143,"target":65},{"source":143,"target":608},{"source":608,"target":65},{"source":144,"target":1},{"source":144,"target":68},{"source":144,"target":609},{"source":609,"target":68},{"source":145,"target":1},{"source":145,"target":68},{"source":145,"target":610},{"source":610,"target":68},{"source":146,"target":1},{"source":146,"target":69},{"source":146,"target":611},{"source":611,"target":69},{"source":147,"target":1},{"source":147,"target":69},{"source":147,"target":612},{"source":612,"target":69},{"source":148,"target":1},{"source":148,"target":75},{"source":148,"target":613},{"source":613,"target":75},{"source":149,"target":1},{"source":149,"target":78},{"source":149,"target":614},{"source":614,"target":78},{"source":150,"target":1},{"source":150,"target":78},{"source":150,"target":615},{"source":615,"target":78},{"source":151,"target":1},{"source":151,"target":80},{"source":151,"target":616},{"source":616,"target":80},{"source":152,"target":1},{"source":152,"target":80},{"source":152,"target":617},{"source":617,"target":80},{"source":153,"target":1},{"source":153,"target":80},{"source":153,"target":618},{"source":618,"target":80},{"source":154,"target":1},{"source":154,"target":80},{"source":154,"target":619},{"source":619,"target":80},{"source":155,"target":1},{"source":155,"target":80},{"source":155,"target":620},{"source":620,"target":80},{"source":156,"target":1},{"source":156,"target":80},{"source":156,"target":621},{"source":621,"target":80},{"source":157,"target":1},{"source":157,"target":10},{"source":157,"target":622},{"source":622,"target":10},{"source":158,"target":1},{"source":158,"target":10},{"source":158,"target":623},{"source":623,"target":10},{"source":159,"target":1},{"source":159,"target":10},{"source":159,"target":624},{"source":624,"target":10},{"source":160,"target":1},{"source":160,"target":10},{"source":160,"target":625},{"source":625,"target":10},{"source":161,"target":1},{"source":161,"target":10},{"source":161,"target":626},{"source":626,"target":10},{"source":162,"target":1},{"source":162,"target":10},{"source":162,"target":627},{"source":627,"target":10},{"source":163,"target":1},{"source":163,"target":10},{"source":163,"target":628},{"source":628,"target":10},{"source":164,"target":1},{"source":164,"target":10},{"source":164,"target":629},{"source":629,"target":10},{"source":165,"target":1},{"source":165,"target":10},{"source":165,"target":630},{"source":630,"target":10},{"source":166,"target":1},{"source":166,"target":10},{"source":166,"target":631},{"source":631,"target":10},{"source":167,"target":1},{"source":167,"target":11},{"source":167,"target":632},{"source":632,"target":11},{"source":168,"target":1},{"source":168,"target":11},{"source":168,"target":633},{"source":633,"target":11},{"source":169,"target":1},{"source":169,"target":11},{"source":169,"target":634},{"source":634,"target":11},{"source":170,"target":1},{"source":170,"target":11},{"source":170,"target":635},{"source":635,"target":11},{"source":171,"target":1},{"source":171,"target":11},{"source":171,"target":636},{"source":636,"target":11},{"source":172,"target":1},{"source":172,"target":11},{"source":172,"target":637},{"source":637,"target":11},{"source":173,"target":1},{"source":173,"target":11},{"source":173,"target":638},{"source":638,"target":11},{"source":174,"target":1},{"source":174,"target":11},{"source":174,"target":639},{"source":639,"target":11},{"source":175,"target":1},{"source":175,"target":11},{"source":175,"target":640},{"source":640,"target":11},{"source":176,"target":1},{"source":176,"target":11},{"source":176,"target":641},{"source":641,"target":11},{"source":177,"target":1},{"source":177,"target":11},{"source":177,"target":642},{"source":642,"target":11},{"source":178,"target":1},{"source":178,"target":11},{"source":178,"target":643},{"source":643,"target":11},{"source":179,"target":1},{"source":179,"target":11},{"source":179,"target":644},{"source":644,"target":11},{"source":180,"target":1},{"source":180,"target":11},{"source":180,"target":645},{"source":645,"target":11},{"source":181,"target":1},{"source":181,"target":11},{"source":181,"target":646},{"source":646,"target":11},{"source":182,"target":1},{"source":182,"target":11},{"source":182,"target":647},{"source":647,"target":11},{"source":183,"target":1},{"source":183,"target":11},{"source":183,"target":648},{"source":648,"target":11},{"source":184,"target":1},{"source":184,"target":11},{"source":184,"target":649},{"source":649,"target":11},{"source":185,"target":1},{"source":185,"target":11},{"source":185,"target":650},{"source":650,"target":11},{"source":186,"target":1},{"source":186,"target":11},{"source":186,"target":651},{"source":651,"target":11},{"source":187,"target":1},{"source":187,"target":12},{"source":187,"target":652},{"source":652,"target":12},{"source":188,"target":1},{"source":188,"target":88},{"source":188,"target":653},{"source":653,"target":88},{"source":189,"target":1},{"source":189,"target":88},{"source":189,"target":654},{"source":654,"target":88},{"source":190,"target":1},{"source":190,"target":21},{"source":190,"target":655},{"source":190,"target":656},{"source":655,"target":97},{"source":655,"target":657},{"source":655,"target":190},{"source":657,"target":97},{"source":656,"target":21},{"source":191,"target":1},{"source":191,"target":11},{"source":191,"target":658},{"source":658,"target":11},{"source":192,"target":1},{"source":192,"target":11},{"source":192,"target":659},{"source":659,"target":11},{"source":193,"target":1},{"source":193,"target":11},{"source":193,"target":660},{"source":660,"target":11},{"source":194,"target":1},{"source":194,"target":11},{"source":194,"target":661},{"source":661,"target":11},{"source":195,"target":1},{"source":195,"target":11},{"source":195,"target":662},{"source":662,"target":11},{"source":196,"target":1},{"source":196,"target":97},{"source":196,"target":663},{"source":663,"target":97},{"source":2,"target":664},{"source":2,"target":665},{"source":2,"target":666},{"source":2,"target":667},{"source":2,"target":668},{"source":2,"target":669},{"source":2,"target":0},{"source":664,"target":2},{"source":664,"target":18},{"source":664,"target":670},{"source":664,"target":671},{"source":664,"target":672},{"source":664,"target":673},{"source":670,"target":19},{"source":670,"target":674},{"source":670,"target":664},{"source":674,"target":19},{"source":671,"target":665},{"source":671,"target":675},{"source":671,"target":664},{"source":675,"target":665},{"source":672,"target":666},{"source":672,"target":676},{"source":672,"target":664},{"source":676,"target":666},{"source":673,"target":18},{"source":665,"target":2},{"source":665,"target":18},{"source":665,"target":677},{"source":665,"target":678},{"source":677,"target":53},{"source":677,"target":679},{"source":677,"target":665},{"source":679,"target":53},{"source":678,"target":18},{"source":666,"target":2},{"source":666,"target":18},{"source":666,"target":680},{"source":666,"target":681},{"source":666,"target":682},{"source":680,"target":53},{"source":680,"target":683},{"source":680,"target":666},{"source":683,"target":53},{"source":681,"target":53},{"source":681,"target":684},{"source":681,"target":666},{"source":684,"target":53},{"source":682,"target":18},{"source":667,"target":2},{"source":667,"target":61},{"source":667,"target":685},{"source":667,"target":686},{"source":667,"target":687},{"source":685,"target":53},{"source":685,"target":688},{"source":685,"target":667},{"source":688,"target":53},{"source":686,"target":94},{"source":686,"target":689},{"source":686,"target":667},{"source":689,"target":94},{"source":687,"target":61},{"source":668,"target":2},{"source":668,"target":87},{"source":668,"target":690},{"source":668,"target":691},{"source":690,"target":94},{"source":690,"target":692},{"source":690,"target":668},{"source":692,"target":94},{"source":691,"target":87},{"source":669,"target":2},{"source":669,"target":61},{"source":669,"target":693},{"source":669,"target":694},{"source":693,"target":94},{"source":693,"target":695},{"source":693,"target":669},{"source":695,"target":94},{"source":694,"target":61}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="minijavadynamicdata" nsURI="minijavadynamicdata" nsPrefix="minijavadynamicdata">
<eClassifiers xsi:type="ecore:EClass" name="Context">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//SymbolBinding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentContext" eType="#//Context"
eOpposite="#//Context/childContext"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childContext" eType="#//Context"
containment="true" eOpposite="#//Context/parentContext"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value">
<eAnnotations source="aspect"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//Value">
<eAnnotations source="aspect"/>
<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="SymbolBinding">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="symbol" lowerBound="1"
eType="ecore:EClass ../../org.tetrabox.minijava.xtext/model/MiniJava.ecore#//Symbol"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldBinding">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="ecore:EClass ../../org.tetrabox.minijava.xtext/model/MiniJava.ecore#//Field"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//Value">
<eAnnotations source="aspect"/>
<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="BooleanValue" eSuperTypes="#//Value">
<eAnnotations source="aspect"/>
<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="OutputStream">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stream" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootFrame" eType="#//Frame"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectsHeap" upperBound="-1"
eType="#//ObjectInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputStream" eType="#//OutputStream"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arraysHeap" upperBound="-1"
eType="#//ArrayInstance" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Frame">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="call" eType="#//Call" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ObjectInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childFrame" eType="#//Frame"
containment="true" eOpposite="#//Frame/parentFrame"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentFrame" eType="#//Frame"
eOpposite="#//Frame/childFrame"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootContext" eType="#//Context"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Value"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullValue" eSuperTypes="#//Value">
<eAnnotations source="aspect"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Call" abstract="true">
<eAnnotations source="aspect"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewCall" eSuperTypes="#//Call">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="new" lowerBound="1" eType="ecore:EClass ../../org.tetrabox.minijava.xtext/model/MiniJava.ecore#//NewObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodCall2" eSuperTypes="#//Call">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodcall" lowerBound="1"
eType="ecore:EClass ../../org.tetrabox.minijava.xtext/model/MiniJava.ecore#//MethodCall"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectInstance">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fieldbindings" upperBound="-1"
eType="#//FieldBinding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ../../org.tetrabox.minijava.xtext/model/MiniJava.ecore#//Clazz"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayInstance">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//Value" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectRefValue" eSuperTypes="#//Value">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ObjectInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayRefValue" eSuperTypes="#//Value">
<eAnnotations source="aspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ArrayInstance"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gemoc/ale-lang-compiler/languages/minijava_bak/bak_tetrabox/org.tetrabox.minijava.semantics.modelstate/model/MiniJavaDynamicData.ecore | ecore | minijavadynamicdata
Context
bindings
parentContext
childContext
Value
IntegerValue
value
SymbolBinding
value
symbol
FieldBinding
field
value
StringValue
value
BooleanValue
value
OutputStream
stream
State
rootFrame
objectsHeap
outputStream
arraysHeap
Frame
call
instance
childFrame
parentFrame
rootContext
returnValue
NullValue
Call
NewCall
new
MethodCall2
methodcall
ObjectInstance
fieldbindings
type
ArrayInstance
value
size
ObjectRefValue
instance
ArrayRefValue
instance | null | {"directed":true,"nodes":[{"nsPrefix":"minijavadynamicdata","nsURI":"minijavadynamicdata","name":"minijavadynamicdata","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolBinding","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldBinding","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputStream","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":"Frame","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullValue","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewCall","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall2","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectInstance","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstance","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectRefValue","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayRefValue","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":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"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":"stream","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"rootFrame","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":"objectsHeap","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":"outputStream","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":"arraysHeap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"call","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"new","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":"methodcall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldbindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":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":19,"target":4},{"source":19,"target":22},{"source":19,"target":1},{"source":22,"target":4},{"source":20,"target":1},{"source":20,"target":23},{"source":20,"target":1},{"source":20,"target":21},{"source":23,"target":1},{"source":21,"target":1},{"source":21,"target":24},{"source":21,"target":1},{"source":21,"target":20},{"source":24,"target":1},{"source":2,"target":0},{"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":28},{"source":4,"target":29},{"source":28,"target":2},{"source":28,"target":30},{"source":28,"target":4},{"source":30,"target":2},{"source":29,"target":31},{"source":29,"target":4},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":32,"target":34},{"source":32,"target":5},{"source":33,"target":2},{"source":33,"target":35},{"source":33,"target":5},{"source":35,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":36},{"source":6,"target":37},{"source":36,"target":38},{"source":36,"target":6},{"source":37,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":39},{"source":7,"target":40},{"source":39,"target":41},{"source":39,"target":7},{"source":40,"target":2},{"source":8,"target":0},{"source":8,"target":42},{"source":42,"target":43},{"source":42,"target":8},{"source":9,"target":0},{"source":9,"target":44},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":44,"target":10},{"source":44,"target":48},{"source":44,"target":9},{"source":48,"target":10},{"source":45,"target":15},{"source":45,"target":49},{"source":45,"target":9},{"source":49,"target":15},{"source":46,"target":8},{"source":46,"target":50},{"source":46,"target":9},{"source":50,"target":8},{"source":47,"target":16},{"source":47,"target":51},{"source":47,"target":9},{"source":51,"target":16},{"source":10,"target":0},{"source":10,"target":52},{"source":10,"target":53},{"source":10,"target":54},{"source":10,"target":55},{"source":10,"target":56},{"source":10,"target":57},{"source":52,"target":12},{"source":52,"target":58},{"source":52,"target":10},{"source":58,"target":12},{"source":53,"target":15},{"source":53,"target":59},{"source":53,"target":10},{"source":59,"target":15},{"source":54,"target":10},{"source":54,"target":60},{"source":54,"target":10},{"source":54,"target":55},{"source":60,"target":10},{"source":55,"target":10},{"source":55,"target":61},{"source":55,"target":10},{"source":55,"target":54},{"source":61,"target":10},{"source":56,"target":1},{"source":56,"target":62},{"source":56,"target":10},{"source":62,"target":1},{"source":57,"target":2},{"source":57,"target":63},{"source":57,"target":10},{"source":63,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":64},{"source":64,"target":2},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":65},{"source":13,"target":66},{"source":65,"target":67},{"source":65,"target":13},{"source":66,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":68},{"source":14,"target":69},{"source":68,"target":70},{"source":68,"target":14},{"source":69,"target":12},{"source":15,"target":0},{"source":15,"target":71},{"source":15,"target":72},{"source":71,"target":5},{"source":71,"target":73},{"source":71,"target":15},{"source":73,"target":5},{"source":72,"target":74},{"source":72,"target":15},{"source":16,"target":0},{"source":16,"target":75},{"source":16,"target":76},{"source":75,"target":2},{"source":75,"target":77},{"source":75,"target":16},{"source":77,"target":2},{"source":76,"target":78},{"source":76,"target":16},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":79},{"source":17,"target":80},{"source":79,"target":15},{"source":79,"target":81},{"source":79,"target":17},{"source":81,"target":15},{"source":80,"target":2},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":82},{"source":18,"target":83},{"source":82,"target":16},{"source":82,"target":84},{"source":82,"target":18},{"source":84,"target":16},{"source":83,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SACM" nsURI="http://schema.omg.org/SACM/1.0" nsPrefix="SACM">
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//UtilityElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssuranceCase" eSuperTypes="#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gid" ordered="false" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argument" ordered="false"
upperBound="-1" eType="#//Argumentation/Argumentation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="evidence" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceContainer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Datetime">
<eAnnotations references="#//Datetime"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="datetime" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//SACMElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="taggedValue" ordered="false"
upperBound="-1" eType="#//TaggedValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" ordered="false"
upperBound="-1" eType="#//Annotation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1"
eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SACMElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="TaggedValue" eSuperTypes="#//UtilityElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UtilityElement" abstract="true" eSuperTypes="#//SACMElement"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean">
<eAnnotations references="#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer">
<eAnnotations references="#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String">
<eAnnotations references="#//String"/>
</eClassifiers>
<eSubpackages name="Argumentation" nsURI="http://schema.omg.org/SACM/1.0/Argumentation"
nsPrefix="ARM">
<eClassifiers xsi:type="ecore:EClass" name="Argumentation" eSuperTypes="#//Argumentation/ArgumentationElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="argumentation" ordered="false"
upperBound="-1" eType="#//Argumentation/Argumentation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argumentElement" ordered="false"
upperBound="-1" eType="#//Argumentation/ArgumentElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArgumentElement" abstract="true" eSuperTypes="#//Argumentation/ArgumentationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CitationElement" eSuperTypes="#//Argumentation/ArgumentElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="argumentElementReference"
ordered="false" upperBound="-1" eType="#//Argumentation/ArgumentElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argumentationReference"
ordered="false" upperBound="-1" eType="#//Argumentation/Argumentation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InformationElement" eSuperTypes="#//Argumentation/ArgumentElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="evidence" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceItem"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReasoningElement" abstract="true"
eSuperTypes="#//Argumentation/ArgumentElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Assertion" abstract="true" eSuperTypes="#//Argumentation/ReasoningElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ArgumentReasoning" eSuperTypes="#//Argumentation/ReasoningElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="structure" ordered="false"
upperBound="-1" eType="#//Argumentation/Argumentation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="describedInference" ordered="false"
upperBound="-1" eType="#//Argumentation/AssertedInference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="describedChallenge" ordered="false"
upperBound="-1" eType="#//Argumentation/AssertedChallenge"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertedRelationship" abstract="true"
eSuperTypes="#//Argumentation/Assertion">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
upperBound="-1" eType="#//Argumentation/ArgumentElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false"
upperBound="-1" eType="#//Argumentation/ArgumentElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Claim" eSuperTypes="#//Argumentation/Assertion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="assumed" ordered="false"
lowerBound="1" eType="#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toBeSupported" ordered="false"
lowerBound="1" eType="#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertedInference" eSuperTypes="#//Argumentation/AssertedRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssertedEvidence" eSuperTypes="#//Argumentation/AssertedRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssertedContext" eSuperTypes="#//Argumentation/AssertedRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssertedChallenge" eSuperTypes="#//Argumentation/AssertedRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssertedCounterEvidence" eSuperTypes="#//Argumentation/AssertedRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="ArgumentationElement" abstract="true"
eSuperTypes="#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="Evidence" nsURI="http://schema.omg.org/SACM/1.0/Evidence" nsPrefix="EM">
<eAnnotations references="#//Evidence"/>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceAttribute" abstract="true"
eSuperTypes="#//Evidence/EvidenceAssertion">
<eAnnotations references="#//Evidence/EvidenceAttribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Consistency" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/Consistency"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/ConsistencyLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Completeness" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/Completeness"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" ordered="false"
lowerBound="1" eType="#//Evidence/CompletenessLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#//Evidence/Exhibit">
<eAnnotations references="#//Evidence/Document"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="citation" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Confidence" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Confidence"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/ConfidenceLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApprovedBy" eSuperTypes="#//Evidence/Provenance">
<eAnnotations references="#//Evidence/ApprovedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supervisor" ordered="false"
lowerBound="1" eType="#//Evidence/Stakeholder"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreatedBy" eSuperTypes="#//Evidence/Provenance">
<eAnnotations references="#//Evidence/CreatedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//Evidence/Stakeholder"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tool" eSuperTypes="#//Evidence/CollectionMethod">
<eAnnotations references="#//Evidence/Tool"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//Evidence/CollectionMethod">
<eAnnotations references="#//Evidence/Method"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceItem" abstract="true" eSuperTypes="#//Evidence/EvidenceElement">
<eAnnotations references="#//Evidence/EvidenceItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsBasedOn" eSuperTypes="#//Evidence/ExhibitProperty">
<eAnnotations references="#//Evidence/IsBasedOn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormalAssertion" abstract="true" eSuperTypes="#//Evidence/FormalElement">
<eAnnotations references="#//Evidence/FormalAssertion"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsA" eSuperTypes="#//Evidence/EvidenceInterpretation">
<eAnnotations references="#//Evidence/IsA"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#//Evidence/FormalElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsCharacterizedBy" eSuperTypes="#//Evidence/EvidenceInterpretation">
<eAnnotations references="#//Evidence/IsCharacterizedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assertion" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Evidence/Stakeholder">
<eAnnotations references="#//Evidence/Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organization" eSuperTypes="#//Evidence/Stakeholder">
<eAnnotations references="#//Evidence/Organization"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceContainer" eSuperTypes="#//ModelElement">
<eAnnotations references="#//Evidence/EvidenceContainer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="evaluation" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceEvaluation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="item" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceItem" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gid" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false"
upperBound="-1" eType="#//Evidence/ProjectProperty" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
upperBound="-1" eType="#//Evidence/ProjectElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndTime" eSuperTypes="#//Evidence/EffectiveTime">
<eAnnotations references="#//Evidence/EndTime"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datetime" ordered="false"
lowerBound="1" eType="#//Datetime"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assertion" eSuperTypes="#//Evidence/FormalAssertion">
<eAnnotations references="#//Evidence/Assertion"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="facttype" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="role" ordered="false"
upperBound="-1" eType="#//Evidence/RoleBinding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="#//Evidence/FormalObject">
<eAnnotations references="#//Evidence/Object"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="concept" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeObject" eSuperTypes="#//Evidence/FormalObject">
<eAnnotations references="#//Evidence/CompositeObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
upperBound="-1" eType="#//Evidence/FormalObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleBinding" eSuperTypes="#//UtilityElement">
<eAnnotations references="#//Evidence/RoleBinding"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false"
eType="#//Evidence/FormalObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StartTime" eSuperTypes="#//Evidence/EffectiveTime">
<eAnnotations references="#//Evidence/StartTime"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datetime" ordered="false"
lowerBound="1" eType="#//Datetime"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relevance" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Relevance"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/Level"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Significance" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Significance"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/Level"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Accuracy" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Accuracy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/AccuracyLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HasRoleIn" eSuperTypes="#//Evidence/ProjectProperty">
<eAnnotations references="#//Evidence/HasRoleIn"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" ordered="false"
lowerBound="1" eType="#//Evidence/Organization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsScopedBy" eSuperTypes="#//Evidence/EvidenceInterpretation">
<eAnnotations references="#//Evidence/IsScopedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" ordered="false"
lowerBound="1" eType="#//Evidence/FormalElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EffectiveTime" abstract="true" eSuperTypes="#//Evidence/TimingProperty">
<eAnnotations references="#//Evidence/EffectiveTime"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtTime" eSuperTypes="#//Evidence/TimingProperty">
<eAnnotations references="#//Evidence/AtTime"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dateTtime" ordered="false"
lowerBound="1" eType="#//Datetime"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Originality" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/Originality"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/OriginalityLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reporting" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Reporting"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/ReportingLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reliability" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/Reliability"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/ReliabilityLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Supports" eSuperTypes="#//Evidence/EvidenceRelation">
<eAnnotations references="#//Evidence/Supports"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsGeneratedAt" eSuperTypes="#//Evidence/EvidenceEvent">
<eAnnotations references="#//Evidence/IsGeneratedAt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionMethod" abstract="true"
eSuperTypes="#//Evidence/ProjectElement">
<eAnnotations references="#//Evidence/CollectionMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceRelation" abstract="true"
eSuperTypes="#//Evidence/EvidenceEvaluation">
<eAnnotations references="#//Evidence/EvidenceRelation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assertion" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Support" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Support"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/SupportLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conflicts" eSuperTypes="#//Evidence/EvidenceObservation">
<eAnnotations references="#//Evidence/Conflicts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assertion" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Refutes" eSuperTypes="#//Evidence/EvidenceResolution">
<eAnnotations references="#//Evidence/Refutes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Negates" eSuperTypes="#//Evidence/EvidenceResolution">
<eAnnotations references="#//Evidence/Negates"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceRelation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnknownObject" eSuperTypes="#//Evidence/FormalObject">
<eAnnotations references="#//Evidence/UnknownObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceEvaluation" abstract="true"
eSuperTypes="#//Evidence/EvidenceAssertion">
<eAnnotations references="#//Evidence/EvidenceEvaluation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resolves" eSuperTypes="#//Evidence/EvidenceResolution">
<eAnnotations references="#//Evidence/Resolves"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceObservation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Stakeholder" abstract="true" eSuperTypes="#//Evidence/ProjectElement">
<eAnnotations references="#//Evidence/Stakeholder"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceRequest" eSuperTypes="#//Evidence/ProjectElement">
<eAnnotations references="#//Evidence/EvidenceRequest"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="item" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectObjective" eSuperTypes="#//Evidence/ProjectElement">
<eAnnotations references="#//Evidence/ProjectObjective"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Evidence/ProjectElement">
<eAnnotations references="#//Evidence/Activity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DependsOn" eSuperTypes="#//Evidence/ProjectProperty">
<eAnnotations references="#//Evidence/DependsOn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" eType="#//Evidence/ProjectElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Satisfies" eSuperTypes="#//Evidence/ProjectProperty">
<eAnnotations references="#//Evidence/Satisfies"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" eType="#//Evidence/ProjectElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectElement" abstract="true" eSuperTypes="#//Evidence/EvidenceElement">
<eAnnotations references="#//Evidence/ProjectElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false"
upperBound="-1" eType="#//Evidence/ProjectProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferencedClaim" eSuperTypes="#//Evidence/FormalAssertion">
<eAnnotations references="#//Evidence/ReferencedClaim"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="claim" ordered="false"
eType="#//Argumentation/Claim"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceObservation" abstract="true"
eSuperTypes="#//Evidence/EvidenceEvaluation">
<eAnnotations references="#//Evidence/EvidenceObservation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceResolution" abstract="true"
eSuperTypes="#//Evidence/EvidenceEvaluation">
<eAnnotations references="#//Evidence/EvidenceResolution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Weakens" eSuperTypes="#//Evidence/Contributes">
<eAnnotations references="#//Evidence/Weakens"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Amplifies" eSuperTypes="#//Evidence/Contributes">
<eAnnotations references="#//Evidence/Amplifies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contributes" abstract="true" eSuperTypes="#//Evidence/EvidenceObservation">
<eAnnotations references="#//Evidence/Contributes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceRelation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceRelation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Challenges" eSuperTypes="#//Evidence/EvidenceRelation">
<eAnnotations references="#//Evidence/Challenges"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Strength" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Strength"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsAcquiredAt" eSuperTypes="#//Evidence/EvidenceEvent">
<eAnnotations references="#//Evidence/IsAcquiredAt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsTransferredTo" eSuperTypes="#//Evidence/EvidenceEvent">
<eAnnotations references="#//Evidence/IsTransferredTo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentProperty" abstract="true"
eSuperTypes="#//Evidence/ExhibitProperty">
<eAnnotations references="#//Evidence/DocumentProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceEvent" abstract="true" eSuperTypes="#//Evidence/EvidenceProperty">
<eAnnotations references="#//Evidence/EvidenceEvent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OwnedBy" eSuperTypes="#//Evidence/Provenance">
<eAnnotations references="#//Evidence/OwnedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
lowerBound="1" eType="#//Evidence/Stakeholder"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Provenance" abstract="true" eSuperTypes="#//Evidence/EvidenceProperty">
<eAnnotations references="#//Evidence/Provenance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimingProperty" abstract="true" eSuperTypes="#//Evidence/EvidenceProperty">
<eAnnotations references="#//Evidence/TimingProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsPartOf" eSuperTypes="#//Evidence/ExhibitProperty">
<eAnnotations references="#//Evidence/IsPartOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whole" ordered="false"
lowerBound="1" eType="#//Evidence/Exhibit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsRevokedAt" eSuperTypes="#//Evidence/EvidenceEvent">
<eAnnotations references="#//Evidence/IsRevokedAt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProvidesContext" eSuperTypes="#//Evidence/EvidenceInterpretation">
<eAnnotations references="#//Evidence/ProvidesContext"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormalObject" abstract="true" eSuperTypes="#//Evidence/FormalElement">
<eAnnotations references="#//Evidence/FormalObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeansThat" eSuperTypes="#//Evidence/EvidenceInterpretation">
<eAnnotations references="#//Evidence/MeansThat"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="meaning" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceElement" abstract="true" eSuperTypes="#//ModelElement">
<eAnnotations references="#//Evidence/EvidenceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="timing" ordered="false"
upperBound="-1" eType="#//Evidence/TimingProperty" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="custody" ordered="false"
upperBound="-1" eType="#//Evidence/CustodyProperty" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="provenance" ordered="false"
upperBound="-1" eType="#//Evidence/Provenance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceEvent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CareOf" eSuperTypes="#//Evidence/CustodyProperty">
<eAnnotations references="#//Evidence/CareOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="custodian" ordered="false"
lowerBound="1" eType="#//Evidence/Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustodyProperty" abstract="true" eSuperTypes="#//Evidence/EvidenceProperty">
<eAnnotations references="#//Evidence/CustodyProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtLocation" eSuperTypes="#//Evidence/CustodyProperty">
<eAnnotations references="#//Evidence/AtLocation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" ordered="false"
lowerBound="1" eType="#//Evidence/Organization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsCreatedAt" eSuperTypes="#//Evidence/EvidenceEvent">
<eAnnotations references="#//Evidence/IsCreatedAt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequiresContainer" eSuperTypes="#//Evidence/ProjectProperty">
<eAnnotations references="#//Evidence/RequiresContainer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceContainer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectProperty" abstract="true" eSuperTypes="#//Evidence/EvidenceProperty">
<eAnnotations references="#//Evidence/ProjectProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//Evidence/CollectionMethod">
<eAnnotations references="#//Evidence/Service"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HasElectronicSource" eSuperTypes="#//Evidence/ExhibitProperty">
<eAnnotations references="#//Evidence/HasElectronicSource"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileSize" ordered="false"
lowerBound="1" eType="#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsExpressedInLanguage" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/IsExpressedInLanguage"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="IsPrimary" ordered="false"
lowerBound="1" eType="#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UsingProcess" eSuperTypes="#//Evidence/CustodyProperty">
<eAnnotations references="#//Evidence/UsingProcess"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false"
lowerBound="1" eType="#//Evidence/CollectionMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HasSecurityClassification" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/HasSecurityClassification"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="securityClassification"
ordered="false" lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsReleaseableTo" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/IsReleaseableTo"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="releasability" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceGroup" eSuperTypes="#//Evidence/EvidenceItem">
<eAnnotations references="#//Evidence/EvidenceGroup"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HasVersion" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/HasVersion"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HasMedia" eSuperTypes="#//Evidence/ExhibitProperty">
<eAnnotations references="#//Evidence/HasMedia"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="media" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exhibit" eSuperTypes="#//Evidence/EvidenceItem">
<eAnnotations references="#//Evidence/Exhibit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false"
upperBound="-1" eType="#//Evidence/ExhibitProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormalElement" abstract="true" eSuperTypes="#//Evidence/EvidenceItem">
<eAnnotations references="#//Evidence/FormalElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExhibitProperty" abstract="true" eSuperTypes="#//Evidence/EvidenceProperty">
<eAnnotations references="#//Evidence/ExhibitProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceInterpretation" abstract="true"
eSuperTypes="#//Evidence/EvidenceEvaluation">
<eAnnotations references="#//Evidence/EvidenceInterpretation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ReliabilityLevel">
<eAnnotations references="#//Evidence/ReliabilityLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="unReliable"/>
<eLiterals name="notUsuallyReliable"/>
<eLiterals name="usuallyReliable"/>
<eLiterals name="fairlyReliable"/>
<eLiterals name="completelyReliable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CompletenessLevel">
<eAnnotations references="#//Evidence/CompletenessLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="incomplete"/>
<eLiterals name="draft"/>
<eLiterals name="final"/>
<eLiterals name="obsolete"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OriginalityLevel">
<eAnnotations references="#//Evidence/OriginalityLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="derivative"/>
<eLiterals name="original"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConsistencyLevel">
<eAnnotations references="#//Evidence/ConsistencyLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="informal"/>
<eLiterals name="semiformal"/>
<eLiterals name="formal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Level">
<eAnnotations references="#//Evidence/Level"/>
<eLiterals name="unknown"/>
<eLiterals name="low"/>
<eLiterals name="mediumLow"/>
<eLiterals name="medium"/>
<eLiterals name="mediumHigh"/>
<eLiterals name="high"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SupportLevel">
<eAnnotations references="#//Evidence/SupportLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="indirect"/>
<eLiterals name="direct"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ReportingLevel">
<eAnnotations references="#//Evidence/ReportingLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="secondary"/>
<eLiterals name="primary"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConfidenceLevel">
<eAnnotations references="#//Evidence/ConfidenceLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="reportedAsUncertain"/>
<eLiterals name="reportedAsPlausible"/>
<eLiterals name="reportedAsFact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AccuracyLevel">
<eAnnotations references="#//Evidence/AccuracyLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="improbable"/>
<eLiterals name="doubtful"/>
<eLiterals name="possible"/>
<eLiterals name="probable"/>
<eLiterals name="confirmed"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StandardOfProof">
<eAnnotations references="#//Evidence/StandardOfProof"/>
<eLiterals name="unknown"/>
<eLiterals name="other"/>
<eLiterals name="POE"/>
<eLiterals name="RCE"/>
<eLiterals name="CCE"/>
<eLiterals name="BRD"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceAssertion" abstract="true"
eSuperTypes="#//Evidence/EvidenceElement"/>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceProperty" abstract="true"
eSuperTypes="#//Evidence/EvidenceAssertion"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedEvidenceAttribute" eSuperTypes="#//Evidence/EvidenceAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedDocumentProperty" eSuperTypes="#//Evidence/DocumentProperty"/>
<eClassifiers xsi:type="ecore:EClass" name="Record" eSuperTypes="#//Evidence/EvidenceItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectifiedAssertion" eSuperTypes="#//Evidence/FormalObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="assertion" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsModifiedBy" eSuperTypes="#//Evidence/EvidenceEvent"/>
<eClassifiers xsi:type="ecore:EClass" name="PerformedBy" eSuperTypes="#//Evidence/Provenance">
<eStructuralFeatures xsi:type="ecore:EReference" name="executor" ordered="false"
lowerBound="1" eType="#//Evidence/Stakeholder"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerConsistency" eSuperTypes="#//Evidence/ProjectProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/ConsistencyLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerCompleteness" eSuperTypes="#//Evidence/ProjectProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/CompletenessLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompliesTo" eSuperTypes="#//Evidence/ProjectProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="criteria" ordered="false"
lowerBound="1" eType="#//Evidence/StandardOfProof"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedProjectProperty" eSuperTypes="#//Evidence/ProjectProperty"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/SACM.ecore | ecore | SACM
Annotation
content
AssuranceCase
name
gid
argument
evidence
Datetime
datetime
ModelElement
taggedValue
annotation
id
SACMElement
TaggedValue
key
value
UtilityElement
Boolean
java.lang.Boolean
java.lang.Boolean
Integer
java.lang.Integer
java.lang.Integer
String
java.lang.String
java.lang.String
Argumentation
Argumentation
argumentation
argumentElement
ArgumentElement
CitationElement
argumentElementReference
argumentationReference
InformationElement
evidence
url
ReasoningElement
Assertion
ArgumentReasoning
structure
describedInference
describedChallenge
AssertedRelationship
source
target
Claim
assumed
toBeSupported
AssertedInference
AssertedEvidence
AssertedContext
AssertedChallenge
AssertedCounterEvidence
ArgumentationElement
description
content
Evidence
EvidenceAttribute
Consistency
value
Completeness
status
Document
title
citation
Confidence
value
ApprovedBy
supervisor
CreatedBy
source
Tool
version
Method
EvidenceItem
IsBasedOn
source
FormalAssertion
content
IsA
definition
IsCharacterizedBy
assertion
Person
Organization
address
EvidenceContainer
name
evaluation
item
gid
property
version
element
EndTime
datetime
Assertion
facttype
role
definition
Object
concept
definition
CompositeObject
element
RoleBinding
role
subject
StartTime
datetime
Relevance
value
Significance
value
Accuracy
value
HasRoleIn
role
organization
IsScopedBy
scope
EffectiveTime
AtTime
dateTtime
Originality
value
Reporting
value
Reliability
value
Supports
IsGeneratedAt
CollectionMethod
EvidenceRelation
assertion
subject
Support
value
Conflicts
assertion
subject
Refutes
element
Negates
element
UnknownObject
EvidenceEvaluation
attribute
Resolves
element
Stakeholder
EvidenceRequest
item
ProjectObjective
Activity
DependsOn
element
Satisfies
element
ProjectElement
name
content
property
ReferencedClaim
claim
EvidenceObservation
EvidenceResolution
subject
Weakens
Amplifies
Contributes
subject
relation
Challenges
Strength
value
IsAcquiredAt
IsTransferredTo
DocumentProperty
EvidenceEvent
OwnedBy
owner
Provenance
TimingProperty
IsPartOf
whole
IsRevokedAt
ProvidesContext
context
FormalObject
name
MeansThat
meaning
EvidenceElement
timing
custody
provenance
event
CareOf
custodian
CustodyProperty
AtLocation
location
IsCreatedAt
RequiresContainer
container
ProjectProperty
Service
HasElectronicSource
source
format
fileSize
IsExpressedInLanguage
language
IsPrimary
UsingProcess
method
HasSecurityClassification
securityClassification
IsReleaseableTo
releasability
EvidenceGroup
name
element
HasVersion
version
HasMedia
media
Exhibit
name
url
property
FormalElement
ExhibitProperty
EvidenceInterpretation
subject
ReliabilityLevel
unknown
unknown
unReliable
unReliable
notUsuallyReliable
notUsuallyReliable
usuallyReliable
usuallyReliable
fairlyReliable
fairlyReliable
completelyReliable
completelyReliable
CompletenessLevel
unknown
unknown
incomplete
incomplete
draft
draft
final
final
obsolete
obsolete
OriginalityLevel
unknown
unknown
derivative
derivative
original
original
ConsistencyLevel
unknown
unknown
informal
informal
semiformal
semiformal
formal
formal
Level
unknown
unknown
low
low
mediumLow
mediumLow
medium
medium
mediumHigh
mediumHigh
high
high
SupportLevel
unknown
unknown
indirect
indirect
direct
direct
ReportingLevel
unknown
unknown
secondary
secondary
primary
primary
ConfidenceLevel
unknown
unknown
reportedAsUncertain
reportedAsUncertain
reportedAsPlausible
reportedAsPlausible
reportedAsFact
reportedAsFact
AccuracyLevel
unknown
unknown
improbable
improbable
doubtful
doubtful
possible
possible
probable
probable
confirmed
confirmed
StandardOfProof
unknown
unknown
other
other
POE
POE
RCE
RCE
CCE
CCE
BRD
BRD
EvidenceAssertion
EvidenceProperty
ExtendedEvidenceAttribute
ExtendedDocumentProperty
Record
name
content
ObjectifiedAssertion
assertion
IsModifiedBy
PerformedBy
executor
ContainerConsistency
value
ContainerCompleteness
value
CompliesTo
criteria
ExtendedProjectProperty | null | {"directed":true,"nodes":[{"nsPrefix":"SACM","nsURI":"http://schema.omg.org/SACM/1.0","name":"SACM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssuranceCase","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datetime","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SACMElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaggedValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtilityElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":10,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"ARM","nsURI":"http://schema.omg.org/SACM/1.0/Argumentation","name":"Argumentation","id":11,"eClass":"EPackage"},{"nsPrefix":"EM","nsURI":"http://schema.omg.org/SACM/1.0/Evidence","name":"Evidence","id":12,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gid","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"evidence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argumentation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"id":24,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceContainer","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"id":26,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datetime","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"id":28,"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":"taggedValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"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":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentElement","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CitationElement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationElement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReasoningElement","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentReasoning","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedRelationship","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Claim","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedInference","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedEvidence","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedContext","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedChallenge","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedCounterEvidence","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentationElement","instanceClass":null,"abstract":true,"id":55,"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":"argumentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argumentElement","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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"argumentElementReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"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":"argumentationReference","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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evidence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"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":"url","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceItem","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"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":"structure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"describedInference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"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":"describedChallenge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":82,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assumed","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toBeSupported","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"},{"id":96,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceAttribute","instanceClass":null,"abstract":true,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Consistency","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Completeness","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Confidence","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApprovedBy","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreatedBy","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tool","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsBasedOn","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalAssertion","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsA","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsCharacterizedBy","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndTime","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeObject","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleBinding","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartTime","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relevance","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Significance","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Accuracy","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasRoleIn","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsScopedBy","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectiveTime","instanceClass":null,"abstract":true,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtTime","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Originality","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reporting","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reliability","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Supports","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsGeneratedAt","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionMethod","instanceClass":null,"abstract":true,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceRelation","instanceClass":null,"abstract":true,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Support","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conflicts","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refutes","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negates","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownObject","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceEvaluation","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resolves","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stakeholder","instanceClass":null,"abstract":true,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceRequest","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectObjective","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DependsOn","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Satisfies","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectElement","instanceClass":null,"abstract":true,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencedClaim","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceObservation","instanceClass":null,"abstract":true,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceResolution","instanceClass":null,"abstract":true,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Weakens","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Amplifies","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contributes","instanceClass":null,"abstract":true,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Challenges","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strength","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsAcquiredAt","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsTransferredTo","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentProperty","instanceClass":null,"abstract":true,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceEvent","instanceClass":null,"abstract":true,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwnedBy","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provenance","instanceClass":null,"abstract":true,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimingProperty","instanceClass":null,"abstract":true,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsPartOf","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsRevokedAt","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidesContext","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalObject","instanceClass":null,"abstract":true,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeansThat","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceElement","instanceClass":null,"abstract":true,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CareOf","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustodyProperty","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtLocation","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsCreatedAt","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiresContainer","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectProperty","instanceClass":null,"abstract":true,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasElectronicSource","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsExpressedInLanguage","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsingProcess","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasSecurityClassification","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsReleaseableTo","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceGroup","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasVersion","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasMedia","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exhibit","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalElement","instanceClass":null,"abstract":true,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExhibitProperty","instanceClass":null,"abstract":true,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceInterpretation","instanceClass":null,"abstract":true,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReliabilityLevel","instanceClass":null,"id":191,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompletenessLevel","instanceClass":null,"id":192,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OriginalityLevel","instanceClass":null,"id":193,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConsistencyLevel","instanceClass":null,"id":194,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Level","instanceClass":null,"id":195,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SupportLevel","instanceClass":null,"id":196,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReportingLevel","instanceClass":null,"id":197,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfidenceLevel","instanceClass":null,"id":198,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccuracyLevel","instanceClass":null,"id":199,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StandardOfProof","instanceClass":null,"id":200,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceAssertion","instanceClass":null,"abstract":true,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceProperty","instanceClass":null,"abstract":true,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedEvidenceAttribute","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedDocumentProperty","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Record","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectifiedAssertion","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsModifiedBy","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerformedBy","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerConsistency","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerCompleteness","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompliesTo","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedProjectProperty","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"id":213,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":220,"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":"citation","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"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":"supervisor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"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":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"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":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":1,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":255,"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":"evaluation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"item","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gid","changeable":true,"lowerBound":1,"iD":false,"id":258,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":260,"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":"element","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"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"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":"datetime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"facttype","changeable":true,"lowerBound":1,"iD":false,"id":273,"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":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"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":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"lowerBound":1,"iD":false,"id":280,"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":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":288,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datetime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":305,"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":"organization","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":false,"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":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"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":"dateTtime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"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":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":329,"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":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"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":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":337,"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":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"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":"item","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"},{"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":367,"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":"content","changeable":true,"lowerBound":1,"iD":false,"id":368,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"claim","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"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":"relation","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"whole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"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":"meaning","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"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":"timing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"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":"custody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"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":"provenance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"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":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"custodian","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"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":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"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":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"ordered":false,"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":436,"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":"format","changeable":true,"lowerBound":1,"iD":false,"id":437,"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":"fileSize","changeable":true,"lowerBound":1,"iD":false,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":1,"iD":false,"id":443,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"IsPrimary","changeable":true,"lowerBound":1,"iD":false,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"securityClassification","changeable":true,"lowerBound":1,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"releasability","changeable":true,"lowerBound":1,"iD":false,"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":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":457,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"media","changeable":true,"lowerBound":1,"iD":false,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":468,"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":"url","changeable":true,"lowerBound":1,"iD":false,"id":469,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"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":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"name":"unknown","id":480,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"unReliable","id":481,"value":0,"literal":"unReliable","eClass":"EEnumLiteral"},{"name":"notUsuallyReliable","id":482,"value":0,"literal":"notUsuallyReliable","eClass":"EEnumLiteral"},{"name":"usuallyReliable","id":483,"value":0,"literal":"usuallyReliable","eClass":"EEnumLiteral"},{"name":"fairlyReliable","id":484,"value":0,"literal":"fairlyReliable","eClass":"EEnumLiteral"},{"name":"completelyReliable","id":485,"value":0,"literal":"completelyReliable","eClass":"EEnumLiteral"},{"name":"unknown","id":486,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"incomplete","id":487,"value":0,"literal":"incomplete","eClass":"EEnumLiteral"},{"name":"draft","id":488,"value":0,"literal":"draft","eClass":"EEnumLiteral"},{"name":"final","id":489,"value":0,"literal":"final","eClass":"EEnumLiteral"},{"name":"obsolete","id":490,"value":0,"literal":"obsolete","eClass":"EEnumLiteral"},{"name":"unknown","id":491,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"derivative","id":492,"value":0,"literal":"derivative","eClass":"EEnumLiteral"},{"name":"original","id":493,"value":0,"literal":"original","eClass":"EEnumLiteral"},{"name":"unknown","id":494,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"informal","id":495,"value":0,"literal":"informal","eClass":"EEnumLiteral"},{"name":"semiformal","id":496,"value":0,"literal":"semiformal","eClass":"EEnumLiteral"},{"name":"formal","id":497,"value":0,"literal":"formal","eClass":"EEnumLiteral"},{"name":"unknown","id":498,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"low","id":499,"value":0,"literal":"low","eClass":"EEnumLiteral"},{"name":"mediumLow","id":500,"value":0,"literal":"mediumLow","eClass":"EEnumLiteral"},{"name":"medium","id":501,"value":0,"literal":"medium","eClass":"EEnumLiteral"},{"name":"mediumHigh","id":502,"value":0,"literal":"mediumHigh","eClass":"EEnumLiteral"},{"name":"high","id":503,"value":0,"literal":"high","eClass":"EEnumLiteral"},{"name":"unknown","id":504,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"indirect","id":505,"value":0,"literal":"indirect","eClass":"EEnumLiteral"},{"name":"direct","id":506,"value":0,"literal":"direct","eClass":"EEnumLiteral"},{"name":"unknown","id":507,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"secondary","id":508,"value":0,"literal":"secondary","eClass":"EEnumLiteral"},{"name":"primary","id":509,"value":0,"literal":"primary","eClass":"EEnumLiteral"},{"name":"unknown","id":510,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"reportedAsUncertain","id":511,"value":0,"literal":"reportedAsUncertain","eClass":"EEnumLiteral"},{"name":"reportedAsPlausible","id":512,"value":0,"literal":"reportedAsPlausible","eClass":"EEnumLiteral"},{"name":"reportedAsFact","id":513,"value":0,"literal":"reportedAsFact","eClass":"EEnumLiteral"},{"name":"unknown","id":514,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"improbable","id":515,"value":0,"literal":"improbable","eClass":"EEnumLiteral"},{"name":"doubtful","id":516,"value":0,"literal":"doubtful","eClass":"EEnumLiteral"},{"name":"possible","id":517,"value":0,"literal":"possible","eClass":"EEnumLiteral"},{"name":"probable","id":518,"value":0,"literal":"probable","eClass":"EEnumLiteral"},{"name":"confirmed","id":519,"value":0,"literal":"confirmed","eClass":"EEnumLiteral"},{"name":"unknown","id":520,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"other","id":521,"value":0,"literal":"other","eClass":"EEnumLiteral"},{"name":"POE","id":522,"value":0,"literal":"POE","eClass":"EEnumLiteral"},{"name":"RCE","id":523,"value":0,"literal":"RCE","eClass":"EEnumLiteral"},{"name":"CCE","id":524,"value":0,"literal":"CCE","eClass":"EEnumLiteral"},{"name":"BRD","id":525,"value":0,"literal":"BRD","eClass":"EEnumLiteral"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":530,"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":"content","changeable":true,"lowerBound":1,"iD":false,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"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":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"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":"executor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":539,"derived":false},{"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":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"criteria","changeable":true,"lowerBound":1,"iD":false,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":13},{"source":1,"target":14},{"source":13,"target":10},{"source":13,"target":15},{"source":13,"target":1},{"source":15,"target":10},{"source":14,"target":7},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":16,"target":10},{"source":16,"target":21},{"source":16,"target":2},{"source":21,"target":10},{"source":17,"target":10},{"source":17,"target":22},{"source":17,"target":2},{"source":22,"target":10},{"source":18,"target":23},{"source":18,"target":24},{"source":18,"target":2},{"source":24,"target":23},{"source":19,"target":25},{"source":19,"target":26},{"source":19,"target":2},{"source":26,"target":25},{"source":20,"target":4},{"source":3,"target":0},{"source":3,"target":27},{"source":27,"target":10},{"source":27,"target":28},{"source":27,"target":3},{"source":28,"target":10},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":29,"target":6},{"source":29,"target":33},{"source":29,"target":4},{"source":33,"target":6},{"source":30,"target":1},{"source":30,"target":34},{"source":30,"target":4},{"source":34,"target":1},{"source":31,"target":10},{"source":31,"target":35},{"source":31,"target":4},{"source":35,"target":10},{"source":32,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":36,"target":10},{"source":36,"target":39},{"source":36,"target":6},{"source":39,"target":10},{"source":37,"target":10},{"source":37,"target":40},{"source":37,"target":6},{"source":40,"target":10},{"source":38,"target":7},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":41},{"source":41,"target":5},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":23},{"source":11,"target":42},{"source":11,"target":43},{"source":11,"target":44},{"source":11,"target":45},{"source":11,"target":46},{"source":11,"target":47},{"source":11,"target":48},{"source":11,"target":49},{"source":11,"target":50},{"source":11,"target":51},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":0},{"source":23,"target":11},{"source":23,"target":55},{"source":23,"target":56},{"source":23,"target":57},{"source":23,"target":58},{"source":56,"target":23},{"source":56,"target":59},{"source":56,"target":23},{"source":59,"target":23},{"source":57,"target":42},{"source":57,"target":60},{"source":57,"target":23},{"source":60,"target":42},{"source":58,"target":55},{"source":42,"target":11},{"source":42,"target":55},{"source":42,"target":61},{"source":61,"target":55},{"source":43,"target":11},{"source":43,"target":42},{"source":43,"target":62},{"source":43,"target":63},{"source":43,"target":64},{"source":62,"target":42},{"source":62,"target":65},{"source":62,"target":43},{"source":65,"target":42},{"source":63,"target":23},{"source":63,"target":66},{"source":63,"target":43},{"source":66,"target":23},{"source":64,"target":42},{"source":44,"target":11},{"source":44,"target":42},{"source":44,"target":67},{"source":44,"target":68},{"source":44,"target":69},{"source":67,"target":70},{"source":67,"target":71},{"source":67,"target":44},{"source":71,"target":70},{"source":68,"target":10},{"source":68,"target":72},{"source":68,"target":44},{"source":72,"target":10},{"source":69,"target":42},{"source":45,"target":11},{"source":45,"target":42},{"source":45,"target":73},{"source":73,"target":42},{"source":46,"target":11},{"source":46,"target":45},{"source":46,"target":74},{"source":74,"target":45},{"source":47,"target":11},{"source":47,"target":45},{"source":47,"target":75},{"source":47,"target":76},{"source":47,"target":77},{"source":47,"target":78},{"source":75,"target":23},{"source":75,"target":79},{"source":75,"target":47},{"source":79,"target":23},{"source":76,"target":50},{"source":76,"target":80},{"source":76,"target":47},{"source":80,"target":50},{"source":77,"target":53},{"source":77,"target":81},{"source":77,"target":47},{"source":81,"target":53},{"source":78,"target":45},{"source":48,"target":11},{"source":48,"target":46},{"source":48,"target":82},{"source":48,"target":83},{"source":48,"target":84},{"source":82,"target":42},{"source":82,"target":85},{"source":82,"target":48},{"source":85,"target":42},{"source":83,"target":42},{"source":83,"target":86},{"source":83,"target":48},{"source":86,"target":42},{"source":84,"target":46},{"source":49,"target":11},{"source":49,"target":46},{"source":49,"target":87},{"source":49,"target":88},{"source":49,"target":89},{"source":87,"target":8},{"source":87,"target":90},{"source":87,"target":49},{"source":90,"target":8},{"source":88,"target":8},{"source":88,"target":91},{"source":88,"target":49},{"source":91,"target":8},{"source":89,"target":46},{"source":50,"target":11},{"source":50,"target":48},{"source":50,"target":92},{"source":92,"target":48},{"source":51,"target":11},{"source":51,"target":48},{"source":51,"target":93},{"source":93,"target":48},{"source":52,"target":11},{"source":52,"target":48},{"source":52,"target":94},{"source":94,"target":48},{"source":53,"target":11},{"source":53,"target":48},{"source":53,"target":95},{"source":95,"target":48},{"source":54,"target":11},{"source":54,"target":48},{"source":54,"target":96},{"source":96,"target":48},{"source":55,"target":11},{"source":55,"target":4},{"source":55,"target":97},{"source":55,"target":98},{"source":55,"target":99},{"source":97,"target":10},{"source":97,"target":100},{"source":97,"target":55},{"source":100,"target":10},{"source":98,"target":10},{"source":98,"target":101},{"source":98,"target":55},{"source":101,"target":10},{"source":99,"target":4},{"source":12,"target":102},{"source":12,"target":103},{"source":12,"target":104},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":12,"target":70},{"source":12,"target":111},{"source":12,"target":112},{"source":12,"target":113},{"source":12,"target":114},{"source":12,"target":115},{"source":12,"target":116},{"source":12,"target":25},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":12,"target":123},{"source":12,"target":124},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":12,"target":128},{"source":12,"target":129},{"source":12,"target":130},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":12,"target":137},{"source":12,"target":138},{"source":12,"target":139},{"source":12,"target":140},{"source":12,"target":141},{"source":12,"target":142},{"source":12,"target":143},{"source":12,"target":144},{"source":12,"target":145},{"source":12,"target":146},{"source":12,"target":147},{"source":12,"target":148},{"source":12,"target":149},{"source":12,"target":150},{"source":12,"target":151},{"source":12,"target":152},{"source":12,"target":153},{"source":12,"target":154},{"source":12,"target":155},{"source":12,"target":156},{"source":12,"target":157},{"source":12,"target":158},{"source":12,"target":159},{"source":12,"target":160},{"source":12,"target":161},{"source":12,"target":162},{"source":12,"target":163},{"source":12,"target":164},{"source":12,"target":165},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":12,"target":169},{"source":12,"target":170},{"source":12,"target":171},{"source":12,"target":172},{"source":12,"target":173},{"source":12,"target":174},{"source":12,"target":175},{"source":12,"target":176},{"source":12,"target":177},{"source":12,"target":178},{"source":12,"target":179},{"source":12,"target":180},{"source":12,"target":181},{"source":12,"target":182},{"source":12,"target":183},{"source":12,"target":184},{"source":12,"target":185},{"source":12,"target":186},{"source":12,"target":187},{"source":12,"target":188},{"source":12,"target":189},{"source":12,"target":190},{"source":12,"target":191},{"source":12,"target":192},{"source":12,"target":193},{"source":12,"target":194},{"source":12,"target":195},{"source":12,"target":196},{"source":12,"target":197},{"source":12,"target":198},{"source":12,"target":199},{"source":12,"target":200},{"source":12,"target":201},{"source":12,"target":202},{"source":12,"target":203},{"source":12,"target":204},{"source":12,"target":205},{"source":12,"target":206},{"source":12,"target":207},{"source":12,"target":208},{"source":12,"target":209},{"source":12,"target":210},{"source":12,"target":211},{"source":12,"target":212},{"source":12,"target":0},{"source":102,"target":12},{"source":102,"target":201},{"source":102,"target":213},{"source":213,"target":201},{"source":103,"target":12},{"source":103,"target":161},{"source":103,"target":214},{"source":103,"target":215},{"source":214,"target":194},{"source":214,"target":216},{"source":214,"target":103},{"source":216,"target":194},{"source":215,"target":161},{"source":104,"target":12},{"source":104,"target":161},{"source":104,"target":217},{"source":104,"target":218},{"source":217,"target":192},{"source":217,"target":219},{"source":217,"target":104},{"source":219,"target":192},{"source":218,"target":161},{"source":105,"target":12},{"source":105,"target":187},{"source":105,"target":220},{"source":105,"target":221},{"source":105,"target":222},{"source":220,"target":10},{"source":220,"target":223},{"source":220,"target":105},{"source":223,"target":10},{"source":221,"target":10},{"source":221,"target":224},{"source":221,"target":105},{"source":224,"target":10},{"source":222,"target":187},{"source":106,"target":12},{"source":106,"target":102},{"source":106,"target":225},{"source":106,"target":226},{"source":225,"target":198},{"source":225,"target":227},{"source":225,"target":106},{"source":227,"target":198},{"source":226,"target":102},{"source":107,"target":12},{"source":107,"target":164},{"source":107,"target":228},{"source":107,"target":229},{"source":228,"target":144},{"source":228,"target":230},{"source":228,"target":107},{"source":230,"target":144},{"source":229,"target":164},{"source":108,"target":12},{"source":108,"target":164},{"source":108,"target":231},{"source":108,"target":232},{"source":231,"target":144},{"source":231,"target":233},{"source":231,"target":108},{"source":233,"target":144},{"source":232,"target":164},{"source":109,"target":12},{"source":109,"target":135},{"source":109,"target":234},{"source":109,"target":235},{"source":234,"target":10},{"source":234,"target":236},{"source":234,"target":109},{"source":236,"target":10},{"source":235,"target":135},{"source":110,"target":12},{"source":110,"target":135},{"source":110,"target":237},{"source":237,"target":135},{"source":70,"target":12},{"source":70,"target":171},{"source":70,"target":238},{"source":238,"target":171},{"source":111,"target":12},{"source":111,"target":189},{"source":111,"target":239},{"source":111,"target":240},{"source":239,"target":70},{"source":239,"target":241},{"source":239,"target":111},{"source":241,"target":70},{"source":240,"target":189},{"source":112,"target":12},{"source":112,"target":188},{"source":112,"target":242},{"source":112,"target":243},{"source":242,"target":10},{"source":242,"target":244},{"source":242,"target":112},{"source":244,"target":10},{"source":243,"target":188},{"source":113,"target":12},{"source":113,"target":190},{"source":113,"target":245},{"source":113,"target":246},{"source":245,"target":188},{"source":245,"target":247},{"source":245,"target":113},{"source":247,"target":188},{"source":246,"target":190},{"source":114,"target":12},{"source":114,"target":190},{"source":114,"target":248},{"source":114,"target":249},{"source":248,"target":112},{"source":248,"target":250},{"source":248,"target":114},{"source":250,"target":112},{"source":249,"target":190},{"source":115,"target":12},{"source":115,"target":144},{"source":115,"target":251},{"source":251,"target":144},{"source":116,"target":12},{"source":116,"target":144},{"source":116,"target":252},{"source":116,"target":253},{"source":252,"target":10},{"source":252,"target":254},{"source":252,"target":116},{"source":254,"target":10},{"source":253,"target":144},{"source":25,"target":12},{"source":25,"target":4},{"source":25,"target":255},{"source":25,"target":256},{"source":25,"target":257},{"source":25,"target":258},{"source":25,"target":259},{"source":25,"target":260},{"source":25,"target":261},{"source":25,"target":262},{"source":255,"target":10},{"source":255,"target":263},{"source":255,"target":25},{"source":263,"target":10},{"source":256,"target":142},{"source":256,"target":264},{"source":256,"target":25},{"source":264,"target":142},{"source":257,"target":70},{"source":257,"target":265},{"source":257,"target":25},{"source":265,"target":70},{"source":258,"target":10},{"source":258,"target":266},{"source":258,"target":25},{"source":266,"target":10},{"source":259,"target":177},{"source":259,"target":267},{"source":259,"target":25},{"source":267,"target":177},{"source":260,"target":10},{"source":260,"target":268},{"source":260,"target":25},{"source":268,"target":10},{"source":261,"target":150},{"source":261,"target":269},{"source":261,"target":25},{"source":269,"target":150},{"source":262,"target":4},{"source":117,"target":12},{"source":117,"target":128},{"source":117,"target":270},{"source":117,"target":271},{"source":270,"target":3},{"source":270,"target":272},{"source":270,"target":117},{"source":272,"target":3},{"source":271,"target":128},{"source":118,"target":12},{"source":118,"target":112},{"source":118,"target":273},{"source":118,"target":274},{"source":118,"target":275},{"source":118,"target":276},{"source":273,"target":10},{"source":273,"target":277},{"source":273,"target":118},{"source":277,"target":10},{"source":274,"target":121},{"source":274,"target":278},{"source":274,"target":118},{"source":278,"target":121},{"source":275,"target":279},{"source":275,"target":118},{"source":276,"target":112},{"source":119,"target":12},{"source":119,"target":169},{"source":119,"target":280},{"source":119,"target":281},{"source":119,"target":282},{"source":280,"target":10},{"source":280,"target":283},{"source":280,"target":119},{"source":283,"target":10},{"source":281,"target":284},{"source":281,"target":119},{"source":282,"target":169},{"source":120,"target":12},{"source":120,"target":169},{"source":120,"target":285},{"source":120,"target":286},{"source":285,"target":169},{"source":285,"target":287},{"source":285,"target":120},{"source":287,"target":169},{"source":286,"target":169},{"source":121,"target":12},{"source":121,"target":7},{"source":121,"target":288},{"source":121,"target":289},{"source":121,"target":290},{"source":288,"target":10},{"source":288,"target":291},{"source":288,"target":121},{"source":291,"target":10},{"source":289,"target":169},{"source":289,"target":292},{"source":289,"target":121},{"source":292,"target":169},{"source":290,"target":7},{"source":122,"target":12},{"source":122,"target":128},{"source":122,"target":293},{"source":122,"target":294},{"source":293,"target":3},{"source":293,"target":295},{"source":293,"target":122},{"source":295,"target":3},{"source":294,"target":128},{"source":123,"target":12},{"source":123,"target":102},{"source":123,"target":296},{"source":123,"target":297},{"source":296,"target":195},{"source":296,"target":298},{"source":296,"target":123},{"source":298,"target":195},{"source":297,"target":102},{"source":124,"target":12},{"source":124,"target":102},{"source":124,"target":299},{"source":124,"target":300},{"source":299,"target":195},{"source":299,"target":301},{"source":299,"target":124},{"source":301,"target":195},{"source":300,"target":102},{"source":125,"target":12},{"source":125,"target":102},{"source":125,"target":302},{"source":125,"target":303},{"source":302,"target":199},{"source":302,"target":304},{"source":302,"target":125},{"source":304,"target":199},{"source":303,"target":102},{"source":126,"target":12},{"source":126,"target":177},{"source":126,"target":305},{"source":126,"target":306},{"source":126,"target":307},{"source":305,"target":10},{"source":305,"target":308},{"source":305,"target":126},{"source":308,"target":10},{"source":306,"target":116},{"source":306,"target":309},{"source":306,"target":126},{"source":309,"target":116},{"source":307,"target":177},{"source":127,"target":12},{"source":127,"target":190},{"source":127,"target":310},{"source":127,"target":311},{"source":310,"target":188},{"source":310,"target":312},{"source":310,"target":127},{"source":312,"target":188},{"source":311,"target":190},{"source":128,"target":12},{"source":128,"target":165},{"source":128,"target":313},{"source":313,"target":165},{"source":129,"target":12},{"source":129,"target":165},{"source":129,"target":314},{"source":129,"target":315},{"source":314,"target":3},{"source":314,"target":316},{"source":314,"target":129},{"source":316,"target":3},{"source":315,"target":165},{"source":130,"target":12},{"source":130,"target":161},{"source":130,"target":317},{"source":130,"target":318},{"source":317,"target":193},{"source":317,"target":319},{"source":317,"target":130},{"source":319,"target":193},{"source":318,"target":161},{"source":131,"target":12},{"source":131,"target":102},{"source":131,"target":320},{"source":131,"target":321},{"source":320,"target":197},{"source":320,"target":322},{"source":320,"target":131},{"source":322,"target":197},{"source":321,"target":102},{"source":132,"target":12},{"source":132,"target":161},{"source":132,"target":323},{"source":132,"target":324},{"source":323,"target":191},{"source":323,"target":325},{"source":323,"target":132},{"source":325,"target":191},{"source":324,"target":161},{"source":133,"target":12},{"source":133,"target":136},{"source":133,"target":326},{"source":326,"target":136},{"source":134,"target":12},{"source":134,"target":162},{"source":134,"target":327},{"source":327,"target":162},{"source":135,"target":12},{"source":135,"target":150},{"source":135,"target":328},{"source":328,"target":150},{"source":136,"target":12},{"source":136,"target":142},{"source":136,"target":329},{"source":136,"target":330},{"source":136,"target":331},{"source":329,"target":112},{"source":329,"target":332},{"source":329,"target":136},{"source":332,"target":112},{"source":330,"target":70},{"source":330,"target":333},{"source":330,"target":136},{"source":333,"target":70},{"source":331,"target":142},{"source":137,"target":12},{"source":137,"target":102},{"source":137,"target":334},{"source":137,"target":335},{"source":334,"target":196},{"source":334,"target":336},{"source":334,"target":137},{"source":336,"target":196},{"source":335,"target":102},{"source":138,"target":12},{"source":138,"target":152},{"source":138,"target":337},{"source":138,"target":338},{"source":138,"target":339},{"source":337,"target":112},{"source":337,"target":340},{"source":337,"target":138},{"source":340,"target":112},{"source":338,"target":112},{"source":338,"target":341},{"source":338,"target":138},{"source":341,"target":112},{"source":339,"target":152},{"source":139,"target":12},{"source":139,"target":153},{"source":139,"target":342},{"source":139,"target":343},{"source":342,"target":112},{"source":342,"target":344},{"source":342,"target":139},{"source":344,"target":112},{"source":343,"target":153},{"source":140,"target":12},{"source":140,"target":153},{"source":140,"target":345},{"source":140,"target":346},{"source":345,"target":136},{"source":345,"target":347},{"source":345,"target":140},{"source":347,"target":136},{"source":346,"target":153},{"source":141,"target":12},{"source":141,"target":169},{"source":141,"target":348},{"source":348,"target":169},{"source":142,"target":12},{"source":142,"target":201},{"source":142,"target":349},{"source":142,"target":350},{"source":349,"target":102},{"source":349,"target":351},{"source":349,"target":142},{"source":351,"target":102},{"source":350,"target":201},{"source":143,"target":12},{"source":143,"target":153},{"source":143,"target":352},{"source":143,"target":353},{"source":352,"target":152},{"source":352,"target":354},{"source":352,"target":143},{"source":354,"target":152},{"source":353,"target":153},{"source":144,"target":12},{"source":144,"target":150},{"source":144,"target":355},{"source":355,"target":150},{"source":145,"target":12},{"source":145,"target":150},{"source":145,"target":356},{"source":145,"target":357},{"source":356,"target":70},{"source":356,"target":358},{"source":356,"target":145},{"source":358,"target":70},{"source":357,"target":150},{"source":146,"target":12},{"source":146,"target":150},{"source":146,"target":359},{"source":359,"target":150},{"source":147,"target":12},{"source":147,"target":150},{"source":147,"target":360},{"source":360,"target":150},{"source":148,"target":12},{"source":148,"target":177},{"source":148,"target":361},{"source":148,"target":362},{"source":361,"target":150},{"source":361,"target":363},{"source":361,"target":148},{"source":363,"target":150},{"source":362,"target":177},{"source":149,"target":12},{"source":149,"target":177},{"source":149,"target":364},{"source":149,"target":365},{"source":364,"target":150},{"source":364,"target":366},{"source":364,"target":149},{"source":366,"target":150},{"source":365,"target":177},{"source":150,"target":12},{"source":150,"target":171},{"source":150,"target":367},{"source":150,"target":368},{"source":150,"target":369},{"source":150,"target":370},{"source":367,"target":10},{"source":367,"target":371},{"source":367,"target":150},{"source":371,"target":10},{"source":368,"target":10},{"source":368,"target":372},{"source":368,"target":150},{"source":372,"target":10},{"source":369,"target":177},{"source":369,"target":373},{"source":369,"target":150},{"source":373,"target":177},{"source":370,"target":171},{"source":151,"target":12},{"source":151,"target":112},{"source":151,"target":374},{"source":151,"target":375},{"source":374,"target":49},{"source":374,"target":376},{"source":374,"target":151},{"source":376,"target":49},{"source":375,"target":112},{"source":152,"target":12},{"source":152,"target":142},{"source":152,"target":377},{"source":377,"target":142},{"source":153,"target":12},{"source":153,"target":142},{"source":153,"target":378},{"source":153,"target":379},{"source":378,"target":171},{"source":378,"target":380},{"source":378,"target":153},{"source":380,"target":171},{"source":379,"target":142},{"source":154,"target":12},{"source":154,"target":156},{"source":154,"target":381},{"source":381,"target":156},{"source":155,"target":12},{"source":155,"target":156},{"source":155,"target":382},{"source":382,"target":156},{"source":156,"target":12},{"source":156,"target":152},{"source":156,"target":383},{"source":156,"target":384},{"source":156,"target":385},{"source":383,"target":136},{"source":383,"target":386},{"source":383,"target":156},{"source":386,"target":136},{"source":384,"target":136},{"source":384,"target":387},{"source":384,"target":156},{"source":387,"target":136},{"source":385,"target":152},{"source":157,"target":12},{"source":157,"target":136},{"source":157,"target":388},{"source":388,"target":136},{"source":158,"target":12},{"source":158,"target":102},{"source":158,"target":389},{"source":158,"target":390},{"source":389,"target":9},{"source":389,"target":391},{"source":389,"target":158},{"source":391,"target":9},{"source":390,"target":102},{"source":159,"target":12},{"source":159,"target":162},{"source":159,"target":392},{"source":392,"target":162},{"source":160,"target":12},{"source":160,"target":162},{"source":160,"target":393},{"source":393,"target":162},{"source":161,"target":12},{"source":161,"target":189},{"source":161,"target":394},{"source":394,"target":189},{"source":162,"target":12},{"source":162,"target":202},{"source":162,"target":395},{"source":395,"target":202},{"source":163,"target":12},{"source":163,"target":164},{"source":163,"target":396},{"source":163,"target":397},{"source":396,"target":144},{"source":396,"target":398},{"source":396,"target":163},{"source":398,"target":144},{"source":397,"target":164},{"source":164,"target":12},{"source":164,"target":202},{"source":164,"target":399},{"source":399,"target":202},{"source":165,"target":12},{"source":165,"target":202},{"source":165,"target":400},{"source":400,"target":202},{"source":166,"target":12},{"source":166,"target":189},{"source":166,"target":401},{"source":166,"target":402},{"source":401,"target":187},{"source":401,"target":403},{"source":401,"target":166},{"source":403,"target":187},{"source":402,"target":189},{"source":167,"target":12},{"source":167,"target":162},{"source":167,"target":404},{"source":404,"target":162},{"source":168,"target":12},{"source":168,"target":190},{"source":168,"target":405},{"source":168,"target":406},{"source":405,"target":171},{"source":405,"target":407},{"source":405,"target":168},{"source":407,"target":171},{"source":406,"target":190},{"source":169,"target":12},{"source":169,"target":188},{"source":169,"target":408},{"source":169,"target":409},{"source":408,"target":10},{"source":408,"target":410},{"source":408,"target":169},{"source":410,"target":10},{"source":409,"target":188},{"source":170,"target":12},{"source":170,"target":190},{"source":170,"target":411},{"source":170,"target":412},{"source":411,"target":112},{"source":411,"target":413},{"source":411,"target":170},{"source":413,"target":112},{"source":412,"target":190},{"source":171,"target":12},{"source":171,"target":4},{"source":171,"target":414},{"source":171,"target":415},{"source":171,"target":416},{"source":171,"target":417},{"source":171,"target":418},{"source":414,"target":165},{"source":414,"target":419},{"source":414,"target":171},{"source":419,"target":165},{"source":415,"target":173},{"source":415,"target":420},{"source":415,"target":171},{"source":420,"target":173},{"source":416,"target":164},{"source":416,"target":421},{"source":416,"target":171},{"source":421,"target":164},{"source":417,"target":162},{"source":417,"target":422},{"source":417,"target":171},{"source":422,"target":162},{"source":418,"target":4},{"source":172,"target":12},{"source":172,"target":173},{"source":172,"target":423},{"source":172,"target":424},{"source":423,"target":115},{"source":423,"target":425},{"source":423,"target":172},{"source":425,"target":115},{"source":424,"target":173},{"source":173,"target":12},{"source":173,"target":202},{"source":173,"target":426},{"source":426,"target":202},{"source":174,"target":12},{"source":174,"target":173},{"source":174,"target":427},{"source":174,"target":428},{"source":427,"target":116},{"source":427,"target":429},{"source":427,"target":174},{"source":429,"target":116},{"source":428,"target":173},{"source":175,"target":12},{"source":175,"target":162},{"source":175,"target":430},{"source":430,"target":162},{"source":176,"target":12},{"source":176,"target":177},{"source":176,"target":431},{"source":176,"target":432},{"source":431,"target":25},{"source":431,"target":433},{"source":431,"target":176},{"source":433,"target":25},{"source":432,"target":177},{"source":177,"target":12},{"source":177,"target":202},{"source":177,"target":434},{"source":434,"target":202},{"source":178,"target":12},{"source":178,"target":135},{"source":178,"target":435},{"source":435,"target":135},{"source":179,"target":12},{"source":179,"target":189},{"source":179,"target":436},{"source":179,"target":437},{"source":179,"target":438},{"source":179,"target":439},{"source":436,"target":10},{"source":436,"target":440},{"source":436,"target":179},{"source":440,"target":10},{"source":437,"target":10},{"source":437,"target":441},{"source":437,"target":179},{"source":441,"target":10},{"source":438,"target":9},{"source":438,"target":442},{"source":438,"target":179},{"source":442,"target":9},{"source":439,"target":189},{"source":180,"target":12},{"source":180,"target":161},{"source":180,"target":443},{"source":180,"target":444},{"source":180,"target":445},{"source":443,"target":10},{"source":443,"target":446},{"source":443,"target":180},{"source":446,"target":10},{"source":444,"target":8},{"source":444,"target":447},{"source":444,"target":180},{"source":447,"target":8},{"source":445,"target":161},{"source":181,"target":12},{"source":181,"target":173},{"source":181,"target":448},{"source":181,"target":449},{"source":448,"target":135},{"source":448,"target":450},{"source":448,"target":181},{"source":450,"target":135},{"source":449,"target":173},{"source":182,"target":12},{"source":182,"target":161},{"source":182,"target":451},{"source":182,"target":452},{"source":451,"target":10},{"source":451,"target":453},{"source":451,"target":182},{"source":453,"target":10},{"source":452,"target":161},{"source":183,"target":12},{"source":183,"target":161},{"source":183,"target":454},{"source":183,"target":455},{"source":454,"target":10},{"source":454,"target":456},{"source":454,"target":183},{"source":456,"target":10},{"source":455,"target":161},{"source":184,"target":12},{"source":184,"target":70},{"source":184,"target":457},{"source":184,"target":458},{"source":184,"target":459},{"source":457,"target":10},{"source":457,"target":460},{"source":457,"target":184},{"source":460,"target":10},{"source":458,"target":171},{"source":458,"target":461},{"source":458,"target":184},{"source":461,"target":171},{"source":459,"target":70},{"source":185,"target":12},{"source":185,"target":161},{"source":185,"target":462},{"source":185,"target":463},{"source":462,"target":10},{"source":462,"target":464},{"source":462,"target":185},{"source":464,"target":10},{"source":463,"target":161},{"source":186,"target":12},{"source":186,"target":189},{"source":186,"target":465},{"source":186,"target":466},{"source":465,"target":10},{"source":465,"target":467},{"source":465,"target":186},{"source":467,"target":10},{"source":466,"target":189},{"source":187,"target":12},{"source":187,"target":70},{"source":187,"target":468},{"source":187,"target":469},{"source":187,"target":470},{"source":187,"target":471},{"source":468,"target":10},{"source":468,"target":472},{"source":468,"target":187},{"source":472,"target":10},{"source":469,"target":10},{"source":469,"target":473},{"source":469,"target":187},{"source":473,"target":10},{"source":470,"target":189},{"source":470,"target":474},{"source":470,"target":187},{"source":474,"target":189},{"source":471,"target":70},{"source":188,"target":12},{"source":188,"target":70},{"source":188,"target":475},{"source":475,"target":70},{"source":189,"target":12},{"source":189,"target":202},{"source":189,"target":476},{"source":476,"target":202},{"source":190,"target":12},{"source":190,"target":142},{"source":190,"target":477},{"source":190,"target":478},{"source":477,"target":171},{"source":477,"target":479},{"source":477,"target":190},{"source":479,"target":171},{"source":478,"target":142},{"source":191,"target":12},{"source":191,"target":480},{"source":191,"target":481},{"source":191,"target":482},{"source":191,"target":483},{"source":191,"target":484},{"source":191,"target":485},{"source":480,"target":191},{"source":481,"target":191},{"source":482,"target":191},{"source":483,"target":191},{"source":484,"target":191},{"source":485,"target":191},{"source":192,"target":12},{"source":192,"target":486},{"source":192,"target":487},{"source":192,"target":488},{"source":192,"target":489},{"source":192,"target":490},{"source":486,"target":192},{"source":487,"target":192},{"source":488,"target":192},{"source":489,"target":192},{"source":490,"target":192},{"source":193,"target":12},{"source":193,"target":491},{"source":193,"target":492},{"source":193,"target":493},{"source":491,"target":193},{"source":492,"target":193},{"source":493,"target":193},{"source":194,"target":12},{"source":194,"target":494},{"source":194,"target":495},{"source":194,"target":496},{"source":194,"target":497},{"source":494,"target":194},{"source":495,"target":194},{"source":496,"target":194},{"source":497,"target":194},{"source":195,"target":12},{"source":195,"target":498},{"source":195,"target":499},{"source":195,"target":500},{"source":195,"target":501},{"source":195,"target":502},{"source":195,"target":503},{"source":498,"target":195},{"source":499,"target":195},{"source":500,"target":195},{"source":501,"target":195},{"source":502,"target":195},{"source":503,"target":195},{"source":196,"target":12},{"source":196,"target":504},{"source":196,"target":505},{"source":196,"target":506},{"source":504,"target":196},{"source":505,"target":196},{"source":506,"target":196},{"source":197,"target":12},{"source":197,"target":507},{"source":197,"target":508},{"source":197,"target":509},{"source":507,"target":197},{"source":508,"target":197},{"source":509,"target":197},{"source":198,"target":12},{"source":198,"target":510},{"source":198,"target":511},{"source":198,"target":512},{"source":198,"target":513},{"source":510,"target":198},{"source":511,"target":198},{"source":512,"target":198},{"source":513,"target":198},{"source":199,"target":12},{"source":199,"target":514},{"source":199,"target":515},{"source":199,"target":516},{"source":199,"target":517},{"source":199,"target":518},{"source":199,"target":519},{"source":514,"target":199},{"source":515,"target":199},{"source":516,"target":199},{"source":517,"target":199},{"source":518,"target":199},{"source":519,"target":199},{"source":200,"target":12},{"source":200,"target":520},{"source":200,"target":521},{"source":200,"target":522},{"source":200,"target":523},{"source":200,"target":524},{"source":200,"target":525},{"source":520,"target":200},{"source":521,"target":200},{"source":522,"target":200},{"source":523,"target":200},{"source":524,"target":200},{"source":525,"target":200},{"source":201,"target":12},{"source":201,"target":171},{"source":201,"target":526},{"source":526,"target":171},{"source":202,"target":12},{"source":202,"target":201},{"source":202,"target":527},{"source":527,"target":201},{"source":203,"target":12},{"source":203,"target":102},{"source":203,"target":528},{"source":528,"target":102},{"source":204,"target":12},{"source":204,"target":161},{"source":204,"target":529},{"source":529,"target":161},{"source":205,"target":12},{"source":205,"target":70},{"source":205,"target":530},{"source":205,"target":531},{"source":205,"target":532},{"source":530,"target":10},{"source":530,"target":533},{"source":530,"target":205},{"source":533,"target":10},{"source":531,"target":10},{"source":531,"target":534},{"source":531,"target":205},{"source":534,"target":10},{"source":532,"target":70},{"source":206,"target":12},{"source":206,"target":169},{"source":206,"target":535},{"source":206,"target":536},{"source":535,"target":112},{"source":535,"target":537},{"source":535,"target":206},{"source":537,"target":112},{"source":536,"target":169},{"source":207,"target":12},{"source":207,"target":162},{"source":207,"target":538},{"source":538,"target":162},{"source":208,"target":12},{"source":208,"target":164},{"source":208,"target":539},{"source":208,"target":540},{"source":539,"target":144},{"source":539,"target":541},{"source":539,"target":208},{"source":541,"target":144},{"source":540,"target":164},{"source":209,"target":12},{"source":209,"target":177},{"source":209,"target":542},{"source":209,"target":543},{"source":542,"target":194},{"source":542,"target":544},{"source":542,"target":209},{"source":544,"target":194},{"source":543,"target":177},{"source":210,"target":12},{"source":210,"target":177},{"source":210,"target":545},{"source":210,"target":546},{"source":545,"target":192},{"source":545,"target":547},{"source":545,"target":210},{"source":547,"target":192},{"source":546,"target":177},{"source":211,"target":12},{"source":211,"target":177},{"source":211,"target":548},{"source":211,"target":549},{"source":548,"target":200},{"source":548,"target":550},{"source":548,"target":211},{"source":550,"target":200},{"source":549,"target":177},{"source":212,"target":12},{"source":212,"target":177},{"source":212,"target":551},{"source":551,"target":177}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="el" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el">
<eClassifiers xsi:type="ecore:EClass" name="ELPackage" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELClass" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1"
eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1"
eType="#//ELClass" containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_KabuYCknEemGMP8bCWSoyg" value="_KabuYSknEemGMP8bCWSoyg"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELVariable" eSuperTypes="#//ELTypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_KaWO0CknEemGMP8bCWSoyg" value="_KaWO0SknEemGMP8bCWSoyg"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELBlock">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_KaMd0iknEemGMP8bCWSoyg" value="_KaMd0yknEemGMP8bCWSoyg"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//ELStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_KaZSICknEemGMP8bCWSoyg" value="_KaZSISknEemGMP8bCWSoyg"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall"/>
<eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//ELExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//ELBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELBlockStarementKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//ELExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOp">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_KaPhICknEemGMP8bCWSoyg" value="_KaPhISknEemGMP8bCWSoyg"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precedence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="_KabHUCknEemGMP8bCWSoyg"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"/>
<eClassifiers xsi:type="ecore:EClass" name="ELNamedElement">
<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="ELTypedElement" eSuperTypes="#//ELNamedElement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_KaZ5MCknEemGMP8bCWSoyg" value="_KaZ5MSknEemGMP8bCWSoyg"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ELOpKind">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_KaVnwCknEemGMP8bCWSoyg" value="_KaVnwSknEemGMP8bCWSoyg"/>
</eAnnotations>
<eLiterals name="infix" literal="infix"/>
<eLiterals name="suffix"/>
<eLiterals name="prefix">
<eAnnotations source="_KaZ5MiknEemGMP8bCWSoyg"/>
</eLiterals>
<eLiterals name="syntax" literal="syntax">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_KaMd0CknEemGMP8bCWSoyg" value="_KaMd0SknEemGMP8bCWSoyg"/>
</eAnnotations>
<details key="_KaL2wCknEemGMP8bCWSoyg" value="_KaL2wSknEemGMP8bCWSoyg"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//ELVariable"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight15/71_a7.ecore | ecore | el
ELPackage
classes
ELClass
superClases
innerClasses
ELVariable
ELField
ELStatement
ELBlock
statements
ELExpression
ELLiteral
value
ELOpCall
ELCall
arguments
thisArgument
ELBlockStatement
block
kind
expressions
ELOp
kind
syntax
operands
precedence
ELDataType
ELNamedElement
name
ELTypedElement
type
ELBlockStarementKind
syntax
blocks
expressions
ELOpKind
infix
infix
suffix
suffix
prefix
prefix
syntax
syntax
ELAssignment
expr
assignee | null | {"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"el","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELVariable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOpCall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELNamedElement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","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":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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":"thisArgument","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":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","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":"operands","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":"precedence","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","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":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"name":"infix","id":68,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":69,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":70,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":71,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":14},{"source":1,"target":19},{"source":1,"target":20},{"source":19,"target":2},{"source":19,"target":21},{"source":19,"target":1},{"source":21,"target":2},{"source":20,"target":14},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":2},{"source":22,"target":25},{"source":22,"target":2},{"source":25,"target":2},{"source":23,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":26,"target":2},{"source":24,"target":14},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":27},{"source":27,"target":15},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":28},{"source":28,"target":3},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":29},{"source":29,"target":5},{"source":29,"target":30},{"source":29,"target":6},{"source":30,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":31},{"source":31,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":32},{"source":8,"target":33},{"source":32,"target":34},{"source":32,"target":8},{"source":33,"target":7},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":35},{"source":35,"target":10},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":36},{"source":10,"target":37},{"source":10,"target":38},{"source":36,"target":7},{"source":36,"target":39},{"source":36,"target":10},{"source":39,"target":7},{"source":37,"target":7},{"source":37,"target":40},{"source":37,"target":10},{"source":40,"target":7},{"source":38,"target":7},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":41},{"source":11,"target":42},{"source":11,"target":43},{"source":11,"target":44},{"source":41,"target":6},{"source":41,"target":45},{"source":41,"target":11},{"source":45,"target":6},{"source":42,"target":16},{"source":42,"target":46},{"source":42,"target":11},{"source":46,"target":16},{"source":43,"target":7},{"source":43,"target":47},{"source":43,"target":11},{"source":47,"target":7},{"source":44,"target":5},{"source":12,"target":0},{"source":12,"target":48},{"source":12,"target":49},{"source":12,"target":50},{"source":12,"target":51},{"source":48,"target":17},{"source":48,"target":52},{"source":48,"target":12},{"source":52,"target":17},{"source":49,"target":53},{"source":49,"target":12},{"source":50,"target":54},{"source":50,"target":12},{"source":51,"target":55},{"source":51,"target":12},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":56},{"source":56,"target":2},{"source":14,"target":0},{"source":14,"target":57},{"source":57,"target":58},{"source":57,"target":14},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":59},{"source":15,"target":60},{"source":59,"target":2},{"source":59,"target":61},{"source":59,"target":15},{"source":61,"target":2},{"source":60,"target":14},{"source":16,"target":0},{"source":16,"target":62},{"source":16,"target":63},{"source":16,"target":64},{"source":62,"target":65},{"source":62,"target":16},{"source":63,"target":66},{"source":63,"target":16},{"source":64,"target":67},{"source":64,"target":16},{"source":17,"target":0},{"source":17,"target":68},{"source":17,"target":69},{"source":17,"target":70},{"source":17,"target":71},{"source":68,"target":17},{"source":69,"target":17},{"source":70,"target":17},{"source":71,"target":17},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":72},{"source":18,"target":73},{"source":18,"target":74},{"source":72,"target":7},{"source":72,"target":75},{"source":72,"target":18},{"source":75,"target":7},{"source":73,"target":3},{"source":73,"target":76},{"source":73,"target":18},{"source":76,"target":3},{"source":74,"target":5}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="telehash"
nsURI="http://telehash.org/ecore/2010" nsPrefix="telehash">
<eClassifiers xsi:type="ecore:EClass" name="Telex" eSuperTypes="../../../../org.eclipse.emf.json/src/main/resources/json.ecore#//JsObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="#//Endpoint">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="header"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="#//Hash" unsettable="true">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="signal"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="header"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ring" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="header"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bytesReceived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0" unsettable="true">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="header"/>
<details key="key" value="br"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="see" upperBound="-1" eType="#//Endpoint"
unsettable="true">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="command"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="tap" upperBound="-1" eType="#//TapRule"
unsettable="true" containment="true">
<eAnnotations source="JsonMetadata">
<details key="keyType" value="command"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TapRule" eSuperTypes="../../../../org.eclipse.emf.json/src/main/resources/json.ecore#//JsObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="is" eType="ecore:EClass ../../../../org.eclipse.emf.json/src/main/resources/json.ecore#//JsObject"
unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Line">
<eOperations name="isRulesMatch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="telex" eType="#//Telex"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="#//Endpoint"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="#//Hash"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="neighbors" upperBound="-1"
eType="#//Hash"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ringIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ringOut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="init" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="seenAt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sentAt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineAt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tapLastAt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="br" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="brIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="brOut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bsent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="advertised" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//TapRule" unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="session" eType="#//IoSession"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Endpoint" instanceClassName="java.net.InetSocketAddress"/>
<eClassifiers xsi:type="ecore:EDataType" name="Hash" instanceClassName="org.telehash.Hash"/>
<eClassifiers xsi:type="ecore:EDataType" name="IoSession" instanceClassName="org.apache.mina.core.session.IoSession"
serializable="false"/>
</ecore:EPackage>
| github:ecore:/data/quartzjer/TeleHash/java/telehash-core/src/main/resources/telehash.ecore | ecore | telehash
Telex
to
end
line
ring
bytesReceived
0
see
tap
TapRule
is
has
Line
isRulesMatch
telex
address
end
neighbors
ringIn
ringOut
init
seenAt
sentAt
lineAt
tapLastAt
br
0
brIn
0
brOut
0
bsent
0
lineId
visible
false
advertised
false
rules
session
Endpoint
java.net.InetSocketAddress
java.net.InetSocketAddress
Hash
org.telehash.Hash
org.telehash.Hash
IoSession
org.apache.mina.core.session.IoSession
org.apache.mina.core.session.IoSession | null | {"directed":true,"nodes":[{"nsPrefix":"telehash","nsURI":"http://telehash.org/ecore/2010","name":"telehash","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Telex","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TapRule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.net.InetSocketAddress","defaultValue":null,"instanceClassName":"java.net.InetSocketAddress","name":"Endpoint","instanceClass":"java.net.InetSocketAddress","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.telehash.Hash","defaultValue":null,"instanceClassName":"org.telehash.Hash","name":"Hash","instanceClass":null,"id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.apache.mina.core.session.IoSession","defaultValue":null,"instanceClassName":"org.apache.mina.core.session.IoSession","name":"IoSession","instanceClass":null,"id":6,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","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":true,"transient":false,"unique":true,"name":"end","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"line","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"ring","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":false,"unique":true,"name":"bytesReceived","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"see","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"tap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"is","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"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":"has","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRulesMatch","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"neighbors","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"ringIn","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"ringOut","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"init","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"seenAt","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sentAt","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lineAt","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"tapLastAt","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":"0","unsettable":false,"transient":false,"unique":true,"name":"br","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"brIn","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"brOut","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"bsent","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lineId","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"visible","changeable":true,"lowerBound":0,"iD":false,"id":43,"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":"advertised","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"session","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"telex","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":7,"target":4},{"source":7,"target":15},{"source":7,"target":1},{"source":15,"target":4},{"source":8,"target":5},{"source":8,"target":16},{"source":8,"target":1},{"source":16,"target":5},{"source":9,"target":17},{"source":9,"target":1},{"source":10,"target":18},{"source":10,"target":1},{"source":11,"target":19},{"source":11,"target":1},{"source":12,"target":4},{"source":12,"target":20},{"source":12,"target":1},{"source":20,"target":4},{"source":13,"target":2},{"source":13,"target":21},{"source":13,"target":1},{"source":21,"target":2},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":27,"target":47},{"source":27,"target":3},{"source":27,"target":48},{"source":48,"target":1},{"source":48,"target":49},{"source":48,"target":27},{"source":49,"target":1},{"source":28,"target":4},{"source":28,"target":50},{"source":28,"target":3},{"source":50,"target":4},{"source":29,"target":5},{"source":29,"target":51},{"source":29,"target":3},{"source":51,"target":5},{"source":30,"target":5},{"source":30,"target":52},{"source":30,"target":3},{"source":52,"target":5},{"source":31,"target":53},{"source":31,"target":3},{"source":32,"target":54},{"source":32,"target":3},{"source":33,"target":55},{"source":33,"target":3},{"source":34,"target":56},{"source":34,"target":3},{"source":35,"target":57},{"source":35,"target":3},{"source":36,"target":58},{"source":36,"target":3},{"source":37,"target":59},{"source":37,"target":3},{"source":38,"target":60},{"source":38,"target":3},{"source":39,"target":61},{"source":39,"target":3},{"source":40,"target":62},{"source":40,"target":3},{"source":41,"target":63},{"source":41,"target":3},{"source":42,"target":64},{"source":42,"target":3},{"source":43,"target":65},{"source":43,"target":3},{"source":44,"target":66},{"source":44,"target":3},{"source":45,"target":2},{"source":45,"target":67},{"source":45,"target":3},{"source":67,"target":2},{"source":46,"target":6},{"source":46,"target":68},{"source":46,"target":3},{"source":68,"target":6},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="common"
nsURI="common.xmi" nsPrefix="org.eclipse.jst.j2ee.common">
<eClassifiers xsi:type="ecore:EClass" name="EjbRef" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ejb-refType is used by ejb-ref elements for the
declaration of a reference to an enterprise bean's home. The
declaration consists of:

 - an optional description
 - the EJB reference name used in the code of
 the Deployment Component that's referencing the enterprise
 bean
 - the expected type of the referenced enterprise bean
 - the expected home and remote interfaces of the referenced
 enterprise bean
 - optional ejb-link information, used to specify the
 referenced enterprise bean"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ejb-ref-name element contains the name of an EJB reference. This is the JNDI name that the servlet code uses to get a reference to the enterprise bean.
Example: <ejb-ref-name>ejb/Payroll</ejb-ref-name>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//EjbRefType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ejb-ref-type element contains the expected type of the referenced enterprise bean. The ejb-ref-type element must be one of the following:
<ejb-ref-type>Entity</ejb-ref-type>
<ejb-ref-type>Session</ejb-ref-type>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="home" 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 home element contains the fully-qualified name of the enterprise bean’s home interface.
Example: <home>com.aardvark.payroll.PayrollHome</home>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="remote" 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 remote element contains the fully-qualified name of the enterprise bean’s remote interface."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" 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 ejb-link element is used in the ejb-ref element to specify that an EJB reference is linked to an enterprise bean in the encompassing J2EE Application package. The value of the ejb-link element must be the ejb-name of an enterprise bean in the same J2EE Application package. 
Example: <ejb-link>EmployeeRecord</ejb-link>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions
The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnvEntry" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The env-entryType is used to declare an application's
environment entry. The declaration consists of an optional
description, the name of the environment entry, and an
optional value. If a value is not specified, one must be
supplied during deployment.

It is used by env-entry elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions
The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The env-entry-name element contains the name of a
 Deployment Component's environment entry. The name
 is a JNDI name relative to the java:comp/env
 context. The name must be unique within a
 Deployment Component. The uniqueness
 constraints must be defined within the declared
 context.

 Example:

 <env-entry-name>minAmount</env-entry-name>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The env-entry-value designates the value of a
 Deployment Component's environment entry. The value
 must be a String that is valid for the
 constructor of the specified type that takes a
 single String parameter, or for java.lang.Character,
 a single character.

 Example:

 <env-entry-value>100.00</env-entry-value>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//EnvEntryType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The env-entry-type element contains the fully-qualified Java type of the environment entry value that is expected by the application client’s code. The following are the legal values of env-entry-type: java.lang.Bool-ean, java.lang.String, java.lang.Integer, java.lang.Double, java.lang.Byte, java.lang.Short, java.lang.Long, and java.lang.Float. 
Example: <env-entry-type>java.lang.Boolean</env-entry-type>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceRef" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The resource-refType contains a declaration of a
Deployment Component's reference to an external resource. It
consists of an optional description, the resource manager
connection factory reference name, the indication of the
resource manager connection factory type expected by the
Deployment Component code, the type of authentication
(Application or Container), and an optional specification of
the shareability of connections obtained from the resource
(Shareable or Unshareable).

Example:

<resource-ref>
 <res-ref-name>jdbc/EmployeeAppDB</res-ref-name>
 <res-type>javax.sql.DataSource</res-type>
 <res-auth>Container</res-auth>
 <res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions
The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The res-ref-name element specifies the name of a
 resource manager connection factory reference.
 The name is a JNDI name relative to the
 java:comp/env context.
 The name must be unique within a Deployment File."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The res-type element specifies the type of the data
 source. The type is specified by the fully qualified
 Java language class or interface
 expected to be implemented by the data source."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="auth" eType="#//ResAuthTypeBase"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The res-auth element specifies whether the enterprise bean code signs on programmatically to the resource manager, or whether the Container will sign on to the resource manager on behalf of the bean. In the latter case, the Container uses information that is supplied by the Deployer. The value of this element must be one of the two following:
<res-auth>Application</res-auth>
<res-auth>Container</res-auth>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resSharingScope" eType="#//ResSharingScopeType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The res-sharing-scope element specifies whether connections obtained
through the given resource manager connection factory reference can be
shared. The value of this element, if specified, must be one of the
two following: Shareable, Unshareable

The default value is Shareable.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EnvEntryType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.3 added Character
String=0
Integer=1
Boolean=2
Double=3
Byte=4
Short=5
Long=6
Float=7
Character=8"/>
</eAnnotations>
<eLiterals name="String"/>
<eLiterals name="Integer" value="1"/>
<eLiterals name="Boolean" value="2"/>
<eLiterals name="Double" value="3"/>
<eLiterals name="Byte" value="4"/>
<eLiterals name="Short" value="5"/>
<eLiterals name="Long" value="6"/>
<eLiterals name="Float" value="7"/>
<eLiterals name="Character" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SecurityRoleRef" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The security-role-refType contains the declaration of a
security role reference in a component's or a
Deployment Component's code. The declaration consists of an
optional description, the security role name used in the
code, and an optional link to a security role. If the
security role is not specified, the Deployer must choose an
appropriate security role."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the role-name element must be the String used
 as the parameter to the
 EJBContext.isCallerInRole(String roleName) method or the
 HttpServletRequest.isUserInRole(String role) method."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions
The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" 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 role-link element is a reference to a defined
 security role. The role-link element must contain
 the name of one of the security roles defined in the
 security-role elements.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResAuthTypeBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CONTAINER=0
Container=1
Application=2
SERVLET=3
"/>
</eAnnotations>
<eLiterals name="Container"/>
<eLiterals name="Application" value="1"/>
<eLiterals name="SERVLET" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EjbRefType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Session=0
Entity=1"/>
</eAnnotations>
<eLiterals name="Session"/>
<eLiterals name="Entity" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SecurityRole" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The security-roleType contains the definition of a security
role. The definition consists of an optional description of the
security role, and the security role name.

Example:

 <security-role>
 <description>
 This role includes all employees who are authorized
 to access the employee service application.
 </description>
 <role-name>employee</role-name>
 </security-role>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@deprecated See descriptions"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roleName" 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 role-name element contains the name of a role. This element must contain a non-empty string.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceEnvRef" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The resource-env-refType is used to define
resource-env-type elements. It contains a declaration of a
Deployment Component's reference to an administered object
associated with a resource in the Deployment Component's
environment. It consists of an optional description, the
resource environment reference name, and an indication of
the resource environment reference type expected by the
Deployment Component code.

Example:

<resource-env-ref>
 <resource-env-ref-name>jms/StockQueue
 </resource-env-ref-name>
 <resource-env-ref-type>javax.jms.Queue
 </resource-env-ref-type>
</resource-env-ref>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions
The description is used by the ejb-jar file producer to provide text describing the resource env ref.

The description should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the list of dependents."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The resource-env-ref-name element specifies the name
 of a resource environment reference; its value is
 the environment entry name used in
 the Deployment Component code. The name is a JNDI
 name relative to the java:comp/env context and must
 be unique within a Deployment Component."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ../../org.eclipse.jem/model/java.ecore#//JavaClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The resource-env-ref-type element specifies the type
 of a resource environment reference. It is the
 fully qualified name of a Java language class or
 interface."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResSharingScopeType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Shareable=0
Unshareable=1"/>
</eAnnotations>
<eLiterals name="Shareable"/>
<eLiterals name="Unshareable" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EJBLocalRef" eSuperTypes="#//EjbRef">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.3
The ejb-local-refType is used by ejb-local-ref elements for
the declaration of a reference to an enterprise bean's local
home. The declaration consists of:

 - an optional description
 - the EJB reference name used in the code of the Deployment
 Component that's referencing the enterprise bean
 - the expected type of the referenced enterprise bean
 - the expected local home and local interfaces of the
 referenced enterprise bean
 - optional ejb-link information, used to specify the
 referenced enterprise bean"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localHome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="local" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RunAsSpecifiedIdentity" eSuperTypes="#//SecurityIdentity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used. It contains an optional description and a specification of the security identity to be used.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="identity" eType="#//Identity"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Optional specifies the run-as identity to be used for the execution of the methods of an enterprise bean. It contains an optional description, and the name of a security role."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Identity" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the run-as identity to be used for the execution of the methods of an enterprise bean. It contains an optional description, and the name of a security role.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions
The description is used by the ejb-jar file producer to provide text describing the run as identity.

The description should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the list of dependents."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roleName" 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 role-name element contains the name of a security role.

The name must conform to the lexical rules for an NMTOKEN."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IconType" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
The icon type contains small-icon and large-icon elements
that specify the file names for small and large GIF or
JPEG icon images used to represent the parent element in a
GUI tool.

The xml:lang attribute defines the language that the
icon file names are provided in. Its value is "en" (English)
by default."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="smallIcon" 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 small-icon element contains the name of a file
 containing a small (16 x 16) icon image. The file
 name is a relative path within the Deployment
 Component's Deployment File.

 The image may be either in the JPEG or GIF format.
 The icon can be used by tools.

 Example:

 <small-icon>employee-service-icon16x16.jpg</small-icon>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeIcon" 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 large-icon element contains the name of a file
 containing a large
 (32 x 32) icon image. The file name is a relative
 path within the Deployment Component's Deployment
 File.

 The image may be either in the JPEG or GIF format.
 The icon can be used by tools.

 Example:

 <large-icon>employee-service-icon32x32.jpg</large-icon>
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DisplayName" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
The display-name type contains a short name that is intended
to be displayed by tools. It is used by display-name
elements. The display name need not be unique.

Example:

...
 <display-name xml:lang="en">Employee Self Service</display-name>

The value of the xml:lang attribute is "en" (English) by default."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" 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="MessageDestinationRef" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
The message-destination-ref element contains a declaration
of Deployment Component's reference to a message destination
associated with a resource in Deployment Component's
environment. It consists of:

 - an optional description
 - the message destination reference name
 - the message destination type
 - a specification as to whether the
 destination is used for
 consuming or producing messages, or both
 - a link to the message destination

Examples:

<message-destination-ref>
 <message-destination-ref-name>jms/StockQueue
 </message-destination-ref-name>
 <message-destination-type>javax.jms.Queue
 </message-destination-type>
 <message-destination-usage>Consumes
 </message-destination-usage>
 <message-destination-link>CorporateStocks
 </message-destination-link>
</message-destination-ref>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usage" eType="#//MessageDestinationUsageType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageDestination" eSuperTypes="#//CompatibilityDescriptionGroup">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
The message-destinationType specifies a message
destination. The logical destination described by this
element is mapped to a physical destination by the Deployer.

The message destination element contains:

 - an optional description
 - an optional display-name
 - an optional icon
 - a message destination name which must be unique
 among message destination names within the same
 Deployment File.

Example:

<message-destination>
 <message-destination-name>CorporateStocks
 </message-destination-name>
</message-destination>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The message-destination-name element specifies a
 name for a message destination. This name must be
 unique among the names of message destinations
 within the Deployment File."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParamValue" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
This type is a general type that can be used to declare
parameter/value lists."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The param-name element contains the name of a parameter."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The param-value element contains the value of a parameter."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DescriptionGroup" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
This group keeps the usage of the contained description related
elements consistent across J2EE deployment descriptors."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="icons" upperBound="-1"
eType="#//IconType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="displayNames" upperBound="-1"
eType="#//DisplayName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JNDIEnvRefsGroup" abstract="true" eSuperTypes="#//CompatibilityDescriptionGroup">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
This group keeps the usage of the contained JNDI environment
reference elements consistent across J2EE deployment descriptors."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="environmentProperties"
upperBound="-1" eType="#//EnvEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceRefs" upperBound="-1"
eType="#//ResourceRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ejbRefs" upperBound="-1"
eType="#//EjbRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceEnvRefs" upperBound="-1"
eType="#//ResourceEnvRef" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A list of enterprise bean references to an administered object associated with a resource in the enterprise bean's environment. It consists of an optional description, the resource environment reference name, and an indication of the resource environment reference type expected by the enterprise bean code.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ejbLocalRefs" upperBound="-1"
eType="#//EJBLocalRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageDestinationRefs"
upperBound="-1" eType="#//MessageDestinationRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceRefs" upperBound="-1"
eType="ecore:EClass wsclient.ecore#//ServiceRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SecurityIdentity" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used. It
contains an optional description and a specification of the security identity to be used.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UseCallerIdentity" eSuperTypes="#//SecurityIdentity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The use-caller-identity element specifies that the caller's security identity be used as the security identity for the execution of the enterprise bean's methods.
"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Description" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
The description type is used by a description element to
provide text describing the parent element. The elements
that use this type should include any information that the
Deployment Component's Deployment File file producer wants
to provide to the consumer of the Deployment Component's
Deployment File (i.e., to the Deployer). Typically, the
tools used by such a Deployment File consumer will display
the description when processing the parent element that
contains the description.

The lang attribute defines the language that the
description is provided in. The default value is "en" (English)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MessageDestinationUsageType">
<eLiterals name="Consumes"/>
<eLiterals name="Produces" value="1"/>
<eLiterals name="ConsumesProduces" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QName" eSuperTypes="#//J2EEEObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localPart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="combinedQName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="internalPrefixOrNsURI"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Listener" eSuperTypes="#//CompatibilityDescriptionGroup">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 moved from webapp

Declares a class in the application must be registered as a web application listener bean."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="listenerClass" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.jem/model/java.ecore#//JavaClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The listener-class element declares a class in the application must be registered as a web application listener bean."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompatibilityDescriptionGroup" eSuperTypes="#//DescriptionGroup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="smallIcon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeIcon" 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="displayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="J2EEEObject"/>
<eClassifiers xsi:type="ecore:EClass" name="J2EEEAttribute" eSuperTypes="../../../plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EAttribute"/>
</ecore:EPackage>
| github:ecore:/data/kimjianzsu/tools/eclipses/eclipse-cgc/plugins/org.eclipse.jst.web_core.feature.source_1.5.4.v200704150236--87cMNBMzUxToUV/src/org.eclipse.jst.j2ee.core_1.1.53.v200704191600/model/common.ecore | ecore | common
EjbRef
name
type
home
remote
link
description
descriptions
EnvEntry
description
name
value
type
descriptions
ResourceRef
description
name
type
auth
link
resSharingScope
descriptions
EnvEntryType
String
String
Integer
Integer
Boolean
Boolean
Double
Double
Byte
Byte
Short
Short
Long
Long
Float
Float
Character
Character
SecurityRoleRef
name
description
link
descriptions
ResAuthTypeBase
Container
Container
Application
Application
SERVLET
SERVLET
EjbRefType
Session
Session
Entity
Entity
SecurityRole
description
roleName
descriptions
ResourceEnvRef
description
name
type
descriptions
ResSharingScopeType
Shareable
Shareable
Unshareable
Unshareable
EJBLocalRef
localHome
local
RunAsSpecifiedIdentity
identity
Identity
description
roleName
descriptions
IconType
smallIcon
largeIcon
lang
DisplayName
lang
value
MessageDestinationRef
name
type
usage
link
descriptions
MessageDestination
name
ParamValue
name
value
description
descriptions
DescriptionGroup
icons
displayNames
descriptions
JNDIEnvRefsGroup
environmentProperties
resourceRefs
ejbRefs
resourceEnvRefs
ejbLocalRefs
messageDestinationRefs
serviceRefs
SecurityIdentity
description
descriptions
UseCallerIdentity
Description
lang
value
MessageDestinationUsageType
Consumes
Consumes
Produces
Produces
ConsumesProduces
ConsumesProduces
QName
namespaceURI
localPart
combinedQName
internalPrefixOrNsURI
Listener
listenerClass
CompatibilityDescriptionGroup
smallIcon
largeIcon
description
displayName
J2EEEObject
J2EEEAttribute | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.jst.j2ee.common","nsURI":"common.xmi","name":"common","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EjbRef","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvEntry","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRef","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnvEntryType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityRoleRef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResAuthTypeBase","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EjbRefType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityRole","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceEnvRef","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResSharingScopeType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EJBLocalRef","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunAsSpecifiedIdentity","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identity","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IconType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayName","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageDestinationRef","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageDestination","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParamValue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptionGroup","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JNDIEnvRefsGroup","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityIdentity","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCallerIdentity","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageDestinationUsageType","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QName","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Listener","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompatibilityDescriptionGroup","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"J2EEEObject","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"J2EEEAttribute","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"home","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remote","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","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":"description","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":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"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":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":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":"descriptions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"auth","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":"link","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"resSharingScope","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"name":"String","id":71,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Integer","id":72,"value":1,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Boolean","id":73,"value":2,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"Double","id":74,"value":3,"literal":"Double","eClass":"EEnumLiteral"},{"name":"Byte","id":75,"value":4,"literal":"Byte","eClass":"EEnumLiteral"},{"name":"Short","id":76,"value":5,"literal":"Short","eClass":"EEnumLiteral"},{"name":"Long","id":77,"value":6,"literal":"Long","eClass":"EEnumLiteral"},{"name":"Float","id":78,"value":7,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Character","id":79,"value":8,"literal":"Character","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":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"Container","id":89,"value":0,"literal":"Container","eClass":"EEnumLiteral"},{"name":"Application","id":90,"value":1,"literal":"Application","eClass":"EEnumLiteral"},{"name":"SERVLET","id":91,"value":2,"literal":"SERVLET","eClass":"EEnumLiteral"},{"name":"Session","id":92,"value":0,"literal":"Session","eClass":"EEnumLiteral"},{"name":"Entity","id":93,"value":1,"literal":"Entity","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":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":"roleName","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":"descriptions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"name":"Shareable","id":110,"value":0,"literal":"Shareable","eClass":"EEnumLiteral"},{"name":"Unshareable","id":111,"value":1,"literal":"Unshareable","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":"localHome","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"local","changeable":true,"lowerBound":0,"iD":false,"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":"identity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"roleName","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"smallIcon","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeIcon","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usage","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":"link","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"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":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"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":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"icons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"displayNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"environmentProperties","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":"resourceRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ejbRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceEnvRefs","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":"ejbLocalRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageDestinationRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"name":"Consumes","id":195,"value":0,"literal":"Consumes","eClass":"EEnumLiteral"},{"name":"Produces","id":196,"value":1,"literal":"Produces","eClass":"EEnumLiteral"},{"name":"ConsumesProduces","id":197,"value":2,"literal":"ConsumesProduces","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":"namespaceURI","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localPart","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"combinedQName","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":"internalPrefixOrNsURI","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listenerClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"smallIcon","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeIcon","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":28},{"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":30,"target":38},{"source":30,"target":1},{"source":31,"target":7},{"source":31,"target":39},{"source":31,"target":1},{"source":39,"target":7},{"source":32,"target":40},{"source":32,"target":1},{"source":33,"target":41},{"source":33,"target":1},{"source":34,"target":42},{"source":34,"target":1},{"source":35,"target":43},{"source":35,"target":1},{"source":36,"target":23},{"source":36,"target":44},{"source":36,"target":1},{"source":44,"target":23},{"source":37,"target":28},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":45,"target":51},{"source":45,"target":2},{"source":46,"target":52},{"source":46,"target":2},{"source":47,"target":53},{"source":47,"target":2},{"source":48,"target":4},{"source":48,"target":54},{"source":48,"target":2},{"source":54,"target":4},{"source":49,"target":23},{"source":49,"target":55},{"source":49,"target":2},{"source":55,"target":23},{"source":50,"target":28},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":56,"target":64},{"source":56,"target":3},{"source":57,"target":65},{"source":57,"target":3},{"source":58,"target":66},{"source":58,"target":3},{"source":59,"target":6},{"source":59,"target":67},{"source":59,"target":3},{"source":67,"target":6},{"source":60,"target":68},{"source":60,"target":3},{"source":61,"target":10},{"source":61,"target":69},{"source":61,"target":3},{"source":69,"target":10},{"source":62,"target":23},{"source":62,"target":70},{"source":62,"target":3},{"source":70,"target":23},{"source":63,"target":28},{"source":4,"target":0},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":71,"target":4},{"source":72,"target":4},{"source":73,"target":4},{"source":74,"target":4},{"source":75,"target":4},{"source":76,"target":4},{"source":77,"target":4},{"source":78,"target":4},{"source":79,"target":4},{"source":5,"target":0},{"source":5,"target":28},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":80,"target":85},{"source":80,"target":5},{"source":81,"target":86},{"source":81,"target":5},{"source":82,"target":87},{"source":82,"target":5},{"source":83,"target":23},{"source":83,"target":88},{"source":83,"target":5},{"source":88,"target":23},{"source":84,"target":28},{"source":6,"target":0},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":89,"target":6},{"source":90,"target":6},{"source":91,"target":6},{"source":7,"target":0},{"source":7,"target":92},{"source":7,"target":93},{"source":92,"target":7},{"source":93,"target":7},{"source":8,"target":0},{"source":8,"target":28},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":94,"target":98},{"source":94,"target":8},{"source":95,"target":99},{"source":95,"target":8},{"source":96,"target":23},{"source":96,"target":100},{"source":96,"target":8},{"source":100,"target":23},{"source":97,"target":28},{"source":9,"target":0},{"source":9,"target":28},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":101,"target":106},{"source":101,"target":9},{"source":102,"target":107},{"source":102,"target":9},{"source":103,"target":108},{"source":103,"target":9},{"source":104,"target":23},{"source":104,"target":109},{"source":104,"target":9},{"source":109,"target":23},{"source":105,"target":28},{"source":10,"target":0},{"source":10,"target":110},{"source":10,"target":111},{"source":110,"target":10},{"source":111,"target":10},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":112,"target":115},{"source":112,"target":11},{"source":113,"target":116},{"source":113,"target":11},{"source":114,"target":1},{"source":12,"target":0},{"source":12,"target":21},{"source":12,"target":117},{"source":12,"target":118},{"source":117,"target":13},{"source":117,"target":119},{"source":117,"target":12},{"source":119,"target":13},{"source":118,"target":21},{"source":13,"target":0},{"source":13,"target":28},{"source":13,"target":120},{"source":13,"target":121},{"source":13,"target":122},{"source":13,"target":123},{"source":120,"target":124},{"source":120,"target":13},{"source":121,"target":125},{"source":121,"target":13},{"source":122,"target":23},{"source":122,"target":126},{"source":122,"target":13},{"source":126,"target":23},{"source":123,"target":28},{"source":14,"target":0},{"source":14,"target":28},{"source":14,"target":127},{"source":14,"target":128},{"source":14,"target":129},{"source":14,"target":130},{"source":127,"target":131},{"source":127,"target":14},{"source":128,"target":132},{"source":128,"target":14},{"source":129,"target":133},{"source":129,"target":14},{"source":130,"target":28},{"source":15,"target":0},{"source":15,"target":28},{"source":15,"target":134},{"source":15,"target":135},{"source":15,"target":136},{"source":134,"target":137},{"source":134,"target":15},{"source":135,"target":138},{"source":135,"target":15},{"source":136,"target":28},{"source":16,"target":0},{"source":16,"target":28},{"source":16,"target":139},{"source":16,"target":140},{"source":16,"target":141},{"source":16,"target":142},{"source":16,"target":143},{"source":16,"target":144},{"source":139,"target":145},{"source":139,"target":16},{"source":140,"target":146},{"source":140,"target":16},{"source":141,"target":24},{"source":141,"target":147},{"source":141,"target":16},{"source":147,"target":24},{"source":142,"target":148},{"source":142,"target":16},{"source":143,"target":23},{"source":143,"target":149},{"source":143,"target":16},{"source":149,"target":23},{"source":144,"target":28},{"source":17,"target":0},{"source":17,"target":27},{"source":17,"target":150},{"source":17,"target":151},{"source":150,"target":152},{"source":150,"target":17},{"source":151,"target":27},{"source":18,"target":0},{"source":18,"target":28},{"source":18,"target":153},{"source":18,"target":154},{"source":18,"target":155},{"source":18,"target":156},{"source":18,"target":157},{"source":153,"target":158},{"source":153,"target":18},{"source":154,"target":159},{"source":154,"target":18},{"source":155,"target":160},{"source":155,"target":18},{"source":156,"target":23},{"source":156,"target":161},{"source":156,"target":18},{"source":161,"target":23},{"source":157,"target":28},{"source":19,"target":0},{"source":19,"target":28},{"source":19,"target":162},{"source":19,"target":163},{"source":19,"target":164},{"source":19,"target":165},{"source":162,"target":14},{"source":162,"target":166},{"source":162,"target":19},{"source":166,"target":14},{"source":163,"target":15},{"source":163,"target":167},{"source":163,"target":19},{"source":167,"target":15},{"source":164,"target":23},{"source":164,"target":168},{"source":164,"target":19},{"source":168,"target":23},{"source":165,"target":28},{"source":20,"target":0},{"source":20,"target":27},{"source":20,"target":169},{"source":20,"target":170},{"source":20,"target":171},{"source":20,"target":172},{"source":20,"target":173},{"source":20,"target":174},{"source":20,"target":175},{"source":20,"target":176},{"source":169,"target":2},{"source":169,"target":177},{"source":169,"target":20},{"source":177,"target":2},{"source":170,"target":3},{"source":170,"target":178},{"source":170,"target":20},{"source":178,"target":3},{"source":171,"target":1},{"source":171,"target":179},{"source":171,"target":20},{"source":179,"target":1},{"source":172,"target":9},{"source":172,"target":180},{"source":172,"target":20},{"source":180,"target":9},{"source":173,"target":11},{"source":173,"target":181},{"source":173,"target":20},{"source":181,"target":11},{"source":174,"target":16},{"source":174,"target":182},{"source":174,"target":20},{"source":182,"target":16},{"source":175,"target":183},{"source":175,"target":20},{"source":176,"target":27},{"source":21,"target":0},{"source":21,"target":28},{"source":21,"target":184},{"source":21,"target":185},{"source":21,"target":186},{"source":184,"target":187},{"source":184,"target":21},{"source":185,"target":23},{"source":185,"target":188},{"source":185,"target":21},{"source":188,"target":23},{"source":186,"target":28},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":189},{"source":189,"target":21},{"source":23,"target":0},{"source":23,"target":28},{"source":23,"target":190},{"source":23,"target":191},{"source":23,"target":192},{"source":190,"target":193},{"source":190,"target":23},{"source":191,"target":194},{"source":191,"target":23},{"source":192,"target":28},{"source":24,"target":0},{"source":24,"target":195},{"source":24,"target":196},{"source":24,"target":197},{"source":195,"target":24},{"source":196,"target":24},{"source":197,"target":24},{"source":25,"target":0},{"source":25,"target":28},{"source":25,"target":198},{"source":25,"target":199},{"source":25,"target":200},{"source":25,"target":201},{"source":25,"target":202},{"source":198,"target":203},{"source":198,"target":25},{"source":199,"target":204},{"source":199,"target":25},{"source":200,"target":205},{"source":200,"target":25},{"source":201,"target":206},{"source":201,"target":25},{"source":202,"target":28},{"source":26,"target":0},{"source":26,"target":27},{"source":26,"target":207},{"source":26,"target":208},{"source":207,"target":209},{"source":207,"target":26},{"source":208,"target":27},{"source":27,"target":0},{"source":27,"target":19},{"source":27,"target":210},{"source":27,"target":211},{"source":27,"target":212},{"source":27,"target":213},{"source":27,"target":214},{"source":210,"target":215},{"source":210,"target":27},{"source":211,"target":216},{"source":211,"target":27},{"source":212,"target":217},{"source":212,"target":27},{"source":213,"target":218},{"source":213,"target":27},{"source":214,"target":19},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":219}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="IndirectEnumMM" nsURI="IndirectEnumMM" nsPrefix="IndirectEnumMM">
<eClassifiers xsi:type="ecore:EClass" name="Dummy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="testEnum">
<eType xsi:type="ecore:EEnum" href="058_MMEnum.ecore#//AccesVariableEnumeration"/>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta/kermeta_projects/fr.irisa.triskell.kermeta.tests/test/interpreter/emf_testcases/metamodels/058_indirectMMEnum.ecore | ecore | IndirectEnumMM
Dummy
testEnum | null | {"directed":true,"nodes":[{"nsPrefix":"IndirectEnumMM","nsURI":"IndirectEnumMM","name":"IndirectEnumMM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dummy","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testEnum","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="taste"
nsURI="http://taste/1.0" nsPrefix="taste">
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//TasteComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1"
eType="#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedBoard" eType="#//Board"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Board" eSuperTypes="#//TasteComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="boardcpu" eType="#//Processor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="#//Function"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="drivers" upperBound="-1"
eType="#//Driver"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Processor" eSuperTypes="#//TasteComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="cpuboard" eType="#//Board"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Driver" eSuperTypes="#//TasteComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//Driver"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedBoard" eType="#//Board"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="drvbus" eType="#//Bus"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="config" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1"
eType="#//BusConnection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bus" eSuperTypes="#//TasteComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1"
eType="#//BusConnection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="fctconn">
<eStructuralFeatures xsi:type="ecore:EReference" name="connbus" eType="#//Bus"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connfct" upperBound="-1"
eType="#//Interface"/>
<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="Interface">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intfct" eType="#//Function"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isProvidedInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectedto" upperBound="-1"
eType="#//Interface" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1"
eType="#//InterfaceConnection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//InterfaceParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedFunction" eType="#//Function"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deadline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="busconn" eType="#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedBus" eType="#//Bus"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedDriver" eType="#//Driver"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="ProvidedInterface" eType="#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RequiredInterface" eType="#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedBus" eType="#//Bus"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceParameter">
<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="direction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associatedInterface" eType="#//Interface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TasteComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/juli1/taste-eclipse/nl.esa.tec.swe.taste.metamodel/model/taste.ecore | ecore | taste
Function
language
interfaces
associatedBoard
Board
boardcpu
type
functions
drivers
Processor
cpuboard
type
Driver
EReference0
associatedBoard
drvbus
type
config
connections
Bus
type
connections
fctconn
connbus
connfct
name
Interface
direction
intfct
name
isProvidedInterface
connectedto
interfaceType
connections
parameters
associatedFunction
period
deadline
BusConnection
busconn
associatedBus
associatedDriver
InterfaceConnection
ProvidedInterface
RequiredInterface
associatedBus
InterfaceParameter
name
type
direction
associatedInterface
TasteComponent
componentType
name | null | {"directed":true,"nodes":[{"nsPrefix":"taste","nsURI":"http://taste/1.0","name":"taste","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Board","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Processor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Driver","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bus","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fctconn","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusConnection","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceConnection","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceParameter","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TasteComponent","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedBoard","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boardcpu","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":"type","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":"functions","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":"drivers","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cpuboard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedBoard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"drvbus","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"config","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":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":false,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connbus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connfct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"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":"direction","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intfct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isProvidedInterface","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectedto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaceType","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":false,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deadline","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"busconn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedBus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedDriver","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":false,"unsettable":false,"transient":false,"unique":true,"name":"ProvidedInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"RequiredInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedBus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"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":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentType","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":12,"target":16},{"source":12,"target":1},{"source":13,"target":7},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":7},{"source":14,"target":2},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":2},{"source":15,"target":11},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":19,"target":3},{"source":19,"target":24},{"source":19,"target":2},{"source":24,"target":3},{"source":20,"target":25},{"source":20,"target":2},{"source":21,"target":1},{"source":21,"target":26},{"source":21,"target":2},{"source":26,"target":1},{"source":22,"target":4},{"source":22,"target":27},{"source":22,"target":2},{"source":27,"target":4},{"source":23,"target":11},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":2},{"source":28,"target":31},{"source":28,"target":3},{"source":31,"target":2},{"source":29,"target":32},{"source":29,"target":3},{"source":30,"target":11},{"source":4,"target":0},{"source":4,"target":11},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":33,"target":4},{"source":33,"target":40},{"source":33,"target":4},{"source":40,"target":4},{"source":34,"target":2},{"source":34,"target":41},{"source":34,"target":4},{"source":41,"target":2},{"source":35,"target":5},{"source":35,"target":42},{"source":35,"target":4},{"source":42,"target":5},{"source":36,"target":43},{"source":36,"target":4},{"source":37,"target":44},{"source":37,"target":4},{"source":38,"target":8},{"source":38,"target":45},{"source":38,"target":4},{"source":45,"target":8},{"source":39,"target":11},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":46,"target":49},{"source":46,"target":5},{"source":47,"target":8},{"source":47,"target":50},{"source":47,"target":5},{"source":50,"target":8},{"source":48,"target":11},{"source":6,"target":0},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":51,"target":5},{"source":51,"target":54},{"source":51,"target":6},{"source":54,"target":5},{"source":52,"target":7},{"source":52,"target":55},{"source":52,"target":6},{"source":55,"target":7},{"source":53,"target":56},{"source":53,"target":6},{"source":7,"target":0},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":57,"target":68},{"source":57,"target":7},{"source":58,"target":1},{"source":58,"target":69},{"source":58,"target":7},{"source":69,"target":1},{"source":59,"target":70},{"source":59,"target":7},{"source":60,"target":71},{"source":60,"target":7},{"source":61,"target":7},{"source":61,"target":72},{"source":61,"target":7},{"source":72,"target":7},{"source":62,"target":73},{"source":62,"target":7},{"source":63,"target":9},{"source":63,"target":74},{"source":63,"target":7},{"source":74,"target":9},{"source":64,"target":10},{"source":64,"target":75},{"source":64,"target":7},{"source":75,"target":10},{"source":65,"target":1},{"source":65,"target":76},{"source":65,"target":7},{"source":76,"target":1},{"source":66,"target":77},{"source":66,"target":7},{"source":67,"target":78},{"source":67,"target":7},{"source":8,"target":0},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":79,"target":7},{"source":79,"target":82},{"source":79,"target":8},{"source":82,"target":7},{"source":80,"target":5},{"source":80,"target":83},{"source":80,"target":8},{"source":83,"target":5},{"source":81,"target":4},{"source":81,"target":84},{"source":81,"target":8},{"source":84,"target":4},{"source":9,"target":0},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":85,"target":7},{"source":85,"target":88},{"source":85,"target":9},{"source":88,"target":7},{"source":86,"target":7},{"source":86,"target":89},{"source":86,"target":9},{"source":89,"target":7},{"source":87,"target":5},{"source":87,"target":90},{"source":87,"target":9},{"source":90,"target":5},{"source":10,"target":0},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":10,"target":94},{"source":91,"target":95},{"source":91,"target":10},{"source":92,"target":96},{"source":92,"target":10},{"source":93,"target":97},{"source":93,"target":10},{"source":94,"target":7},{"source":94,"target":98},{"source":94,"target":10},{"source":98,"target":7},{"source":11,"target":0},{"source":11,"target":99},{"source":11,"target":100},{"source":99,"target":101},{"source":99,"target":11},{"source":100,"target":102},{"source":100,"target":11}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="common"
nsURI="common.xmi" nsPrefix="org.eclipse.jst.j2ee.common">
<eClassifiers xsi:type="ecore:EClass" name="EjbRef" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ejb-refType is used by ejb-ref elements for the
declaration of a reference to an enterprise bean's home. The
declaration consists of:

 - an optional description
 - the EJB reference name used in the code of
 the Deployment Component that's referencing the enterprise
 bean
 - the expected type of the referenced enterprise bean
 - the expected home and remote interfaces of the referenced
 enterprise bean
 - optional ejb-link information, used to specify the
 referenced enterprise bean"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ejb-ref-name element contains the name of an EJB reference. This is the JNDI name that the servlet code uses to get a reference to the enterprise bean.
Example: <ejb-ref-name>ejb/Payroll</ejb-ref-name>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//EjbRefType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ejb-ref-type element contains the expected type of the referenced enterprise bean. The ejb-ref-type element must be one of the following:
<ejb-ref-type>Entity</ejb-ref-type>
<ejb-ref-type>Session</ejb-ref-type>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="home" 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 home element contains the fully-qualified name of the enterprise bean’s home interface.
Example: <home>com.aardvark.payroll.PayrollHome</home>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="remote" 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 remote element contains the fully-qualified name of the enterprise bean’s remote interface."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" 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 ejb-link element is used in the ejb-ref element to specify that an EJB reference is linked to an enterprise bean in the encompassing J2EE Application package. The value of the ejb-link element must be the ejb-name of an enterprise bean in the same J2EE Application package. 
Example: <ejb-link>EmployeeRecord</ejb-link>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions
The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnvEntry" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The env-entryType is used to declare an application's
environment entry. The declaration consists of an optional
description, the name of the environment entry, and an
optional value. If a value is not specified, one must be
supplied during deployment.

It is used by env-entry elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions
The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The env-entry-name element contains the name of a
 Deployment Component's environment entry. The name
 is a JNDI name relative to the java:comp/env
 context. The name must be unique within a
 Deployment Component. The uniqueness
 constraints must be defined within the declared
 context.

 Example:

 <env-entry-name>minAmount</env-entry-name>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The env-entry-value designates the value of a
 Deployment Component's environment entry. The value
 must be a String that is valid for the
 constructor of the specified type that takes a
 single String parameter, or for java.lang.Character,
 a single character.

 Example:

 <env-entry-value>100.00</env-entry-value>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//EnvEntryType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The env-entry-type element contains the fully-qualified Java type of the environment entry value that is expected by the application client’s code. The following are the legal values of env-entry-type: java.lang.Bool-ean, java.lang.String, java.lang.Integer, java.lang.Double, java.lang.Byte, java.lang.Short, java.lang.Long, and java.lang.Float. 
Example: <env-entry-type>java.lang.Boolean</env-entry-type>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceRef" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The resource-refType contains a declaration of a
Deployment Component's reference to an external resource. It
consists of an optional description, the resource manager
connection factory reference name, the indication of the
resource manager connection factory type expected by the
Deployment Component code, the type of authentication
(Application or Container), and an optional specification of
the shareability of connections obtained from the resource
(Shareable or Unshareable).

Example:

<resource-ref>
 <res-ref-name>jdbc/EmployeeAppDB</res-ref-name>
 <res-type>javax.sql.DataSource</res-type>
 <res-auth>Container</res-auth>
 <res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions
The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The res-ref-name element specifies the name of a
 resource manager connection factory reference.
 The name is a JNDI name relative to the
 java:comp/env context.
 The name must be unique within a Deployment File."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The res-type element specifies the type of the data
 source. The type is specified by the fully qualified
 Java language class or interface
 expected to be implemented by the data source."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="auth" eType="#//ResAuthTypeBase"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The res-auth element specifies whether the enterprise bean code signs on programmatically to the resource manager, or whether the Container will sign on to the resource manager on behalf of the bean. In the latter case, the Container uses information that is supplied by the Deployer. The value of this element must be one of the two following:
<res-auth>Application</res-auth>
<res-auth>Container</res-auth>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resSharingScope" eType="#//ResSharingScopeType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The res-sharing-scope element specifies whether connections obtained
through the given resource manager connection factory reference can be
shared. The value of this element, if specified, must be one of the
two following: Shareable, Unshareable

The default value is Shareable.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EnvEntryType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.3 added Character
String=0
Integer=1
Boolean=2
Double=3
Byte=4
Short=5
Long=6
Float=7
Character=8"/>
</eAnnotations>
<eLiterals name="String"/>
<eLiterals name="Integer" value="1"/>
<eLiterals name="Boolean" value="2"/>
<eLiterals name="Double" value="3"/>
<eLiterals name="Byte" value="4"/>
<eLiterals name="Short" value="5"/>
<eLiterals name="Long" value="6"/>
<eLiterals name="Float" value="7"/>
<eLiterals name="Character" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SecurityRoleRef" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The security-role-refType contains the declaration of a
security role reference in a component's or a
Deployment Component's code. The declaration consists of an
optional description, the security role name used in the
code, and an optional link to a security role. If the
security role is not specified, the Deployer must choose an
appropriate security role."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the role-name element must be the String used
 as the parameter to the
 EJBContext.isCallerInRole(String roleName) method or the
 HttpServletRequest.isUserInRole(String role) method."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions
The description element is used by the ejb-jar file producer to provide text describing the parent element. The description element should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the parent element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" 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 role-link element is a reference to a defined
 security role. The role-link element must contain
 the name of one of the security roles defined in the
 security-role elements.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResAuthTypeBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CONTAINER=0
Container=1
Application=2
SERVLET=3
"/>
</eAnnotations>
<eLiterals name="Container"/>
<eLiterals name="Application" value="1"/>
<eLiterals name="SERVLET" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EjbRefType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Session=0
Entity=1"/>
</eAnnotations>
<eLiterals name="Session"/>
<eLiterals name="Entity" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SecurityRole" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The security-roleType contains the definition of a security
role. The definition consists of an optional description of the
security role, and the security role name.

Example:

 <security-role>
 <description>
 This role includes all employees who are authorized
 to access the employee service application.
 </description>
 <role-name>employee</role-name>
 </security-role>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@deprecated See descriptions"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roleName" 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 role-name element contains the name of a role. This element must contain a non-empty string.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceEnvRef" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The resource-env-refType is used to define
resource-env-type elements. It contains a declaration of a
Deployment Component's reference to an administered object
associated with a resource in the Deployment Component's
environment. It consists of an optional description, the
resource environment reference name, and an indication of
the resource environment reference type expected by the
Deployment Component code.

Example:

<resource-env-ref>
 <resource-env-ref-name>jms/StockQueue
 </resource-env-ref-name>
 <resource-env-ref-type>javax.jms.Queue
 </resource-env-ref-type>
</resource-env-ref>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions
The description is used by the ejb-jar file producer to provide text describing the resource env ref.

The description should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the list of dependents."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The resource-env-ref-name element specifies the name
 of a resource environment reference; its value is
 the environment entry name used in
 the Deployment Component code. The name is a JNDI
 name relative to the java:comp/env context and must
 be unique within a Deployment Component."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ../../org.eclipse.jem/model/java.ecore#//JavaClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The resource-env-ref-type element specifies the type
 of a resource environment reference. It is the
 fully qualified name of a Java language class or
 interface."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResSharingScopeType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Shareable=0
Unshareable=1"/>
</eAnnotations>
<eLiterals name="Shareable"/>
<eLiterals name="Unshareable" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EJBLocalRef" eSuperTypes="#//EjbRef">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.3
The ejb-local-refType is used by ejb-local-ref elements for
the declaration of a reference to an enterprise bean's local
home. The declaration consists of:

 - an optional description
 - the EJB reference name used in the code of the Deployment
 Component that's referencing the enterprise bean
 - the expected type of the referenced enterprise bean
 - the expected local home and local interfaces of the
 referenced enterprise bean
 - optional ejb-link information, used to specify the
 referenced enterprise bean"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localHome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="local" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RunAsSpecifiedIdentity" eSuperTypes="#//SecurityIdentity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used. It contains an optional description and a specification of the security identity to be used.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="identity" eType="#//Identity"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Optional specifies the run-as identity to be used for the execution of the methods of an enterprise bean. It contains an optional description, and the name of a security role."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Identity" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the run-as identity to be used for the execution of the methods of an enterprise bean. It contains an optional description, and the name of a security role.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions
The description is used by the ejb-jar file producer to provide text describing the run as identity.

The description should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the list of dependents."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="roleName" 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 role-name element contains the name of a security role.

The name must conform to the lexical rules for an NMTOKEN."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IconType" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
The icon type contains small-icon and large-icon elements
that specify the file names for small and large GIF or
JPEG icon images used to represent the parent element in a
GUI tool.

The xml:lang attribute defines the language that the
icon file names are provided in. Its value is "en" (English)
by default."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="smallIcon" 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 small-icon element contains the name of a file
 containing a small (16 x 16) icon image. The file
 name is a relative path within the Deployment
 Component's Deployment File.

 The image may be either in the JPEG or GIF format.
 The icon can be used by tools.

 Example:

 <small-icon>employee-service-icon16x16.jpg</small-icon>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeIcon" 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 large-icon element contains the name of a file
 containing a large
 (32 x 32) icon image. The file name is a relative
 path within the Deployment Component's Deployment
 File.

 The image may be either in the JPEG or GIF format.
 The icon can be used by tools.

 Example:

 <large-icon>employee-service-icon32x32.jpg</large-icon>
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DisplayName" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
The display-name type contains a short name that is intended
to be displayed by tools. It is used by display-name
elements. The display name need not be unique.

Example:

...
 <display-name xml:lang="en">Employee Self Service</display-name>

The value of the xml:lang attribute is "en" (English) by default."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" 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="MessageDestinationRef" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
The message-destination-ref element contains a declaration
of Deployment Component's reference to a message destination
associated with a resource in Deployment Component's
environment. It consists of:

 - an optional description
 - the message destination reference name
 - the message destination type
 - a specification as to whether the
 destination is used for
 consuming or producing messages, or both
 - a link to the message destination

Examples:

<message-destination-ref>
 <message-destination-ref-name>jms/StockQueue
 </message-destination-ref-name>
 <message-destination-type>javax.jms.Queue
 </message-destination-type>
 <message-destination-usage>Consumes
 </message-destination-usage>
 <message-destination-link>CorporateStocks
 </message-destination-link>
</message-destination-ref>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usage" eType="#//MessageDestinationUsageType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageDestination" eSuperTypes="#//CompatibilityDescriptionGroup">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
The message-destinationType specifies a message
destination. The logical destination described by this
element is mapped to a physical destination by the Deployer.

The message destination element contains:

 - an optional description
 - an optional display-name
 - an optional icon
 - a message destination name which must be unique
 among message destination names within the same
 Deployment File.

Example:

<message-destination>
 <message-destination-name>CorporateStocks
 </message-destination-name>
</message-destination>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The message-destination-name element specifies a
 name for a message destination. This name must be
 unique among the names of message destinations
 within the Deployment File."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParamValue" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
This type is a general type that can be used to declare
parameter/value lists."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The param-name element contains the name of a parameter."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The param-value element contains the value of a parameter."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DescriptionGroup" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
This group keeps the usage of the contained description related
elements consistent across J2EE deployment descriptors."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="icons" upperBound="-1"
eType="#//IconType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="displayNames" upperBound="-1"
eType="#//DisplayName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JNDIEnvRefsGroup" abstract="true" eSuperTypes="#//CompatibilityDescriptionGroup">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
This group keeps the usage of the contained JNDI environment
reference elements consistent across J2EE deployment descriptors."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="environmentProperties"
upperBound="-1" eType="#//EnvEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceRefs" upperBound="-1"
eType="#//ResourceRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ejbRefs" upperBound="-1"
eType="#//EjbRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceEnvRefs" upperBound="-1"
eType="#//ResourceEnvRef" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A list of enterprise bean references to an administered object associated with a resource in the enterprise bean's environment. It consists of an optional description, the resource environment reference name, and an indication of the resource environment reference type expected by the enterprise bean code.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ejbLocalRefs" upperBound="-1"
eType="#//EJBLocalRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageDestinationRefs"
upperBound="-1" eType="#//MessageDestinationRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceRefs" upperBound="-1"
eType="ecore:EClass wsclient.ecore#//ServiceRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SecurityIdentity" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used. It
contains an optional description and a specification of the security identity to be used.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 deprecated, becomes descriptions"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UseCallerIdentity" eSuperTypes="#//SecurityIdentity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The use-caller-identity element specifies that the caller's security identity be used as the security identity for the execution of the enterprise bean's methods.
"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Description" eSuperTypes="#//J2EEEObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4
The description type is used by a description element to
provide text describing the parent element. The elements
that use this type should include any information that the
Deployment Component's Deployment File file producer wants
to provide to the consumer of the Deployment Component's
Deployment File (i.e., to the Deployer). Typically, the
tools used by such a Deployment File consumer will display
the description when processing the parent element that
contains the description.

The lang attribute defines the language that the
description is provided in. The default value is "en" (English)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MessageDestinationUsageType">
<eLiterals name="Consumes"/>
<eLiterals name="Produces" value="1"/>
<eLiterals name="ConsumesProduces" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QName" eSuperTypes="#//J2EEEObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localPart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="combinedQName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="internalPrefixOrNsURI"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Listener" eSuperTypes="#//CompatibilityDescriptionGroup">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@version J2EE1.4 moved from webapp

Declares a class in the application must be registered as a web application listener bean."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="listenerClass" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.jem/model/java.ecore#//JavaClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The listener-class element declares a class in the application must be registered as a web application listener bean."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompatibilityDescriptionGroup" eSuperTypes="#//DescriptionGroup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="smallIcon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="largeIcon" 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="displayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="J2EEEObject"/>
<eClassifiers xsi:type="ecore:EClass" name="J2EEEAttribute" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EAttribute"/>
</ecore:EPackage>
| github:ecore:/data/wuxxx/tool/plugins/org.eclipse.jst.j2ee.core/model/common.ecore | ecore | common
EjbRef
name
type
home
remote
link
description
descriptions
EnvEntry
description
name
value
type
descriptions
ResourceRef
description
name
type
auth
link
resSharingScope
descriptions
EnvEntryType
String
String
Integer
Integer
Boolean
Boolean
Double
Double
Byte
Byte
Short
Short
Long
Long
Float
Float
Character
Character
SecurityRoleRef
name
description
link
descriptions
ResAuthTypeBase
Container
Container
Application
Application
SERVLET
SERVLET
EjbRefType
Session
Session
Entity
Entity
SecurityRole
description
roleName
descriptions
ResourceEnvRef
description
name
type
descriptions
ResSharingScopeType
Shareable
Shareable
Unshareable
Unshareable
EJBLocalRef
localHome
local
RunAsSpecifiedIdentity
identity
Identity
description
roleName
descriptions
IconType
smallIcon
largeIcon
lang
DisplayName
lang
value
MessageDestinationRef
name
type
usage
link
descriptions
MessageDestination
name
ParamValue
name
value
description
descriptions
DescriptionGroup
icons
displayNames
descriptions
JNDIEnvRefsGroup
environmentProperties
resourceRefs
ejbRefs
resourceEnvRefs
ejbLocalRefs
messageDestinationRefs
serviceRefs
SecurityIdentity
description
descriptions
UseCallerIdentity
Description
lang
value
MessageDestinationUsageType
Consumes
Consumes
Produces
Produces
ConsumesProduces
ConsumesProduces
QName
namespaceURI
localPart
combinedQName
internalPrefixOrNsURI
Listener
listenerClass
CompatibilityDescriptionGroup
smallIcon
largeIcon
description
displayName
J2EEEObject
J2EEEAttribute | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.jst.j2ee.common","nsURI":"common.xmi","name":"common","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EjbRef","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvEntry","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRef","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnvEntryType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityRoleRef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResAuthTypeBase","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EjbRefType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityRole","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceEnvRef","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResSharingScopeType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EJBLocalRef","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunAsSpecifiedIdentity","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identity","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IconType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayName","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageDestinationRef","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageDestination","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParamValue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptionGroup","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JNDIEnvRefsGroup","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityIdentity","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCallerIdentity","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageDestinationUsageType","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QName","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Listener","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompatibilityDescriptionGroup","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"J2EEEObject","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"J2EEEAttribute","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"home","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remote","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","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":"description","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":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"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":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":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":"descriptions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"auth","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":"link","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"resSharingScope","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"name":"String","id":71,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Integer","id":72,"value":1,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Boolean","id":73,"value":2,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"Double","id":74,"value":3,"literal":"Double","eClass":"EEnumLiteral"},{"name":"Byte","id":75,"value":4,"literal":"Byte","eClass":"EEnumLiteral"},{"name":"Short","id":76,"value":5,"literal":"Short","eClass":"EEnumLiteral"},{"name":"Long","id":77,"value":6,"literal":"Long","eClass":"EEnumLiteral"},{"name":"Float","id":78,"value":7,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Character","id":79,"value":8,"literal":"Character","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":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"Container","id":89,"value":0,"literal":"Container","eClass":"EEnumLiteral"},{"name":"Application","id":90,"value":1,"literal":"Application","eClass":"EEnumLiteral"},{"name":"SERVLET","id":91,"value":2,"literal":"SERVLET","eClass":"EEnumLiteral"},{"name":"Session","id":92,"value":0,"literal":"Session","eClass":"EEnumLiteral"},{"name":"Entity","id":93,"value":1,"literal":"Entity","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":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":"roleName","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":"descriptions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"name":"Shareable","id":110,"value":0,"literal":"Shareable","eClass":"EEnumLiteral"},{"name":"Unshareable","id":111,"value":1,"literal":"Unshareable","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":"localHome","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"local","changeable":true,"lowerBound":0,"iD":false,"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":"identity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"roleName","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"smallIcon","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeIcon","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usage","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":"link","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"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":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"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":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"icons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"displayNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"environmentProperties","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":"resourceRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ejbRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceEnvRefs","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":"ejbLocalRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageDestinationRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"name":"Consumes","id":195,"value":0,"literal":"Consumes","eClass":"EEnumLiteral"},{"name":"Produces","id":196,"value":1,"literal":"Produces","eClass":"EEnumLiteral"},{"name":"ConsumesProduces","id":197,"value":2,"literal":"ConsumesProduces","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":"namespaceURI","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localPart","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"combinedQName","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":"internalPrefixOrNsURI","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listenerClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"smallIcon","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeIcon","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":28},{"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":30,"target":38},{"source":30,"target":1},{"source":31,"target":7},{"source":31,"target":39},{"source":31,"target":1},{"source":39,"target":7},{"source":32,"target":40},{"source":32,"target":1},{"source":33,"target":41},{"source":33,"target":1},{"source":34,"target":42},{"source":34,"target":1},{"source":35,"target":43},{"source":35,"target":1},{"source":36,"target":23},{"source":36,"target":44},{"source":36,"target":1},{"source":44,"target":23},{"source":37,"target":28},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":45,"target":51},{"source":45,"target":2},{"source":46,"target":52},{"source":46,"target":2},{"source":47,"target":53},{"source":47,"target":2},{"source":48,"target":4},{"source":48,"target":54},{"source":48,"target":2},{"source":54,"target":4},{"source":49,"target":23},{"source":49,"target":55},{"source":49,"target":2},{"source":55,"target":23},{"source":50,"target":28},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":56,"target":64},{"source":56,"target":3},{"source":57,"target":65},{"source":57,"target":3},{"source":58,"target":66},{"source":58,"target":3},{"source":59,"target":6},{"source":59,"target":67},{"source":59,"target":3},{"source":67,"target":6},{"source":60,"target":68},{"source":60,"target":3},{"source":61,"target":10},{"source":61,"target":69},{"source":61,"target":3},{"source":69,"target":10},{"source":62,"target":23},{"source":62,"target":70},{"source":62,"target":3},{"source":70,"target":23},{"source":63,"target":28},{"source":4,"target":0},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":71,"target":4},{"source":72,"target":4},{"source":73,"target":4},{"source":74,"target":4},{"source":75,"target":4},{"source":76,"target":4},{"source":77,"target":4},{"source":78,"target":4},{"source":79,"target":4},{"source":5,"target":0},{"source":5,"target":28},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":80,"target":85},{"source":80,"target":5},{"source":81,"target":86},{"source":81,"target":5},{"source":82,"target":87},{"source":82,"target":5},{"source":83,"target":23},{"source":83,"target":88},{"source":83,"target":5},{"source":88,"target":23},{"source":84,"target":28},{"source":6,"target":0},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":89,"target":6},{"source":90,"target":6},{"source":91,"target":6},{"source":7,"target":0},{"source":7,"target":92},{"source":7,"target":93},{"source":92,"target":7},{"source":93,"target":7},{"source":8,"target":0},{"source":8,"target":28},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":94,"target":98},{"source":94,"target":8},{"source":95,"target":99},{"source":95,"target":8},{"source":96,"target":23},{"source":96,"target":100},{"source":96,"target":8},{"source":100,"target":23},{"source":97,"target":28},{"source":9,"target":0},{"source":9,"target":28},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":101,"target":106},{"source":101,"target":9},{"source":102,"target":107},{"source":102,"target":9},{"source":103,"target":108},{"source":103,"target":9},{"source":104,"target":23},{"source":104,"target":109},{"source":104,"target":9},{"source":109,"target":23},{"source":105,"target":28},{"source":10,"target":0},{"source":10,"target":110},{"source":10,"target":111},{"source":110,"target":10},{"source":111,"target":10},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":112,"target":115},{"source":112,"target":11},{"source":113,"target":116},{"source":113,"target":11},{"source":114,"target":1},{"source":12,"target":0},{"source":12,"target":21},{"source":12,"target":117},{"source":12,"target":118},{"source":117,"target":13},{"source":117,"target":119},{"source":117,"target":12},{"source":119,"target":13},{"source":118,"target":21},{"source":13,"target":0},{"source":13,"target":28},{"source":13,"target":120},{"source":13,"target":121},{"source":13,"target":122},{"source":13,"target":123},{"source":120,"target":124},{"source":120,"target":13},{"source":121,"target":125},{"source":121,"target":13},{"source":122,"target":23},{"source":122,"target":126},{"source":122,"target":13},{"source":126,"target":23},{"source":123,"target":28},{"source":14,"target":0},{"source":14,"target":28},{"source":14,"target":127},{"source":14,"target":128},{"source":14,"target":129},{"source":14,"target":130},{"source":127,"target":131},{"source":127,"target":14},{"source":128,"target":132},{"source":128,"target":14},{"source":129,"target":133},{"source":129,"target":14},{"source":130,"target":28},{"source":15,"target":0},{"source":15,"target":28},{"source":15,"target":134},{"source":15,"target":135},{"source":15,"target":136},{"source":134,"target":137},{"source":134,"target":15},{"source":135,"target":138},{"source":135,"target":15},{"source":136,"target":28},{"source":16,"target":0},{"source":16,"target":28},{"source":16,"target":139},{"source":16,"target":140},{"source":16,"target":141},{"source":16,"target":142},{"source":16,"target":143},{"source":16,"target":144},{"source":139,"target":145},{"source":139,"target":16},{"source":140,"target":146},{"source":140,"target":16},{"source":141,"target":24},{"source":141,"target":147},{"source":141,"target":16},{"source":147,"target":24},{"source":142,"target":148},{"source":142,"target":16},{"source":143,"target":23},{"source":143,"target":149},{"source":143,"target":16},{"source":149,"target":23},{"source":144,"target":28},{"source":17,"target":0},{"source":17,"target":27},{"source":17,"target":150},{"source":17,"target":151},{"source":150,"target":152},{"source":150,"target":17},{"source":151,"target":27},{"source":18,"target":0},{"source":18,"target":28},{"source":18,"target":153},{"source":18,"target":154},{"source":18,"target":155},{"source":18,"target":156},{"source":18,"target":157},{"source":153,"target":158},{"source":153,"target":18},{"source":154,"target":159},{"source":154,"target":18},{"source":155,"target":160},{"source":155,"target":18},{"source":156,"target":23},{"source":156,"target":161},{"source":156,"target":18},{"source":161,"target":23},{"source":157,"target":28},{"source":19,"target":0},{"source":19,"target":28},{"source":19,"target":162},{"source":19,"target":163},{"source":19,"target":164},{"source":19,"target":165},{"source":162,"target":14},{"source":162,"target":166},{"source":162,"target":19},{"source":166,"target":14},{"source":163,"target":15},{"source":163,"target":167},{"source":163,"target":19},{"source":167,"target":15},{"source":164,"target":23},{"source":164,"target":168},{"source":164,"target":19},{"source":168,"target":23},{"source":165,"target":28},{"source":20,"target":0},{"source":20,"target":27},{"source":20,"target":169},{"source":20,"target":170},{"source":20,"target":171},{"source":20,"target":172},{"source":20,"target":173},{"source":20,"target":174},{"source":20,"target":175},{"source":20,"target":176},{"source":169,"target":2},{"source":169,"target":177},{"source":169,"target":20},{"source":177,"target":2},{"source":170,"target":3},{"source":170,"target":178},{"source":170,"target":20},{"source":178,"target":3},{"source":171,"target":1},{"source":171,"target":179},{"source":171,"target":20},{"source":179,"target":1},{"source":172,"target":9},{"source":172,"target":180},{"source":172,"target":20},{"source":180,"target":9},{"source":173,"target":11},{"source":173,"target":181},{"source":173,"target":20},{"source":181,"target":11},{"source":174,"target":16},{"source":174,"target":182},{"source":174,"target":20},{"source":182,"target":16},{"source":175,"target":183},{"source":175,"target":20},{"source":176,"target":27},{"source":21,"target":0},{"source":21,"target":28},{"source":21,"target":184},{"source":21,"target":185},{"source":21,"target":186},{"source":184,"target":187},{"source":184,"target":21},{"source":185,"target":23},{"source":185,"target":188},{"source":185,"target":21},{"source":188,"target":23},{"source":186,"target":28},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":189},{"source":189,"target":21},{"source":23,"target":0},{"source":23,"target":28},{"source":23,"target":190},{"source":23,"target":191},{"source":23,"target":192},{"source":190,"target":193},{"source":190,"target":23},{"source":191,"target":194},{"source":191,"target":23},{"source":192,"target":28},{"source":24,"target":0},{"source":24,"target":195},{"source":24,"target":196},{"source":24,"target":197},{"source":195,"target":24},{"source":196,"target":24},{"source":197,"target":24},{"source":25,"target":0},{"source":25,"target":28},{"source":25,"target":198},{"source":25,"target":199},{"source":25,"target":200},{"source":25,"target":201},{"source":25,"target":202},{"source":198,"target":203},{"source":198,"target":25},{"source":199,"target":204},{"source":199,"target":25},{"source":200,"target":205},{"source":200,"target":25},{"source":201,"target":206},{"source":201,"target":25},{"source":202,"target":28},{"source":26,"target":0},{"source":26,"target":27},{"source":26,"target":207},{"source":26,"target":208},{"source":207,"target":209},{"source":207,"target":26},{"source":208,"target":27},{"source":27,"target":0},{"source":27,"target":19},{"source":27,"target":210},{"source":27,"target":211},{"source":27,"target":212},{"source":27,"target":213},{"source":27,"target":214},{"source":210,"target":215},{"source":210,"target":27},{"source":211,"target":216},{"source":211,"target":27},{"source":212,"target":217},{"source":212,"target":27},{"source":213,"target":218},{"source":213,"target":27},{"source":214,"target":19},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":219}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bnl" nsURI="http://www.xtext.org/bnl/Bnl" nsPrefix="bnl">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="program" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Bnl.ecore | ecore | bnl
Model
program | null | {"directed":true,"nodes":[{"nsPrefix":"bnl","nsURI":"http://www.xtext.org/bnl/Bnl","name":"bnl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"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":"program","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="InstallPackages"
nsURI="platform:/resource/com.nokia.carbide.trk.support/schema/InstallPackages.xsd"
nsPrefix="InstallPackages">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="qualified" value="false"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-2"
eType="#//PackagesType" 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="Packages"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackagesType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Packages_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" upperBound="-1"
eType="#//PackageType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Package"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Package_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="information" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="information"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="displayName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="installFilePath" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="installFilePath"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageVersion" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="packageVersion"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sdkFamily" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="sdkFamily"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sdkVersion" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="sdkVersion"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/SymbianSource/oss.FCL.sftools.dev.ide.carbidecpp/debuggercdi/com.nokia.carbide.trk.support/schema/InstallPackages.ecore | ecore | InstallPackages
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
packages
PackagesType
package
PackageType
information
displayName
installFilePath
packageVersion
sdkFamily
sdkVersion | null | {"directed":true,"nodes":[{"nsPrefix":"InstallPackages","nsURI":"platform:/resource/com.nokia.carbide.trk.support/schema/InstallPackages.xsd","name":"InstallPackages","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackagesType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"packages","changeable":true,"resolveProxies":false,"lowerBound":0,"id":7,"derived":true},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"information","changeable":true,"lowerBound":0,"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":"displayName","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"installFilePath","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageVersion","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sdkFamily","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sdkVersion","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":4,"target":8},{"source":4,"target":1},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":12},{"source":12,"target":3},{"source":12,"target":13},{"source":12,"target":2},{"source":13,"target":3},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":14,"target":20},{"source":14,"target":3},{"source":15,"target":21},{"source":15,"target":3},{"source":16,"target":22},{"source":16,"target":3},{"source":17,"target":23},{"source":17,"target":3},{"source":18,"target":24},{"source":18,"target":3},{"source":19,"target":25},{"source":19,"target":3}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="stateMachine" nsURI="http://www.xtext.org/example/mydsl/StateMachine"
nsPrefix="stateMachine">
<eClassifiers xsi:type="ecore:EClass" name="StateMachine">
<eStructuralFeatures xsi:type="ecore:EReference" name="gate" upperBound="-1" eType="#//Gate"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1"
eType="#//Event" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eventReset" unique="false"
upperBound="-1" eType="#//Event"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1"
eType="#//Instruction" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1"
eType="#//State" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Gate">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block">
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Instruction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction">
<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="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="actions" unique="false"
upperBound="-1" eType="#//Instruction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="moves" upperBound="-1"
eType="#//Move" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Move">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//Trigger"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//Event"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Number" eSuperTypes="#//Expression">
<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="Equal" 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="Unequal" 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="LessThan" 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="LessThanEqual" 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="GreaterThan" 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="GreaterThanEqual" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mul" 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="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MortenAbra/statemachine_dsl/org.xtext.example.statemachine/model/generated/StateMachine.ecore | ecore | stateMachine
StateMachine
gate
event
eventReset
instructions
state
Gate
block
Block
action
state
Instruction
name
Event
name
State
name
actions
moves
Move
event
state
Trigger
event
Expression
Number
value
Equal
left
right
Unequal
left
right
LessThan
left
right
LessThanEqual
left
right
GreaterThan
left
right
GreaterThanEqual
left
right
Plus
left
right
Minus
left
right
Mul
left
right
Div
left
right | null | {"directed":true,"nodes":[{"nsPrefix":"stateMachine","nsURI":"http://www.xtext.org/example/mydsl/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":"Gate","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Move","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Number","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unequal","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThan","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanEqual","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThan","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanEqual","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mul","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","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":"gate","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":"event","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":false,"name":"eventReset","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":"instructions","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":"state","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":false,"unsettable":false,"transient":false,"unique":false,"name":"actions","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":"moves","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","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":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":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":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":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":5},{"source":23,"target":28},{"source":23,"target":1},{"source":28,"target":5},{"source":24,"target":4},{"source":24,"target":29},{"source":24,"target":1},{"source":29,"target":4},{"source":25,"target":6},{"source":25,"target":30},{"source":25,"target":1},{"source":30,"target":6},{"source":2,"target":0},{"source":2,"target":31},{"source":31,"target":3},{"source":31,"target":32},{"source":31,"target":2},{"source":32,"target":3},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":33,"target":4},{"source":33,"target":35},{"source":33,"target":3},{"source":35,"target":4},{"source":34,"target":6},{"source":34,"target":36},{"source":34,"target":3},{"source":36,"target":6},{"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":39,"target":40},{"source":39,"target":5},{"source":6,"target":0},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":41,"target":44},{"source":41,"target":6},{"source":42,"target":4},{"source":42,"target":45},{"source":42,"target":6},{"source":45,"target":4},{"source":43,"target":7},{"source":43,"target":46},{"source":43,"target":6},{"source":46,"target":7},{"source":7,"target":0},{"source":7,"target":47},{"source":7,"target":48},{"source":47,"target":8},{"source":47,"target":49},{"source":47,"target":7},{"source":49,"target":8},{"source":48,"target":6},{"source":48,"target":50},{"source":48,"target":7},{"source":50,"target":6},{"source":8,"target":0},{"source":8,"target":51},{"source":51,"target":5},{"source":51,"target":52},{"source":51,"target":8},{"source":52,"target":5},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":53},{"source":53,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":54},{"source":10,"target":55},{"source":54,"target":56},{"source":54,"target":10},{"source":55,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":59},{"source":57,"target":9},{"source":57,"target":60},{"source":57,"target":11},{"source":60,"target":9},{"source":58,"target":9},{"source":58,"target":61},{"source":58,"target":11},{"source":61,"target":9},{"source":59,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":62},{"source":12,"target":63},{"source":12,"target":64},{"source":62,"target":9},{"source":62,"target":65},{"source":62,"target":12},{"source":65,"target":9},{"source":63,"target":9},{"source":63,"target":66},{"source":63,"target":12},{"source":66,"target":9},{"source":64,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":67},{"source":13,"target":68},{"source":13,"target":69},{"source":67,"target":9},{"source":67,"target":70},{"source":67,"target":13},{"source":70,"target":9},{"source":68,"target":9},{"source":68,"target":71},{"source":68,"target":13},{"source":71,"target":9},{"source":69,"target":9},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":72},{"source":14,"target":73},{"source":14,"target":74},{"source":72,"target":9},{"source":72,"target":75},{"source":72,"target":14},{"source":75,"target":9},{"source":73,"target":9},{"source":73,"target":76},{"source":73,"target":14},{"source":76,"target":9},{"source":74,"target":9},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":77},{"source":15,"target":78},{"source":15,"target":79},{"source":77,"target":9},{"source":77,"target":80},{"source":77,"target":15},{"source":80,"target":9},{"source":78,"target":9},{"source":78,"target":81},{"source":78,"target":15},{"source":81,"target":9},{"source":79,"target":9},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":82},{"source":16,"target":83},{"source":16,"target":84},{"source":82,"target":9},{"source":82,"target":85},{"source":82,"target":16},{"source":85,"target":9},{"source":83,"target":9},{"source":83,"target":86},{"source":83,"target":16},{"source":86,"target":9},{"source":84,"target":9},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":87},{"source":17,"target":88},{"source":17,"target":89},{"source":87,"target":9},{"source":87,"target":90},{"source":87,"target":17},{"source":90,"target":9},{"source":88,"target":9},{"source":88,"target":91},{"source":88,"target":17},{"source":91,"target":9},{"source":89,"target":9},{"source":18,"target":0},{"source":18,"target":9},{"source":18,"target":92},{"source":18,"target":93},{"source":18,"target":94},{"source":92,"target":9},{"source":92,"target":95},{"source":92,"target":18},{"source":95,"target":9},{"source":93,"target":9},{"source":93,"target":96},{"source":93,"target":18},{"source":96,"target":9},{"source":94,"target":9},{"source":19,"target":0},{"source":19,"target":9},{"source":19,"target":97},{"source":19,"target":98},{"source":19,"target":99},{"source":97,"target":9},{"source":97,"target":100},{"source":97,"target":19},{"source":100,"target":9},{"source":98,"target":9},{"source":98,"target":101},{"source":98,"target":19},{"source":101,"target":9},{"source":99,"target":9},{"source":20,"target":0},{"source":20,"target":9},{"source":20,"target":102},{"source":20,"target":103},{"source":20,"target":104},{"source":102,"target":9},{"source":102,"target":105},{"source":102,"target":20},{"source":105,"target":9},{"source":103,"target":9},{"source":103,"target":106},{"source":103,"target":20},{"source":106,"target":9},{"source":104,"target":9}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="arquitectura" nsURI="http://www.example.org/arquitectura" nsPrefix="arquitectura">
<eClassifiers xsi:type="ecore:EClass" name="Capa">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clases" upperBound="-1"
eType="#//Entidad" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sistema">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dominio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="proyecto_negocio" lowerBound="1"
eType="#//ProyectoNegocio" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="proyecto_web" lowerBound="1"
eType="#//ProyectoWeb" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entidades" lowerBound="1"
upperBound="-1" eType="#//Entidad" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CapaPresentacion" eSuperTypes="#//Capa">
<eStructuralFeatures xsi:type="ecore:EReference" name="vistas" lowerBound="1"
upperBound="-1" eType="#//Vista" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CapaServicio" eSuperTypes="#//Capa"/>
<eClassifiers xsi:type="ecore:EClass" name="CapaNegocio" eSuperTypes="#//Capa"/>
<eClassifiers xsi:type="ecore:EClass" name="CapaEntidad" eSuperTypes="#//Capa"/>
<eClassifiers xsi:type="ecore:EClass" name="Vista">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//ETipoVista"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entidad" lowerBound="1"
eType="#//Entidad"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProyectoWeb">
<eStructuralFeatures xsi:type="ecore:EReference" name="capa_presentacion" lowerBound="1"
eType="#//CapaPresentacion" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProyectoNegocio">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="capas" lowerBound="1" upperBound="3"
eType="#//Capa" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VistaEntidad">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//ETipoVista"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relacion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destino" lowerBound="1"
eType="#//Entidad"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicidadOrigen" eType="#//ETipoMultiplicidad"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicidadDestino" eType="#//ETipoMultiplicidad"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#//ETipoRelacion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ETipoVista">
<eLiterals name="LISTA"/>
<eLiterals name="DETALLE" value="1"/>
<eLiterals name="AGREGAR" value="2"/>
<eLiterals name="MODIFICAR" value="3"/>
<eLiterals name="ELIMINAR" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entidad">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="atributos" lowerBound="1"
upperBound="-1" eType="#//Atributo" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relaciones" upperBound="-1"
eType="#//Relacion" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Atributo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validaciones" upperBound="-1"
eType="#//Validacion" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoDato" eType="#//TipoDato"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Validacion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoValidacion" eType="#//TipoValidacionA"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ETipoRelacion">
<eLiterals name="HERENCIA"/>
<eLiterals name="AGREGACION" value="1"/>
<eLiterals name="COMPOSICION" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ETipoMultiplicidad">
<eLiterals name="CERO"/>
<eLiterals name="UNO" value="1"/>
<eLiterals name="MUCHOS" value="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TipoDato">
<eLiterals name="CadenaTexto"/>
<eLiterals name="Numerico"/>
<eLiterals name="Entero"/>
<eLiterals name="Fecha"/>
<eLiterals name="FechaHora"/>
<eLiterals name="Booleano"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TipoValidacionA">
<eLiterals name="IGUAL"/>
<eLiterals name="OBLIGATORIO"/>
<eLiterals name="MAYORIGUAL"/>
<eLiterals name="MENORIGUAL"/>
<eLiterals name="PATRON"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/phillipus85/ETLMetricsDataset/2015-02/Individual Projects/Grupo 3/Model2JEEAngular/transformations/M2M/arquitectura.ecore | ecore | arquitectura
Capa
nombre
clases
Sistema
nombre
dominio
proyecto_negocio
proyecto_web
entidades
CapaPresentacion
vistas
CapaServicio
CapaNegocio
CapaEntidad
Vista
nombre
tipo
entidad
ProyectoWeb
capa_presentacion
nombre
ProyectoNegocio
nombre
capas
VistaEntidad
tipo
Relacion
nombre
destino
multiplicidadOrigen
multiplicidadDestino
tipo
ETipoVista
LISTA
LISTA
DETALLE
DETALLE
AGREGAR
AGREGAR
MODIFICAR
MODIFICAR
ELIMINAR
ELIMINAR
Entidad
nombre
atributos
relaciones
Atributo
nombre
validaciones
tipoDato
Validacion
nombre
valor
tipoValidacion
ETipoRelacion
HERENCIA
HERENCIA
AGREGACION
AGREGACION
COMPOSICION
COMPOSICION
ETipoMultiplicidad
CERO
CERO
UNO
UNO
MUCHOS
MUCHOS
TipoDato
CadenaTexto
CadenaTexto
Numerico
Numerico
Entero
Entero
Fecha
Fecha
FechaHora
FechaHora
Booleano
Booleano
TipoValidacionA
IGUAL
IGUAL
OBLIGATORIO
OBLIGATORIO
MAYORIGUAL
MAYORIGUAL
MENORIGUAL
MENORIGUAL
PATRON
PATRON | null | {"directed":true,"nodes":[{"nsPrefix":"arquitectura","nsURI":"http://www.example.org/arquitectura","name":"arquitectura","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capa","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sistema","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapaPresentacion","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapaServicio","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapaNegocio","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapaEntidad","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vista","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProyectoWeb","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProyectoNegocio","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VistaEntidad","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relacion","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ETipoVista","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entidad","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atributo","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validacion","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ETipoRelacion","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ETipoMultiplicidad","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoDato","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoValidacionA","instanceClass":null,"id":19,"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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","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":"dominio","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proyecto_negocio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proyecto_web","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entidades","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vistas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entidad","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"capa_presentacion","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"nombre","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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"capas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"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":"nombre","changeable":true,"lowerBound":0,"iD":false,"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":"destino","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicidadOrigen","changeable":true,"lowerBound":0,"iD":false,"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":"multiplicidadDestino","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"name":"LISTA","id":66,"value":0,"literal":"LISTA","eClass":"EEnumLiteral"},{"name":"DETALLE","id":67,"value":1,"literal":"DETALLE","eClass":"EEnumLiteral"},{"name":"AGREGAR","id":68,"value":2,"literal":"AGREGAR","eClass":"EEnumLiteral"},{"name":"MODIFICAR","id":69,"value":3,"literal":"MODIFICAR","eClass":"EEnumLiteral"},{"name":"ELIMINAR","id":70,"value":4,"literal":"ELIMINAR","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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":71,"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":"atributos","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"relaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoDato","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","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":"valor","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoValidacion","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"HERENCIA","id":89,"value":0,"literal":"HERENCIA","eClass":"EEnumLiteral"},{"name":"AGREGACION","id":90,"value":1,"literal":"AGREGACION","eClass":"EEnumLiteral"},{"name":"COMPOSICION","id":91,"value":2,"literal":"COMPOSICION","eClass":"EEnumLiteral"},{"name":"CERO","id":92,"value":0,"literal":"CERO","eClass":"EEnumLiteral"},{"name":"UNO","id":93,"value":1,"literal":"UNO","eClass":"EEnumLiteral"},{"name":"MUCHOS","id":94,"value":-1,"literal":"MUCHOS","eClass":"EEnumLiteral"},{"name":"CadenaTexto","id":95,"value":0,"literal":"CadenaTexto","eClass":"EEnumLiteral"},{"name":"Numerico","id":96,"value":0,"literal":"Numerico","eClass":"EEnumLiteral"},{"name":"Entero","id":97,"value":0,"literal":"Entero","eClass":"EEnumLiteral"},{"name":"Fecha","id":98,"value":0,"literal":"Fecha","eClass":"EEnumLiteral"},{"name":"FechaHora","id":99,"value":0,"literal":"FechaHora","eClass":"EEnumLiteral"},{"name":"Booleano","id":100,"value":0,"literal":"Booleano","eClass":"EEnumLiteral"},{"name":"IGUAL","id":101,"value":0,"literal":"IGUAL","eClass":"EEnumLiteral"},{"name":"OBLIGATORIO","id":102,"value":0,"literal":"OBLIGATORIO","eClass":"EEnumLiteral"},{"name":"MAYORIGUAL","id":103,"value":0,"literal":"MAYORIGUAL","eClass":"EEnumLiteral"},{"name":"MENORIGUAL","id":104,"value":0,"literal":"MENORIGUAL","eClass":"EEnumLiteral"},{"name":"PATRON","id":105,"value":0,"literal":"PATRON","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":20,"target":22},{"source":20,"target":1},{"source":21,"target":13},{"source":21,"target":23},{"source":21,"target":1},{"source":23,"target":13},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":24,"target":29},{"source":24,"target":2},{"source":25,"target":30},{"source":25,"target":2},{"source":26,"target":9},{"source":26,"target":31},{"source":26,"target":2},{"source":31,"target":9},{"source":27,"target":8},{"source":27,"target":32},{"source":27,"target":2},{"source":32,"target":8},{"source":28,"target":13},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":13},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":34},{"source":3,"target":35},{"source":34,"target":7},{"source":34,"target":36},{"source":34,"target":3},{"source":36,"target":7},{"source":35,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":37},{"source":37,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":38},{"source":38,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":39},{"source":39,"target":1},{"source":7,"target":0},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":40,"target":43},{"source":40,"target":7},{"source":41,"target":12},{"source":41,"target":44},{"source":41,"target":7},{"source":44,"target":12},{"source":42,"target":13},{"source":42,"target":45},{"source":42,"target":7},{"source":45,"target":13},{"source":8,"target":0},{"source":8,"target":46},{"source":8,"target":47},{"source":46,"target":3},{"source":46,"target":48},{"source":46,"target":8},{"source":48,"target":3},{"source":47,"target":49},{"source":47,"target":8},{"source":9,"target":0},{"source":9,"target":50},{"source":9,"target":51},{"source":50,"target":52},{"source":50,"target":9},{"source":51,"target":1},{"source":51,"target":53},{"source":51,"target":9},{"source":53,"target":1},{"source":10,"target":0},{"source":10,"target":54},{"source":54,"target":12},{"source":54,"target":55},{"source":54,"target":10},{"source":55,"target":12},{"source":11,"target":0},{"source":11,"target":56},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":59},{"source":11,"target":60},{"source":56,"target":61},{"source":56,"target":11},{"source":57,"target":13},{"source":57,"target":62},{"source":57,"target":11},{"source":62,"target":13},{"source":58,"target":17},{"source":58,"target":63},{"source":58,"target":11},{"source":63,"target":17},{"source":59,"target":17},{"source":59,"target":64},{"source":59,"target":11},{"source":64,"target":17},{"source":60,"target":16},{"source":60,"target":65},{"source":60,"target":11},{"source":65,"target":16},{"source":12,"target":0},{"source":12,"target":66},{"source":12,"target":67},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":66,"target":12},{"source":67,"target":12},{"source":68,"target":12},{"source":69,"target":12},{"source":70,"target":12},{"source":13,"target":0},{"source":13,"target":71},{"source":13,"target":72},{"source":13,"target":73},{"source":71,"target":74},{"source":71,"target":13},{"source":72,"target":14},{"source":72,"target":75},{"source":72,"target":13},{"source":75,"target":14},{"source":73,"target":11},{"source":73,"target":76},{"source":73,"target":13},{"source":76,"target":11},{"source":14,"target":0},{"source":14,"target":77},{"source":14,"target":78},{"source":14,"target":79},{"source":77,"target":80},{"source":77,"target":14},{"source":78,"target":15},{"source":78,"target":81},{"source":78,"target":14},{"source":81,"target":15},{"source":79,"target":18},{"source":79,"target":82},{"source":79,"target":14},{"source":82,"target":18},{"source":15,"target":0},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":83,"target":86},{"source":83,"target":15},{"source":84,"target":87},{"source":84,"target":15},{"source":85,"target":19},{"source":85,"target":88},{"source":85,"target":15},{"source":88,"target":19},{"source":16,"target":0},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":91},{"source":89,"target":16},{"source":90,"target":16},{"source":91,"target":16},{"source":17,"target":0},{"source":17,"target":92},{"source":17,"target":93},{"source":17,"target":94},{"source":92,"target":17},{"source":93,"target":17},{"source":94,"target":17},{"source":18,"target":0},{"source":18,"target":95},{"source":18,"target":96},{"source":18,"target":97},{"source":18,"target":98},{"source":18,"target":99},{"source":18,"target":100},{"source":95,"target":18},{"source":96,"target":18},{"source":97,"target":18},{"source":98,"target":18},{"source":99,"target":18},{"source":100,"target":18},{"source":19,"target":0},{"source":19,"target":101},{"source":19,"target":102},{"source":19,"target":103},{"source":19,"target":104},{"source":19,"target":105},{"source":101,"target":19},{"source":102,"target":19},{"source":103,"target":19},{"source":104,"target":19},{"source":105,"target":19}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="aadlba" nsURI="https://github.com/osate/osate2-ba.git/aadlba"
nsPrefix="aadlba">
<eClassifiers xsi:type="ecore:EClass" name="ActualPortHolder" abstract="true" eSuperTypes="#//PortHolder">
<eOperations name="setPort" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = port ;"/>
</eAnnotations>
<eParameters name="port" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//Port"/>
</eOperations>
<eOperations name="getPort" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//Port">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (Port) element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssignmentAction" eSuperTypes="#//BasicAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Target" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpression" lowerBound="1"
eType="#//ValueExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Any" eSuperTypes="#//ValueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="BasicAction" abstract="true" interface="true"
eSuperTypes="#//BehaviorAction"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorAction" abstract="true" interface="true"
eSuperTypes="#//BehaviorActions"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorActionBlock" eSuperTypes="#//BehaviorAction #//BehaviorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1"
eType="#//BehaviorActions" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="timeout" eType="#//BehaviorTime"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorActionCollection" abstract="true"
interface="true" eSuperTypes="#//BehaviorActions">
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" lowerBound="2"
upperBound="-1" eType="#//BehaviorAction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorActions" abstract="true" interface="true"
eSuperTypes="#//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorActionSequence" eSuperTypes="#//BehaviorActionCollection"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorActionSet" eSuperTypes="#//BehaviorActionCollection"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorAnnex" eSuperTypes="./aadl2.ecore#//AnnexSubclause #//BehaviorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//BehaviorVariable" unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//BehaviorState" unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//BehaviorTransition" unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//BehaviorActionBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1"
eType="#//BehaviorCondition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorBooleanLiteral" eSuperTypes="./aadl2.ecore#//BooleanLiteral #//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorCondition" abstract="true" interface="true"
eSuperTypes="#//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorElement" abstract="true" eSuperTypes="./aadl2.ecore#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element is a constituent of a model.
An element is a constituent of a model. As such, it has the capability of owning other elements."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorEnumerationLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumLiteral" unique="false"
lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//StringLiteral"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="component" unique="false"
lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//ComponentClassifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BehaviorFeatureType">
<eLiterals name="NONE" literal="unknown behavior annex feature"/>
<eLiterals name="BEHAVIOR_VARIABLE" value="1" literal="behavior variable"/>
<eLiterals name="ITERATIVE_VARIABLE" value="2" literal="iterative variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorIntegerLiteral" eSuperTypes="./aadl2.ecore#//IntegerLiteral #//NumericLiteral"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorNamedElement" abstract="true"
eSuperTypes="./aadl2.ecore#//NamedElement #//BehaviorElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A named element is an element in a model that may have a name."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorProperty" abstract="true" eSuperTypes="#//ValueConstant #//IntegerValueConstant">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertySet" unique="false"
eType="ecore:EClass ./aadl2.ecore#//PropertySet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorPropertyConstant" eSuperTypes="#//BehaviorProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" unique="false"
lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//PropertyConstant"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorPropertyValue" eSuperTypes="#//BehaviorProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" unique="false"
lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorRealLiteral" eSuperTypes="./aadl2.ecore#//RealLiteral #//NumericLiteral"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorState" eSuperTypes="#//BehaviorNamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initial" lowerBound="1"
eType="#//Boolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="complete" lowerBound="1"
eType="#//Boolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" lowerBound="1" eType="#//Boolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindedMode" unique="false"
eType="ecore:EClass ./aadl2.ecore#//Mode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorStringLiteral" eSuperTypes="./aadl2.ecore#//StringLiteral #//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorTime" eSuperTypes="#//BehaviorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="integerValue" lowerBound="1"
eType="#//IntegerValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" unique="false" eType="ecore:EClass ./aadl2.ecore#//UnitLiteral"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorTransition" eSuperTypes="#//BehaviorNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceState" unique="false"
eType="#//BehaviorState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" unique="false"
eType="#//BehaviorCondition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destinationState" unique="false"
eType="#//BehaviorState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" unique="false"
eType="#//BehaviorActionBlock"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" unique="false"
eType="ecore:EDataType ./aadl2.ecore#//Integer"
defaultValueLiteral="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorVariable" eSuperTypes="#//BehaviorNamedElement ./aadl2.ecore#//ArrayableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataClassifier" unique="false"
lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//DataClassifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorVariableHolder" eSuperTypes="#//DataHolder #//IndexableElement #//Target #//ElementValues">
<eOperations name="setVariable" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = variable ;"/>
</eAnnotations>
<eParameters name="variable" lowerBound="1" eType="#//BehaviorVariable"/>
</eOperations>
<eOperations name="getBehaviorVariable" lowerBound="1" eType="#//BehaviorVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (BehaviorVariable) element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BinaryAddingOperator">
<eLiterals name="None" literal=""/>
<eLiterals name="Plus" value="1" literal="+"/>
<eLiterals name="Minus" value="2" literal="-"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BinaryNumericOperator">
<eLiterals name="None" literal=""/>
<eLiterals name="MultiplyMultiply" value="1" literal="**"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean">
<eAnnotations source="http://www.topcased.org/documentation">
<details key="documentation" value="A Boolean type is used for logical expression, consisting of the predefined values true and false."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledSubprogramHolder" eSuperTypes="#//ElementHolder #//IndexableElement #//GroupableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationAction" abstract="true"
interface="true" eSuperTypes="#//BasicAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CompletionRelativeTimeout" eSuperTypes="#//BehaviorTime #//DispatchRelativeTimeout"/>
<eClassifiers xsi:type="ecore:EClass" name="CondStatement" abstract="true" interface="true"
eSuperTypes="#//BehaviorAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="behaviorActions" lowerBound="1"
eType="#//BehaviorActions" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataAccessHolder" eSuperTypes="#//DataHolder #//GroupableElement #//IndexableElement #//Target #//ElementValues">
<eOperations name="setDataAccess" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = dataAccess ;"/>
</eAnnotations>
<eParameters name="dataAccess" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//DataAccess"/>
</eOperations>
<eOperations name="getDataAccess" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//DataAccess">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (DataAccess) element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataAccessPrototypeHolder" eSuperTypes="#//DataHolder #//PrototypeHolder #//IndexableElement #//Target #//ElementValues #//GroupableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataComponentReference" eSuperTypes="#//ElementValues #//Target #//ValueVariable #//IntegerValueVariable">
<eStructuralFeatures xsi:type="ecore:EReference" name="data" lowerBound="2" upperBound="-1"
eType="#//DataHolder" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataHolder" abstract="true" eSuperTypes="#//ElementHolder #//IntegerValueVariable #//ValueVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="DataPortHolder" eSuperTypes="#//ActualPortHolder #//Target">
<eOperations name="setDataPort" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = dataPort ;"/>
</eAnnotations>
<eParameters name="dataPort" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//DataPort"/>
</eOperations>
<eOperations name="getDataPort" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//DataPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (DataPort) element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DataRepresentation">
<eLiterals name="Unknown" literal="unknown"/>
<eLiterals name="Array" value="1" literal="array"/>
<eLiterals name="Boolean" value="2" literal="standard boolean"/>
<eLiterals name="Character" value="3" literal="standard character"/>
<eLiterals name="Enum" value="4" literal="enumeration"/>
<eLiterals name="Fixed" value="5" literal="fixed point real"/>
<eLiterals name="Float" value="6" literal="universal real"/>
<eLiterals name="Integer" value="7" literal="universal integer"/>
<eLiterals name="String" value="8" literal="standard string"/>
<eLiterals name="Struct" value="9" literal="structure"/>
<eLiterals name="Union" value="10" literal="union"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataSubcomponentHolder" eSuperTypes="#//DataHolder #//GroupableElement #//IndexableElement #//Target #//ElementValues">
<eOperations name="setDataSubcomponent" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = dataSubcomponent ;"/>
</eAnnotations>
<eParameters name="dataSubcomponent" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//DataSubcomponent"/>
</eOperations>
<eOperations name="getDataSubcomponent" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//DataSubcomponent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (DataSubcomponent) element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DispatchCondition" eSuperTypes="#//BehaviorCondition">
<eStructuralFeatures xsi:type="ecore:EReference" name="dispatchTriggerCondition"
eType="#//DispatchTriggerCondition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="frozenPorts" upperBound="-1"
eType="#//ActualPortHolder" unsettable="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DispatchConjunction" eSuperTypes="#//BehaviorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="dispatchTriggers" lowerBound="1"
upperBound="-1" eType="#//DispatchTrigger" unsettable="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DispatchRelativeTimeout" eSuperTypes="#//DispatchTriggerCondition"/>
<eClassifiers xsi:type="ecore:EClass" name="DispatchTrigger" abstract="true" interface="true"
eSuperTypes="#//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DispatchTriggerCondition" abstract="true"
interface="true" eSuperTypes="#//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DispatchTriggerConditionStop" eSuperTypes="#//DispatchTriggerCondition"/>
<eClassifiers xsi:type="ecore:EClass" name="DispatchTriggerLogicalExpression" eSuperTypes="#//DispatchTriggerCondition">
<eStructuralFeatures xsi:type="ecore:EReference" name="dispatchConjunctions" lowerBound="1"
upperBound="-1" eType="#//DispatchConjunction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementHolder" abstract="true" interface="true"
eSuperTypes="#//BehaviorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" unique="false"
eType="ecore:EClass ./aadl2.ecore#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementValues" abstract="true" interface="true"
eSuperTypes="#//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ElseStatement" eSuperTypes="#//CondStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="EventDataPortHolder" eSuperTypes="#//ActualPortHolder #//ElementValues #//DispatchTrigger #//Target">
<eOperations name="setEventDataPort" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = eventDataPort ;"/>
</eAnnotations>
<eParameters name="eventDataPort" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//EventDataPort"/>
</eOperations>
<eOperations name="geteventDataPort" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//EventDataPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (EventDataPort) element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventPortHolder" eSuperTypes="#//ActualPortHolder #//DispatchTrigger #//Target">
<eOperations name="setEventPort" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = eventPort ;"/>
</eAnnotations>
<eParameters name="eventPort" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//EventPort"/>
</eOperations>
<eOperations name="getEventPort" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//EventPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (EventPort) element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecuteCondition" abstract="true" interface="true"
eSuperTypes="#//BehaviorCondition"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionTimeoutCatch" eSuperTypes="#//ExecuteCondition"/>
<eClassifiers xsi:type="ecore:EClass" name="Factor" eSuperTypes="#//BehaviorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstValue" lowerBound="1"
eType="#//Value" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="secondValue" eType="#//Value"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="binaryNumericOperator"
unique="false" eType="#//BinaryNumericOperator" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unaryNumericOperator" unique="false"
eType="#//UnaryNumericOperator" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unaryBooleanOperator" unique="false"
eType="#//UnaryBooleanOperator" unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeaturePrototypeHolder" eSuperTypes="#//DataHolder #//PrototypeHolder #//IndexableElement #//Target #//ElementValues #//GroupableElement"/>
<eClassifiers xsi:type="ecore:EEnum" name="FeatureType">
<eLiterals name="NONE" literal="unknown aadl classifier"/>
<eLiterals name="IN_DATA_PORT" value="1" literal="in data port"/>
<eLiterals name="OUT_DATA_PORT" value="2" literal="out data port"/>
<eLiterals name="IN_OUT_DATA_PORT" value="3" literal="inout data port"/>
<eLiterals name="IN_EVENT_PORT" value="4" literal="in event port"/>
<eLiterals name="OUT_EVENT_PORT" value="5" literal="out event port"/>
<eLiterals name="IN_OUT_EVENT_PORT" value="6" literal="inout event port"/>
<eLiterals name="IN_EVENT_DATA_PORT" value="7" literal="in event data port"/>
<eLiterals name="OUT_EVENT_DATA_PORT" value="8" literal="out event data port"/>
<eLiterals name="IN_OUT_EVENT_DATA_PORT" value="9" literal="inout event data port"/>
<eLiterals name="PROVIDES_SUBPROGRAM_ACCESS" value="10" literal="provides subprogram access"/>
<eLiterals name="REQUIRES_SUBPROGRAM_ACCESS" value="11" literal="requires subprogram access"/>
<eLiterals name="PROVIDES_SUBPROGRAM_GROUP_ACCESS" value="12" literal="provides subprogram group access"/>
<eLiterals name="REQUIRES_SUBPROGRAM_GROUP_ACCESS" value="13" literal="requires subprogram group access"/>
<eLiterals name="SUBPROGRAM_SUBCOMPONENT" value="14" literal="subprogram subcomponent"/>
<eLiterals name="SUBPROGRAM_CLASSIFIER" value="15" literal="subprogram classifier"/>
<eLiterals name="SUBPROGRAM_PROTOTYPE" value="16" literal="subprogram prototype"/>
<eLiterals name="COMPONENT_PROTOTYPE" value="17" literal="component prototype"/>
<eLiterals name="COMPONENT_PROTOTYPE_BINDING" value="18" literal="component prototype binding"/>
<eLiterals name="FEATURE_PROTOTYPE" value="19" literal="feature prototype"/>
<eLiterals name="FEATURE_PROTOTYPE_BINDING" value="20" literal="feature prototype binding"/>
<eLiterals name="FEATURE_GROUP_PROTOTYPE" value="21" literal="feature group prototytpe"/>
<eLiterals name="FEATURE_GROUP_PROTOTYPE_BINDING" value="22" literal="feature group prototype binding"/>
<eLiterals name="PROVIDES_DATA_ACCESS" value="23" literal="provides data access"/>
<eLiterals name="REQUIRES_DATA_ACCESS" value="24" literal="requires data access"/>
<eLiterals name="DATA_SUBCOMPONENT" value="25" literal="data subcomponent"/>
<eLiterals name="DATA_CLASSIFIER" value="26" literal="data classifier"/>
<eLiterals name="IN_PARAMETER" value="27" literal="in parameter"/>
<eLiterals name="OUT_PARAMETER" value="28" literal="out parameter"/>
<eLiterals name="IN_OUT_PARAMETER" value="29" literal="in out parameter"/>
<eLiterals name="PROPERTY_CONSTANT" value="30" literal="property constant"/>
<eLiterals name="PROPERTY_VALUE" value="31" literal="property value"/>
<eLiterals name="PROVIDES_BUS_ACCESS" value="32" literal="provides bus access"/>
<eLiterals name="REQUIRES_BUS_ACCESS" value="33" literal="requires bus access"/>
<eLiterals name="FEATURE_GROUP" value="34" literal="feature group"/>
<eLiterals name="CLASSIFIER_VALUE" value="35" literal="classifier value"/>
<eLiterals name="ABSTRACT_FEATURE" value="36" literal="abstract feature"/>
<eLiterals name="IN_FEATURE_PROTOTYPE" value="37" literal="in feature prototype"/>
<eLiterals name="OUT_FEATURE_PROTOTYPE" value="38" literal="out feature prototype"/>
<eLiterals name="IN_OUT_FEATURE_PROTOTYPE" value="39" literal="in out feature prototype"/>
<eLiterals name="THREAD_GROUP" value="40" literal="thread group"/>
<eLiterals name="SUBPROGRAM_GROUP" value="41" literal="subprogram group"/>
<eLiterals name="SUBPROGRAM_GROUP_PROTOTYPE" value="42" literal="subprogram group prototype"/>
<eLiterals name="THREAD_PROTOTYPE" value="43" literal="thread prototype"/>
<eLiterals name="THREAD_GROUP_PROTOTYPE" value="44" literal="thread group prototype"/>
<eLiterals name="IN_DATA_PORT_PROTOTYPE" value="45" literal="in data port prototype"/>
<eLiterals name="OUT_DATA_PORT_PROTOTYPE" value="46" literal="out data port prototype"/>
<eLiterals name="IN_OUT_DATA_PORT_PROTOTYPE" value="47" literal="inout data port prototype"/>
<eLiterals name="IN_EVENT_PORT_PROTOTYPE" value="48" literal="in event port prototype"/>
<eLiterals name="OUT_EVENT_PORT_PROTOTYPE" value="49" literal="out event port prototype"/>
<eLiterals name="IN_OUT_EVENT_PORT_PROTOTYPE" value="50" literal="inout event port prototype"/>
<eLiterals name="IN_EVENT_DATA_PORT_PROTOTYPE" value="51" literal="in event data port prototype"/>
<eLiterals name="OUT_EVENT_DATA_PORT_PROTOTYPE" value="52" literal="out event data port prototype"/>
<eLiterals name="IN_OUT_EVENT_DATA_PORT_PROTOTYPE" value="53" literal="inout event data port prototype"/>
<eLiterals name="PROVIDES_SUBPROGRAM_ACCESS_PROTOTYPE" value="54" literal="provides subprogram access prototype"/>
<eLiterals name="REQUIRES_SUBPROGRAM_ACCESS_PROTOTYPE" value="55" literal="requires subprogram access prototype"/>
<eLiterals name="PROVIDES_SUBPROGRAM_GROUP_ACCESS_PROTOTYPE" value="56" literal="provides subprogram group access prototype"/>
<eLiterals name="REQUIRES_SUBPROGRAM_GROUP_ACCESS_PROTOTYPE" value="57" literal="requires subprogram group access prototype"/>
<eLiterals name="PROVIDES_DATA_ACCESS_PROTOTYPE" value="58" literal="provides data access prototype"/>
<eLiterals name="REQUIRES_DATA_ACCESS_PROTOTYPE" value="59" literal="requires data access prototype"/>
<eLiterals name="PROVIDES_BUS_ACCESS_PROTOTYPE" value="60" literal="provides bus access prototype"/>
<eLiterals name="REQUIRES_BUS_ACCESS_PROTOTYPE" value="61" literal="requires bus access prototype"/>
<eLiterals name="SYSTEM_SUBCOMPONENT" value="62" literal="system subcomponent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForOrForAllStatement" eSuperTypes="#//LoopStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iteratedValues" lowerBound="1"
eType="#//ElementValues" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forAll" eType="#//Boolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterativeVariable" lowerBound="1"
eType="#//IterativeVariable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupableElement" abstract="true" interface="true"
eSuperTypes="#//BehaviorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="groupHolders" upperBound="-1"
eType="#//GroupHolder" unsettable="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupHolder" eSuperTypes="#//ElementHolder #//IndexableElement">
<eOperations name="setGroup" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = group ;"/>
</eAnnotations>
<eParameters name="group" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//NamedElement"/>
</eOperations>
<eOperations name="getGroup" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupPrototypeHolder" eSuperTypes="#//GroupHolder #//PrototypeHolder"/>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//CondStatement #//ElseStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="logicalValueExpression"
lowerBound="1" eType="#//ValueExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elif" eType="#//Boolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//ElseStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexableElement" abstract="true" interface="true"
eSuperTypes="#//BehaviorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayIndexes" upperBound="-1"
eType="#//IntegerValue" unsettable="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int">
<eAnnotations source="http://www.topcased.org/documentation">
<details key="documentation" value="An integer is a primitive type representing integer values."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerRange" eSuperTypes="#//ElementValues">
<eStructuralFeatures xsi:type="ecore:EReference" name="lowerIntegerValue" lowerBound="1"
eType="#//IntegerValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="upperIntegerValue" lowerBound="1"
eType="#//IntegerValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValue" abstract="true" interface="true"
eSuperTypes="#//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValueConstant" abstract="true"
interface="true" eSuperTypes="#//IntegerValue #//ValueConstant"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValueVariable" abstract="true"
interface="true" eSuperTypes="#//IntegerValue #//ValueVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="IterativeVariable" eSuperTypes="#//BehaviorNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataClassifier" unique="false"
eType="ecore:EClass ./aadl2.ecore#//DataClassifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterativeVariableHolder" eSuperTypes="#//DataHolder">
<eOperations name="setIterativeVariable" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = itV ;"/>
</eAnnotations>
<eParameters name="itV" lowerBound="1" eType="#//IterativeVariable"/>
</eOperations>
<eOperations name="getIterativeVariable" lowerBound="1" eType="#//IterativeVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (IterativeVariable) element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" interface="true"
eSuperTypes="#//ValueConstant #//IntegerValueConstant"/>
<eClassifiers xsi:type="ecore:EClass" name="LockAction" eSuperTypes="#//SharedDataAction">
<eAnnotations source="Documentation">
<details key="documentation" value="A null data name means that all shared data are locked while in the critical section"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LogicalOperator">
<eLiterals name="None" literal=""/>
<eLiterals name="And" value="1" literal="and"/>
<eLiterals name="Or" value="2" literal="or"/>
<eLiterals name="Xor" value="3" literal="xor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopStatement" abstract="true" eSuperTypes="#//CondStatement"/>
<eClassifiers xsi:type="ecore:EEnum" name="MultiplyingOperator">
<eLiterals name="None" literal=""/>
<eLiterals name="Multiply" value="1" literal="*"/>
<eLiterals name="Divide" value="2" literal="/"/>
<eLiterals name="Mod" value="3" literal="mod"/>
<eLiterals name="Rem" value="4" literal="rem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericLiteral" abstract="true" interface="true"
eSuperTypes="./aadl2.ecore#//NumberValue #//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="Otherwise" eSuperTypes="#//ExecuteCondition"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterHolder" eSuperTypes="#//DataHolder #//GroupableElement #//IndexableElement #//Target #//ElementValues">
<eOperations name="setParameter" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = parameter ;"/>
</eAnnotations>
<eParameters name="parameter" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//Parameter"/>
</eOperations>
<eOperations name="getParameter" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//Parameter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (Parameter) element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterLabel" abstract="true" interface="true"
eSuperTypes="#//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PortCountValue" eSuperTypes="#//ActualPortHolder"/>
<eClassifiers xsi:type="ecore:EClass" name="PortDequeueAction" eSuperTypes="#//CommunicationAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="#//ActualPortHolder"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Target"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortDequeueValue" eSuperTypes="#//ActualPortHolder"/>
<eClassifiers xsi:type="ecore:EClass" name="PortFreezeAction" eSuperTypes="#//ActualPortHolder #//CommunicationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="PortFreshValue" eSuperTypes="#//ActualPortHolder"/>
<eClassifiers xsi:type="ecore:EClass" name="PortHolder" abstract="true" eSuperTypes="#//IndexableElement #//ElementHolder #//GroupableElement #//ValueVariable #//IntegerValueVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="PortPrototypeHolder" eSuperTypes="#//PortHolder #//PrototypeHolder #//Target"/>
<eClassifiers xsi:type="ecore:EClass" name="PortSendAction" eSuperTypes="#//CommunicationAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="#//ActualPortHolder"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpression" eType="#//ValueExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrototypeHolder" abstract="true" interface="true"
eSuperTypes="#//BehaviorElement">
<eOperations name="setPrototype" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = prototype ;"/>
</eAnnotations>
<eParameters name="prototype" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//Prototype"/>
</eOperations>
<eOperations name="getPrototype" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//Prototype">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (Prototype) element;"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="prototypeBinding" unique="false"
eType="ecore:EClass ./aadl2.ecore#//PrototypeBinding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double">
<eAnnotations source="http://www.topcased.org/documentation">
<details key="documentation" value="A real is a primitive type representing real numeric values."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relation" eSuperTypes="#//BehaviorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstExpression" lowerBound="1"
eType="#//SimpleExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="secondExpression" eType="#//SimpleExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relationalOperator" unique="false"
eType="#//RelationalOperator" unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RelationalOperator">
<eLiterals name="None" literal=""/>
<eLiterals name="Equal" value="1" literal="="/>
<eLiterals name="NotEqual" value="2" literal="!="/>
<eLiterals name="LessThan" value="3" literal="<"/>
<eLiterals name="LessOrEqualThan" value="4" literal="<="/>
<eLiterals name="GreaterThan" value="5" literal=">"/>
<eLiterals name="GreaterOrEqualThan" value="6" literal=">="/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SharedDataAction" abstract="true" eSuperTypes="#//CommunicationAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataAccess" eType="#//DataAccessHolder"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleExpression" eSuperTypes="#//BehaviorElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unaryAddingOperator" eType="#//UnaryAddingOperator"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="terms" lowerBound="1" upperBound="-1"
eType="#//Term" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="binaryAddingOperators"
unique="false" upperBound="-1" eType="#//BinaryAddingOperator" unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String">
<eAnnotations source="http://www.topcased.org/documentation">
<details key="documentation" value="A string is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructUnionElement" eSuperTypes="#//BehaviorNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataClassifier" unique="false"
lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//DataClassifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructUnionElementHolder" eSuperTypes="#//DataHolder #//IndexableElement #//Target #//ElementValues">
<eOperations name="setStructUnionElement" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = structUnionElement ;"/>
</eAnnotations>
<eParameters name="structUnionElement" lowerBound="1" eType="#//StructUnionElement"/>
</eOperations>
<eOperations name="getStructUnionElement" lowerBound="1" eType="#//StructUnionElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (StructUnionElement) element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramAccessHolder" eSuperTypes="#//DispatchTriggerCondition #//CalledSubprogramHolder">
<eOperations name="setSubprogramAccess" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = subprogramAccess ;"/>
</eAnnotations>
<eParameters name="subprogramAccess" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//SubprogramAccess"/>
</eOperations>
<eOperations name="getSubprogramAccess" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//SubprogramAccess">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (SubprogramAccess) element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramCallAction" eSuperTypes="#//CommunicationAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="subprogram" lowerBound="1"
eType="#//CalledSubprogramHolder" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterLabels" upperBound="-1"
eType="#//ParameterLabel" unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataAccess" eType="#//DataAccessHolder"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramHolder" eSuperTypes="#//CalledSubprogramHolder">
<eOperations name="setSubprogram" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="element = subprogram ;"/>
</eAnnotations>
<eParameters name="subprogram" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//Subprogram"/>
</eOperations>
<eOperations name="getSubprogram" lowerBound="1" eType="ecore:EClass ./aadl2.ecore#//Subprogram">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return (Subprogram) element;"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubprogramPrototypeHolder" eSuperTypes="#//CalledSubprogramHolder #//PrototypeHolder #//GroupableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Target" eSuperTypes="#//ParameterLabel #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Term" eSuperTypes="#//BehaviorElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="factors" lowerBound="1"
upperBound="-1" eType="#//Factor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplyingOperators" unique="false"
upperBound="-1" eType="#//MultiplyingOperator" unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimedAction" eSuperTypes="#//BasicAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="lowerTime" lowerBound="1"
eType="#//BehaviorTime" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="upperTime" eType="#//BehaviorTime"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UnaryAddingOperator">
<eLiterals name="None" literal=""/>
<eLiterals name="Plus" value="1" literal="+"/>
<eLiterals name="Minus" value="2" literal="-"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UnaryBooleanOperator">
<eLiterals name="None" literal=""/>
<eLiterals name="Not" value="1" literal="!"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UnaryNumericOperator">
<eLiterals name="None" literal=""/>
<eLiterals name="Abs" value="1" literal="abs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnlockAction" eSuperTypes="#//SharedDataAction">
<eAnnotations source="documentation">
<details key="documentation" value="A null data name means that all shared data are unlocked at the end of the critical section"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true" interface="true"
eSuperTypes="#//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueConstant" abstract="true" interface="true"
eSuperTypes="#//Value"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueExpression" eSuperTypes="#//Value #//ParameterLabel #//ExecuteCondition">
<eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1"
eType="#//Relation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="logicalOperators" unique="false"
upperBound="-1" eType="#//LogicalOperator" unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueVariable" abstract="true" interface="true"
eSuperTypes="#//Value"/>
<eClassifiers xsi:type="ecore:EClass" name="WhileOrDoUntilStatement" eSuperTypes="#//LoopStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="logicalValueExpression"
lowerBound="1" eType="#//ValueExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="doUntil" eType="#//Boolean"
defaultValueLiteral="false"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/megamart2/tool-collaboro/examples/fr.inria.atlanmod.collaboro.examples.aadl/model/aadlba.ecore | ecore | aadlba
ActualPortHolder
setPort
port
getPort
AssignmentAction
target
valueExpression
Any
BasicAction
BehaviorAction
BehaviorActionBlock
content
timeout
BehaviorActionCollection
actions
BehaviorActions
BehaviorActionSequence
BehaviorActionSet
BehaviorAnnex
variables
states
transitions
actions
conditions
BehaviorBooleanLiteral
BehaviorCondition
BehaviorElement
BehaviorEnumerationLiteral
enumLiteral
component
BehaviorFeatureType
NONE
unknown behavior annex feature
BEHAVIOR_VARIABLE
behavior variable
ITERATIVE_VARIABLE
iterative variable
BehaviorIntegerLiteral
BehaviorNamedElement
BehaviorProperty
propertySet
BehaviorPropertyConstant
property
BehaviorPropertyValue
property
BehaviorRealLiteral
BehaviorState
initial
false
complete
false
final
false
bindedMode
BehaviorStringLiteral
BehaviorTime
integerValue
unit
BehaviorTransition
sourceState
condition
destinationState
actionBlock
priority
-1
BehaviorVariable
dataClassifier
BehaviorVariableHolder
setVariable
variable
getBehaviorVariable
BinaryAddingOperator
None
Plus
+
Minus
-
BinaryNumericOperator
None
MultiplyMultiply
**
Boolean
boolean
boolean
CalledSubprogramHolder
CommunicationAction
CompletionRelativeTimeout
CondStatement
behaviorActions
DataAccessHolder
setDataAccess
dataAccess
getDataAccess
DataAccessPrototypeHolder
DataComponentReference
data
DataHolder
DataPortHolder
setDataPort
dataPort
getDataPort
DataRepresentation
Unknown
unknown
Array
array
Boolean
standard boolean
Character
standard character
Enum
enumeration
Fixed
fixed point real
Float
universal real
Integer
universal integer
String
standard string
Struct
structure
Union
union
DataSubcomponentHolder
setDataSubcomponent
dataSubcomponent
getDataSubcomponent
DispatchCondition
dispatchTriggerCondition
frozenPorts
DispatchConjunction
dispatchTriggers
DispatchRelativeTimeout
DispatchTrigger
DispatchTriggerCondition
DispatchTriggerConditionStop
DispatchTriggerLogicalExpression
dispatchConjunctions
ElementHolder
element
ElementValues
ElseStatement
EventDataPortHolder
setEventDataPort
eventDataPort
geteventDataPort
EventPortHolder
setEventPort
eventPort
getEventPort
ExecuteCondition
ExecutionTimeoutCatch
Factor
firstValue
secondValue
binaryNumericOperator
unaryNumericOperator
unaryBooleanOperator
FeaturePrototypeHolder
FeatureType
NONE
unknown aadl classifier
IN_DATA_PORT
in data port
OUT_DATA_PORT
out data port
IN_OUT_DATA_PORT
inout data port
IN_EVENT_PORT
in event port
OUT_EVENT_PORT
out event port
IN_OUT_EVENT_PORT
inout event port
IN_EVENT_DATA_PORT
in event data port
OUT_EVENT_DATA_PORT
out event data port
IN_OUT_EVENT_DATA_PORT
inout event data port
PROVIDES_SUBPROGRAM_ACCESS
provides subprogram access
REQUIRES_SUBPROGRAM_ACCESS
requires subprogram access
PROVIDES_SUBPROGRAM_GROUP_ACCESS
provides subprogram group access
REQUIRES_SUBPROGRAM_GROUP_ACCESS
requires subprogram group access
SUBPROGRAM_SUBCOMPONENT
subprogram subcomponent
SUBPROGRAM_CLASSIFIER
subprogram classifier
SUBPROGRAM_PROTOTYPE
subprogram prototype
COMPONENT_PROTOTYPE
component prototype
COMPONENT_PROTOTYPE_BINDING
component prototype binding
FEATURE_PROTOTYPE
feature prototype
FEATURE_PROTOTYPE_BINDING
feature prototype binding
FEATURE_GROUP_PROTOTYPE
feature group prototytpe
FEATURE_GROUP_PROTOTYPE_BINDING
feature group prototype binding
PROVIDES_DATA_ACCESS
provides data access
REQUIRES_DATA_ACCESS
requires data access
DATA_SUBCOMPONENT
data subcomponent
DATA_CLASSIFIER
data classifier
IN_PARAMETER
in parameter
OUT_PARAMETER
out parameter
IN_OUT_PARAMETER
in out parameter
PROPERTY_CONSTANT
property constant
PROPERTY_VALUE
property value
PROVIDES_BUS_ACCESS
provides bus access
REQUIRES_BUS_ACCESS
requires bus access
FEATURE_GROUP
feature group
CLASSIFIER_VALUE
classifier value
ABSTRACT_FEATURE
abstract feature
IN_FEATURE_PROTOTYPE
in feature prototype
OUT_FEATURE_PROTOTYPE
out feature prototype
IN_OUT_FEATURE_PROTOTYPE
in out feature prototype
THREAD_GROUP
thread group
SUBPROGRAM_GROUP
subprogram group
SUBPROGRAM_GROUP_PROTOTYPE
subprogram group prototype
THREAD_PROTOTYPE
thread prototype
THREAD_GROUP_PROTOTYPE
thread group prototype
IN_DATA_PORT_PROTOTYPE
in data port prototype
OUT_DATA_PORT_PROTOTYPE
out data port prototype
IN_OUT_DATA_PORT_PROTOTYPE
inout data port prototype
IN_EVENT_PORT_PROTOTYPE
in event port prototype
OUT_EVENT_PORT_PROTOTYPE
out event port prototype
IN_OUT_EVENT_PORT_PROTOTYPE
inout event port prototype
IN_EVENT_DATA_PORT_PROTOTYPE
in event data port prototype
OUT_EVENT_DATA_PORT_PROTOTYPE
out event data port prototype
IN_OUT_EVENT_DATA_PORT_PROTOTYPE
inout event data port prototype
PROVIDES_SUBPROGRAM_ACCESS_PROTOTYPE
provides subprogram access prototype
REQUIRES_SUBPROGRAM_ACCESS_PROTOTYPE
requires subprogram access prototype
PROVIDES_SUBPROGRAM_GROUP_ACCESS_PROTOTYPE
provides subprogram group access prototype
REQUIRES_SUBPROGRAM_GROUP_ACCESS_PROTOTYPE
requires subprogram group access prototype
PROVIDES_DATA_ACCESS_PROTOTYPE
provides data access prototype
REQUIRES_DATA_ACCESS_PROTOTYPE
requires data access prototype
PROVIDES_BUS_ACCESS_PROTOTYPE
provides bus access prototype
REQUIRES_BUS_ACCESS_PROTOTYPE
requires bus access prototype
SYSTEM_SUBCOMPONENT
system subcomponent
ForOrForAllStatement
iteratedValues
forAll
false
iterativeVariable
GroupableElement
groupHolders
GroupHolder
setGroup
group
getGroup
GroupPrototypeHolder
IfStatement
logicalValueExpression
elif
false
elseStatement
IndexableElement
arrayIndexes
Integer
int
int
IntegerRange
lowerIntegerValue
upperIntegerValue
IntegerValue
IntegerValueConstant
IntegerValueVariable
IterativeVariable
dataClassifier
IterativeVariableHolder
setIterativeVariable
itV
getIterativeVariable
Literal
LockAction
LogicalOperator
None
And
and
Or
or
Xor
xor
LoopStatement
MultiplyingOperator
None
Multiply
*
Divide
/
Mod
mod
Rem
rem
NumericLiteral
Otherwise
ParameterHolder
setParameter
parameter
getParameter
ParameterLabel
PortCountValue
PortDequeueAction
port
target
PortDequeueValue
PortFreezeAction
PortFreshValue
PortHolder
PortPrototypeHolder
PortSendAction
port
valueExpression
PrototypeHolder
setPrototype
prototype
getPrototype
prototypeBinding
Real
double
double
Relation
firstExpression
secondExpression
relationalOperator
RelationalOperator
None
Equal
=
NotEqual
!=
LessThan
<
LessOrEqualThan
<=
GreaterThan
>
GreaterOrEqualThan
>=
SharedDataAction
dataAccess
SimpleExpression
unaryAddingOperator
terms
binaryAddingOperators
String
java.lang.String
java.lang.String
StructUnionElement
dataClassifier
StructUnionElementHolder
setStructUnionElement
structUnionElement
getStructUnionElement
SubprogramAccessHolder
setSubprogramAccess
subprogramAccess
getSubprogramAccess
SubprogramCallAction
subprogram
parameterLabels
dataAccess
SubprogramHolder
setSubprogram
subprogram
getSubprogram
SubprogramPrototypeHolder
Target
Term
factors
multiplyingOperators
TimedAction
lowerTime
upperTime
UnaryAddingOperator
None
Plus
+
Minus
-
UnaryBooleanOperator
None
Not
!
UnaryNumericOperator
None
Abs
abs
UnlockAction
Value
ValueConstant
ValueExpression
relations
logicalOperators
ValueVariable
WhileOrDoUntilStatement
logicalValueExpression
doUntil
false | null | {"directed":true,"nodes":[{"nsPrefix":"aadlba","nsURI":"https://github.com/osate/osate2-ba.git/aadlba","name":"aadlba","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualPortHolder","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentAction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Any","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicAction","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorAction","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorActionBlock","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorActionCollection","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorActions","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorActionSequence","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorActionSet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorAnnex","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorBooleanLiteral","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorCondition","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorEnumerationLiteral","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BehaviorFeatureType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorIntegerLiteral","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorNamedElement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorProperty","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorPropertyConstant","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorPropertyValue","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorRealLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorState","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorStringLiteral","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorTime","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorTransition","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorVariable","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorVariableHolder","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryAddingOperator","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryNumericOperator","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledSubprogramHolder","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationAction","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompletionRelativeTimeout","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CondStatement","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAccessHolder","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAccessPrototypeHolder","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataComponentReference","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataHolder","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPortHolder","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataRepresentation","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSubcomponentHolder","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchCondition","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchConjunction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchRelativeTimeout","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchTrigger","instanceClass":null,"abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchTriggerCondition","instanceClass":null,"abstract":true,"id":47,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchTriggerConditionStop","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchTriggerLogicalExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementHolder","instanceClass":null,"abstract":true,"id":50,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementValues","instanceClass":null,"abstract":true,"id":51,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseStatement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDataPortHolder","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventPortHolder","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecuteCondition","instanceClass":null,"abstract":true,"id":55,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionTimeoutCatch","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factor","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeHolder","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FeatureType","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForOrForAllStatement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupableElement","instanceClass":null,"abstract":true,"id":61,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupHolder","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupPrototypeHolder","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexableElement","instanceClass":null,"abstract":true,"id":65,"interface":true,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":66,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerRange","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":true,"id":68,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueConstant","instanceClass":null,"abstract":true,"id":69,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueVariable","instanceClass":null,"abstract":true,"id":70,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterativeVariable","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterativeVariableHolder","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":73,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LockAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalOperator","instanceClass":null,"id":75,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MultiplyingOperator","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":true,"id":78,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Otherwise","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterHolder","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterLabel","instanceClass":null,"abstract":true,"id":81,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortCountValue","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortDequeueAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortDequeueValue","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortFreezeAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortFreshValue","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortHolder","instanceClass":null,"abstract":true,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortPrototypeHolder","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortSendAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrototypeHolder","instanceClass":null,"abstract":true,"id":90,"interface":true,"eClass":"EClass"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":91,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationalOperator","instanceClass":null,"id":93,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SharedDataAction","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleExpression","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":96,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructUnionElement","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructUnionElementHolder","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramAccessHolder","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramCallAction","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramHolder","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramPrototypeHolder","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedAction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryAddingOperator","instanceClass":null,"id":106,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryBooleanOperator","instanceClass":null,"id":107,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryNumericOperator","instanceClass":null,"id":108,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlockAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":110,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueConstant","instanceClass":null,"abstract":true,"id":111,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueExpression","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueVariable","instanceClass":null,"abstract":true,"id":113,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileOrDoUntilStatement","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"setPort","lowerBound":1,"id":115,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPort","lowerBound":1,"id":116,"many":false,"required":true,"eClass":"EOperation"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"port","lowerBound":1,"id":118,"many":false,"required":true,"eClass":"EParameter"},{"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":"target","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":"valueExpression","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"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":2,"id":135,"derived":false},{"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":true,"unsettable":true,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"enumLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"name":"NONE","id":162,"value":0,"literal":"unknown behavior annex feature","eClass":"EEnumLiteral"},{"name":"BEHAVIOR_VARIABLE","id":163,"value":1,"literal":"behavior variable","eClass":"EEnumLiteral"},{"name":"ITERATIVE_VARIABLE","id":164,"value":2,"literal":"iterative variable","eClass":"EEnumLiteral"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"propertySet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"lowerBound":1,"iD":false,"id":181,"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":"complete","changeable":true,"lowerBound":1,"iD":false,"id":182,"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":"final","changeable":true,"lowerBound":1,"iD":false,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"bindedMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"sourceState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"destinationState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":false,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"dataClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setVariable","lowerBound":1,"id":212,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBehaviorVariable","lowerBound":1,"id":213,"many":false,"required":true,"eClass":"EOperation"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"variable","lowerBound":1,"id":218,"many":false,"required":true,"eClass":"EParameter"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"name":"None","id":221,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Plus","id":222,"value":1,"literal":"+","eClass":"EEnumLiteral"},{"name":"Minus","id":223,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"None","id":224,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"MultiplyMultiply","id":225,"value":1,"literal":"**","eClass":"EEnumLiteral"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviorActions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDataAccess","lowerBound":1,"id":235,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDataAccess","lowerBound":1,"id":236,"many":false,"required":true,"eClass":"EOperation"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataAccess","lowerBound":1,"id":242,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":2,"id":251,"derived":false},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDataPort","lowerBound":1,"id":260,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDataPort","lowerBound":1,"id":261,"many":false,"required":true,"eClass":"EOperation"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataPort","lowerBound":1,"id":264,"many":false,"required":true,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"name":"Unknown","id":267,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"Array","id":268,"value":1,"literal":"array","eClass":"EEnumLiteral"},{"name":"Boolean","id":269,"value":2,"literal":"standard boolean","eClass":"EEnumLiteral"},{"name":"Character","id":270,"value":3,"literal":"standard character","eClass":"EEnumLiteral"},{"name":"Enum","id":271,"value":4,"literal":"enumeration","eClass":"EEnumLiteral"},{"name":"Fixed","id":272,"value":5,"literal":"fixed point real","eClass":"EEnumLiteral"},{"name":"Float","id":273,"value":6,"literal":"universal real","eClass":"EEnumLiteral"},{"name":"Integer","id":274,"value":7,"literal":"universal integer","eClass":"EEnumLiteral"},{"name":"String","id":275,"value":8,"literal":"standard string","eClass":"EEnumLiteral"},{"name":"Struct","id":276,"value":9,"literal":"structure","eClass":"EEnumLiteral"},{"name":"Union","id":277,"value":10,"literal":"union","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDataSubcomponent","lowerBound":1,"id":278,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDataSubcomponent","lowerBound":1,"id":279,"many":false,"required":true,"eClass":"EOperation"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataSubcomponent","lowerBound":1,"id":285,"many":false,"required":true,"eClass":"EParameter"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dispatchTriggerCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"frozenPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"dispatchTriggers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"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":"dispatchConjunctions","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEventDataPort","lowerBound":1,"id":308,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"geteventDataPort","lowerBound":1,"id":309,"many":false,"required":true,"eClass":"EOperation"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventDataPort","lowerBound":1,"id":314,"many":false,"required":true,"eClass":"EParameter"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEventPort","lowerBound":1,"id":317,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEventPort","lowerBound":1,"id":318,"many":false,"required":true,"eClass":"EOperation"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventPort","lowerBound":1,"id":322,"many":false,"required":true,"eClass":"EParameter"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"binaryNumericOperator","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"unaryNumericOperator","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"unaryBooleanOperator","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"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"},{"name":"NONE","id":344,"value":0,"literal":"unknown aadl classifier","eClass":"EEnumLiteral"},{"name":"IN_DATA_PORT","id":345,"value":1,"literal":"in data port","eClass":"EEnumLiteral"},{"name":"OUT_DATA_PORT","id":346,"value":2,"literal":"out data port","eClass":"EEnumLiteral"},{"name":"IN_OUT_DATA_PORT","id":347,"value":3,"literal":"inout data port","eClass":"EEnumLiteral"},{"name":"IN_EVENT_PORT","id":348,"value":4,"literal":"in event port","eClass":"EEnumLiteral"},{"name":"OUT_EVENT_PORT","id":349,"value":5,"literal":"out event port","eClass":"EEnumLiteral"},{"name":"IN_OUT_EVENT_PORT","id":350,"value":6,"literal":"inout event port","eClass":"EEnumLiteral"},{"name":"IN_EVENT_DATA_PORT","id":351,"value":7,"literal":"in event data port","eClass":"EEnumLiteral"},{"name":"OUT_EVENT_DATA_PORT","id":352,"value":8,"literal":"out event data port","eClass":"EEnumLiteral"},{"name":"IN_OUT_EVENT_DATA_PORT","id":353,"value":9,"literal":"inout event data port","eClass":"EEnumLiteral"},{"name":"PROVIDES_SUBPROGRAM_ACCESS","id":354,"value":10,"literal":"provides subprogram access","eClass":"EEnumLiteral"},{"name":"REQUIRES_SUBPROGRAM_ACCESS","id":355,"value":11,"literal":"requires subprogram access","eClass":"EEnumLiteral"},{"name":"PROVIDES_SUBPROGRAM_GROUP_ACCESS","id":356,"value":12,"literal":"provides subprogram group access","eClass":"EEnumLiteral"},{"name":"REQUIRES_SUBPROGRAM_GROUP_ACCESS","id":357,"value":13,"literal":"requires subprogram group access","eClass":"EEnumLiteral"},{"name":"SUBPROGRAM_SUBCOMPONENT","id":358,"value":14,"literal":"subprogram subcomponent","eClass":"EEnumLiteral"},{"name":"SUBPROGRAM_CLASSIFIER","id":359,"value":15,"literal":"subprogram classifier","eClass":"EEnumLiteral"},{"name":"SUBPROGRAM_PROTOTYPE","id":360,"value":16,"literal":"subprogram prototype","eClass":"EEnumLiteral"},{"name":"COMPONENT_PROTOTYPE","id":361,"value":17,"literal":"component prototype","eClass":"EEnumLiteral"},{"name":"COMPONENT_PROTOTYPE_BINDING","id":362,"value":18,"literal":"component prototype binding","eClass":"EEnumLiteral"},{"name":"FEATURE_PROTOTYPE","id":363,"value":19,"literal":"feature prototype","eClass":"EEnumLiteral"},{"name":"FEATURE_PROTOTYPE_BINDING","id":364,"value":20,"literal":"feature prototype binding","eClass":"EEnumLiteral"},{"name":"FEATURE_GROUP_PROTOTYPE","id":365,"value":21,"literal":"feature group prototytpe","eClass":"EEnumLiteral"},{"name":"FEATURE_GROUP_PROTOTYPE_BINDING","id":366,"value":22,"literal":"feature group prototype binding","eClass":"EEnumLiteral"},{"name":"PROVIDES_DATA_ACCESS","id":367,"value":23,"literal":"provides data access","eClass":"EEnumLiteral"},{"name":"REQUIRES_DATA_ACCESS","id":368,"value":24,"literal":"requires data access","eClass":"EEnumLiteral"},{"name":"DATA_SUBCOMPONENT","id":369,"value":25,"literal":"data subcomponent","eClass":"EEnumLiteral"},{"name":"DATA_CLASSIFIER","id":370,"value":26,"literal":"data classifier","eClass":"EEnumLiteral"},{"name":"IN_PARAMETER","id":371,"value":27,"literal":"in parameter","eClass":"EEnumLiteral"},{"name":"OUT_PARAMETER","id":372,"value":28,"literal":"out parameter","eClass":"EEnumLiteral"},{"name":"IN_OUT_PARAMETER","id":373,"value":29,"literal":"in out parameter","eClass":"EEnumLiteral"},{"name":"PROPERTY_CONSTANT","id":374,"value":30,"literal":"property constant","eClass":"EEnumLiteral"},{"name":"PROPERTY_VALUE","id":375,"value":31,"literal":"property value","eClass":"EEnumLiteral"},{"name":"PROVIDES_BUS_ACCESS","id":376,"value":32,"literal":"provides bus access","eClass":"EEnumLiteral"},{"name":"REQUIRES_BUS_ACCESS","id":377,"value":33,"literal":"requires bus access","eClass":"EEnumLiteral"},{"name":"FEATURE_GROUP","id":378,"value":34,"literal":"feature group","eClass":"EEnumLiteral"},{"name":"CLASSIFIER_VALUE","id":379,"value":35,"literal":"classifier value","eClass":"EEnumLiteral"},{"name":"ABSTRACT_FEATURE","id":380,"value":36,"literal":"abstract feature","eClass":"EEnumLiteral"},{"name":"IN_FEATURE_PROTOTYPE","id":381,"value":37,"literal":"in feature prototype","eClass":"EEnumLiteral"},{"name":"OUT_FEATURE_PROTOTYPE","id":382,"value":38,"literal":"out feature prototype","eClass":"EEnumLiteral"},{"name":"IN_OUT_FEATURE_PROTOTYPE","id":383,"value":39,"literal":"in out feature prototype","eClass":"EEnumLiteral"},{"name":"THREAD_GROUP","id":384,"value":40,"literal":"thread group","eClass":"EEnumLiteral"},{"name":"SUBPROGRAM_GROUP","id":385,"value":41,"literal":"subprogram group","eClass":"EEnumLiteral"},{"name":"SUBPROGRAM_GROUP_PROTOTYPE","id":386,"value":42,"literal":"subprogram group prototype","eClass":"EEnumLiteral"},{"name":"THREAD_PROTOTYPE","id":387,"value":43,"literal":"thread prototype","eClass":"EEnumLiteral"},{"name":"THREAD_GROUP_PROTOTYPE","id":388,"value":44,"literal":"thread group prototype","eClass":"EEnumLiteral"},{"name":"IN_DATA_PORT_PROTOTYPE","id":389,"value":45,"literal":"in data port prototype","eClass":"EEnumLiteral"},{"name":"OUT_DATA_PORT_PROTOTYPE","id":390,"value":46,"literal":"out data port prototype","eClass":"EEnumLiteral"},{"name":"IN_OUT_DATA_PORT_PROTOTYPE","id":391,"value":47,"literal":"inout data port prototype","eClass":"EEnumLiteral"},{"name":"IN_EVENT_PORT_PROTOTYPE","id":392,"value":48,"literal":"in event port prototype","eClass":"EEnumLiteral"},{"name":"OUT_EVENT_PORT_PROTOTYPE","id":393,"value":49,"literal":"out event port prototype","eClass":"EEnumLiteral"},{"name":"IN_OUT_EVENT_PORT_PROTOTYPE","id":394,"value":50,"literal":"inout event port prototype","eClass":"EEnumLiteral"},{"name":"IN_EVENT_DATA_PORT_PROTOTYPE","id":395,"value":51,"literal":"in event data port prototype","eClass":"EEnumLiteral"},{"name":"OUT_EVENT_DATA_PORT_PROTOTYPE","id":396,"value":52,"literal":"out event data port prototype","eClass":"EEnumLiteral"},{"name":"IN_OUT_EVENT_DATA_PORT_PROTOTYPE","id":397,"value":53,"literal":"inout event data port prototype","eClass":"EEnumLiteral"},{"name":"PROVIDES_SUBPROGRAM_ACCESS_PROTOTYPE","id":398,"value":54,"literal":"provides subprogram access prototype","eClass":"EEnumLiteral"},{"name":"REQUIRES_SUBPROGRAM_ACCESS_PROTOTYPE","id":399,"value":55,"literal":"requires subprogram access prototype","eClass":"EEnumLiteral"},{"name":"PROVIDES_SUBPROGRAM_GROUP_ACCESS_PROTOTYPE","id":400,"value":56,"literal":"provides subprogram group access prototype","eClass":"EEnumLiteral"},{"name":"REQUIRES_SUBPROGRAM_GROUP_ACCESS_PROTOTYPE","id":401,"value":57,"literal":"requires subprogram group access prototype","eClass":"EEnumLiteral"},{"name":"PROVIDES_DATA_ACCESS_PROTOTYPE","id":402,"value":58,"literal":"provides data access prototype","eClass":"EEnumLiteral"},{"name":"REQUIRES_DATA_ACCESS_PROTOTYPE","id":403,"value":59,"literal":"requires data access prototype","eClass":"EEnumLiteral"},{"name":"PROVIDES_BUS_ACCESS_PROTOTYPE","id":404,"value":60,"literal":"provides bus access prototype","eClass":"EEnumLiteral"},{"name":"REQUIRES_BUS_ACCESS_PROTOTYPE","id":405,"value":61,"literal":"requires bus access prototype","eClass":"EEnumLiteral"},{"name":"SYSTEM_SUBCOMPONENT","id":406,"value":62,"literal":"system subcomponent","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":"iteratedValues","changeable":true,"resolveProxies":true,"lowerBound":1,"id":407,"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":"forAll","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterativeVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"groupHolders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setGroup","lowerBound":1,"id":417,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGroup","lowerBound":1,"id":418,"many":false,"required":true,"eClass":"EOperation"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"group","lowerBound":1,"id":421,"many":false,"required":true,"eClass":"EParameter"},{"id":422,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicalValueExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":426,"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":"elif","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"container":false,"ordered":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":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"arrayIndexes","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerIntegerValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperIntegerValue","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"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"dataClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setIterativeVariable","lowerBound":1,"id":450,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIterativeVariable","lowerBound":1,"id":451,"many":false,"required":true,"eClass":"EOperation"},{"id":452,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"itV","lowerBound":1,"id":453,"many":false,"required":true,"eClass":"EParameter"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"name":"None","id":459,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"And","id":460,"value":1,"literal":"and","eClass":"EEnumLiteral"},{"name":"Or","id":461,"value":2,"literal":"or","eClass":"EEnumLiteral"},{"name":"Xor","id":462,"value":3,"literal":"xor","eClass":"EEnumLiteral"},{"id":463,"eClass":"EGenericType"},{"name":"None","id":464,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Multiply","id":465,"value":1,"literal":"*","eClass":"EEnumLiteral"},{"name":"Divide","id":466,"value":2,"literal":"/","eClass":"EEnumLiteral"},{"name":"Mod","id":467,"value":3,"literal":"mod","eClass":"EEnumLiteral"},{"name":"Rem","id":468,"value":4,"literal":"rem","eClass":"EEnumLiteral"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setParameter","lowerBound":1,"id":472,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameter","lowerBound":1,"id":473,"many":false,"required":true,"eClass":"EOperation"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":1,"id":479,"many":false,"required":true,"eClass":"EParameter"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":484,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setPrototype","lowerBound":1,"id":506,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPrototype","lowerBound":1,"id":507,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"prototypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prototype","lowerBound":1,"id":510,"many":false,"required":true,"eClass":"EParameter"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":514,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"relationalOperator","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"name":"None","id":521,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Equal","id":522,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"NotEqual","id":523,"value":2,"literal":"!=","eClass":"EEnumLiteral"},{"name":"LessThan","id":524,"value":3,"literal":"<","eClass":"EEnumLiteral"},{"name":"LessOrEqualThan","id":525,"value":4,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GreaterThan","id":526,"value":5,"literal":">","eClass":"EEnumLiteral"},{"name":"GreaterOrEqualThan","id":527,"value":6,"literal":">=","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":"dataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"unaryAddingOperator","changeable":true,"lowerBound":0,"iD":false,"id":531,"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":"terms","changeable":true,"resolveProxies":true,"lowerBound":1,"id":532,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"binaryAddingOperators","changeable":true,"lowerBound":0,"iD":false,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"dataClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setStructUnionElement","lowerBound":1,"id":541,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStructUnionElement","lowerBound":1,"id":542,"many":false,"required":true,"eClass":"EOperation"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"structUnionElement","lowerBound":1,"id":547,"many":false,"required":true,"eClass":"EParameter"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSubprogramAccess","lowerBound":1,"id":550,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSubprogramAccess","lowerBound":1,"id":551,"many":false,"required":true,"eClass":"EOperation"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subprogramAccess","lowerBound":1,"id":554,"many":false,"required":true,"eClass":"EParameter"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subprogram","changeable":true,"resolveProxies":true,"lowerBound":1,"id":557,"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":"parameterLabels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSubprogram","lowerBound":1,"id":564,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSubprogram","lowerBound":1,"id":565,"many":false,"required":true,"eClass":"EOperation"},{"id":566,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"subprogram","lowerBound":1,"id":567,"many":false,"required":true,"eClass":"EParameter"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"factors","changeable":true,"resolveProxies":true,"lowerBound":1,"id":575,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"multiplyingOperators","changeable":true,"lowerBound":0,"iD":false,"id":576,"derived":false},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerTime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":580,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"name":"None","id":585,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Plus","id":586,"value":1,"literal":"+","eClass":"EEnumLiteral"},{"name":"Minus","id":587,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"None","id":588,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Not","id":589,"value":1,"literal":"!","eClass":"EEnumLiteral"},{"name":"None","id":590,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Abs","id":591,"value":1,"literal":"abs","eClass":"EEnumLiteral"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"container":false,"ordered":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":595,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"logicalOperators","changeable":true,"lowerBound":0,"iD":false,"id":596,"derived":false},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logicalValueExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":603,"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":"doUntil","changeable":true,"lowerBound":0,"iD":false,"id":604,"derived":false},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":1,"target":0},{"source":1,"target":87},{"source":1,"target":115},{"source":1,"target":116},{"source":1,"target":117},{"source":115,"target":1},{"source":115,"target":118},{"source":118,"target":119},{"source":118,"target":115},{"source":116,"target":120},{"source":116,"target":1},{"source":117,"target":87},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":121},{"source":2,"target":122},{"source":2,"target":123},{"source":121,"target":103},{"source":121,"target":124},{"source":121,"target":2},{"source":124,"target":103},{"source":122,"target":112},{"source":122,"target":125},{"source":122,"target":2},{"source":125,"target":112},{"source":123,"target":4},{"source":3,"target":0},{"source":3,"target":112},{"source":3,"target":126},{"source":126,"target":112},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":127},{"source":127,"target":5},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":128},{"source":128,"target":8},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":14},{"source":6,"target":129},{"source":6,"target":130},{"source":6,"target":131},{"source":6,"target":132},{"source":129,"target":8},{"source":129,"target":133},{"source":129,"target":6},{"source":133,"target":8},{"source":130,"target":25},{"source":130,"target":134},{"source":130,"target":6},{"source":134,"target":25},{"source":131,"target":5},{"source":132,"target":14},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":135},{"source":7,"target":136},{"source":135,"target":5},{"source":135,"target":137},{"source":135,"target":7},{"source":137,"target":5},{"source":136,"target":8},{"source":8,"target":0},{"source":8,"target":14},{"source":8,"target":138},{"source":138,"target":14},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":139},{"source":139,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":140},{"source":140,"target":7},{"source":11,"target":0},{"source":11,"target":14},{"source":11,"target":141},{"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":141,"target":27},{"source":141,"target":148},{"source":141,"target":11},{"source":148,"target":27},{"source":142,"target":23},{"source":142,"target":149},{"source":142,"target":11},{"source":149,"target":23},{"source":143,"target":26},{"source":143,"target":150},{"source":143,"target":11},{"source":150,"target":26},{"source":144,"target":6},{"source":144,"target":151},{"source":144,"target":11},{"source":151,"target":6},{"source":145,"target":13},{"source":145,"target":152},{"source":145,"target":11},{"source":152,"target":13},{"source":147,"target":14},{"source":12,"target":0},{"source":12,"target":73},{"source":12,"target":153},{"source":12,"target":154},{"source":154,"target":73},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":155},{"source":155,"target":14},{"source":14,"target":0},{"source":14,"target":156},{"source":15,"target":0},{"source":15,"target":73},{"source":15,"target":157},{"source":15,"target":158},{"source":15,"target":159},{"source":157,"target":160},{"source":157,"target":15},{"source":158,"target":161},{"source":158,"target":15},{"source":159,"target":73},{"source":16,"target":0},{"source":16,"target":162},{"source":16,"target":163},{"source":16,"target":164},{"source":162,"target":16},{"source":163,"target":16},{"source":164,"target":16},{"source":17,"target":0},{"source":17,"target":78},{"source":17,"target":165},{"source":17,"target":166},{"source":166,"target":78},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":167},{"source":18,"target":168},{"source":168,"target":14},{"source":19,"target":0},{"source":19,"target":111},{"source":19,"target":69},{"source":19,"target":169},{"source":19,"target":170},{"source":19,"target":171},{"source":169,"target":172},{"source":169,"target":19},{"source":170,"target":111},{"source":171,"target":69},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":173},{"source":20,"target":174},{"source":173,"target":175},{"source":173,"target":20},{"source":174,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":176},{"source":21,"target":177},{"source":176,"target":178},{"source":176,"target":21},{"source":177,"target":19},{"source":22,"target":0},{"source":22,"target":78},{"source":22,"target":179},{"source":22,"target":180},{"source":180,"target":78},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":181},{"source":23,"target":182},{"source":23,"target":183},{"source":23,"target":184},{"source":23,"target":185},{"source":181,"target":31},{"source":181,"target":186},{"source":181,"target":23},{"source":186,"target":31},{"source":182,"target":31},{"source":182,"target":187},{"source":182,"target":23},{"source":187,"target":31},{"source":183,"target":31},{"source":183,"target":188},{"source":183,"target":23},{"source":188,"target":31},{"source":184,"target":189},{"source":184,"target":23},{"source":185,"target":18},{"source":24,"target":0},{"source":24,"target":73},{"source":24,"target":190},{"source":24,"target":191},{"source":191,"target":73},{"source":25,"target":0},{"source":25,"target":14},{"source":25,"target":192},{"source":25,"target":193},{"source":25,"target":194},{"source":192,"target":68},{"source":192,"target":195},{"source":192,"target":25},{"source":195,"target":68},{"source":193,"target":196},{"source":193,"target":25},{"source":194,"target":14},{"source":26,"target":0},{"source":26,"target":18},{"source":26,"target":197},{"source":26,"target":198},{"source":26,"target":199},{"source":26,"target":200},{"source":26,"target":201},{"source":26,"target":202},{"source":197,"target":23},{"source":197,"target":203},{"source":197,"target":26},{"source":203,"target":23},{"source":198,"target":13},{"source":198,"target":204},{"source":198,"target":26},{"source":204,"target":13},{"source":199,"target":23},{"source":199,"target":205},{"source":199,"target":26},{"source":205,"target":23},{"source":200,"target":6},{"source":200,"target":206},{"source":200,"target":26},{"source":206,"target":6},{"source":201,"target":207},{"source":201,"target":26},{"source":202,"target":18},{"source":27,"target":0},{"source":27,"target":18},{"source":27,"target":208},{"source":27,"target":209},{"source":27,"target":210},{"source":208,"target":211},{"source":208,"target":27},{"source":209,"target":18},{"source":28,"target":0},{"source":28,"target":39},{"source":28,"target":65},{"source":28,"target":103},{"source":28,"target":51},{"source":28,"target":212},{"source":28,"target":213},{"source":28,"target":214},{"source":28,"target":215},{"source":28,"target":216},{"source":28,"target":217},{"source":212,"target":28},{"source":212,"target":218},{"source":218,"target":27},{"source":218,"target":219},{"source":218,"target":212},{"source":219,"target":27},{"source":213,"target":27},{"source":213,"target":220},{"source":213,"target":28},{"source":220,"target":27},{"source":214,"target":39},{"source":215,"target":65},{"source":216,"target":103},{"source":217,"target":51},{"source":29,"target":0},{"source":29,"target":221},{"source":29,"target":222},{"source":29,"target":223},{"source":221,"target":29},{"source":222,"target":29},{"source":223,"target":29},{"source":30,"target":0},{"source":30,"target":224},{"source":30,"target":225},{"source":224,"target":30},{"source":225,"target":30},{"source":31,"target":0},{"source":32,"target":0},{"source":32,"target":50},{"source":32,"target":65},{"source":32,"target":61},{"source":32,"target":226},{"source":32,"target":227},{"source":32,"target":228},{"source":226,"target":50},{"source":227,"target":65},{"source":228,"target":61},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":229},{"source":229,"target":4},{"source":34,"target":0},{"source":34,"target":25},{"source":34,"target":45},{"source":34,"target":230},{"source":34,"target":231},{"source":230,"target":25},{"source":231,"target":45},{"source":35,"target":0},{"source":35,"target":5},{"source":35,"target":232},{"source":35,"target":233},{"source":232,"target":8},{"source":232,"target":234},{"source":232,"target":35},{"source":234,"target":8},{"source":233,"target":5},{"source":36,"target":0},{"source":36,"target":39},{"source":36,"target":61},{"source":36,"target":65},{"source":36,"target":103},{"source":36,"target":51},{"source":36,"target":235},{"source":36,"target":236},{"source":36,"target":237},{"source":36,"target":238},{"source":36,"target":239},{"source":36,"target":240},{"source":36,"target":241},{"source":235,"target":36},{"source":235,"target":242},{"source":242,"target":243},{"source":242,"target":235},{"source":236,"target":244},{"source":236,"target":36},{"source":237,"target":39},{"source":238,"target":61},{"source":239,"target":65},{"source":240,"target":103},{"source":241,"target":51},{"source":37,"target":0},{"source":37,"target":39},{"source":37,"target":90},{"source":37,"target":65},{"source":37,"target":103},{"source":37,"target":51},{"source":37,"target":61},{"source":37,"target":245},{"source":37,"target":246},{"source":37,"target":247},{"source":37,"target":248},{"source":37,"target":249},{"source":37,"target":250},{"source":245,"target":39},{"source":246,"target":90},{"source":247,"target":65},{"source":248,"target":103},{"source":249,"target":51},{"source":250,"target":61},{"source":38,"target":0},{"source":38,"target":51},{"source":38,"target":103},{"source":38,"target":113},{"source":38,"target":70},{"source":38,"target":251},{"source":38,"target":252},{"source":38,"target":253},{"source":38,"target":254},{"source":38,"target":255},{"source":251,"target":39},{"source":251,"target":256},{"source":251,"target":38},{"source":256,"target":39},{"source":252,"target":51},{"source":253,"target":103},{"source":254,"target":113},{"source":255,"target":70},{"source":39,"target":0},{"source":39,"target":50},{"source":39,"target":70},{"source":39,"target":113},{"source":39,"target":257},{"source":39,"target":258},{"source":39,"target":259},{"source":257,"target":50},{"source":258,"target":70},{"source":259,"target":113},{"source":40,"target":0},{"source":40,"target":1},{"source":40,"target":103},{"source":40,"target":260},{"source":40,"target":261},{"source":40,"target":262},{"source":40,"target":263},{"source":260,"target":40},{"source":260,"target":264},{"source":264,"target":265},{"source":264,"target":260},{"source":261,"target":266},{"source":261,"target":40},{"source":262,"target":1},{"source":263,"target":103},{"source":41,"target":0},{"source":41,"target":267},{"source":41,"target":268},{"source":41,"target":269},{"source":41,"target":270},{"source":41,"target":271},{"source":41,"target":272},{"source":41,"target":273},{"source":41,"target":274},{"source":41,"target":275},{"source":41,"target":276},{"source":41,"target":277},{"source":267,"target":41},{"source":268,"target":41},{"source":269,"target":41},{"source":270,"target":41},{"source":271,"target":41},{"source":272,"target":41},{"source":273,"target":41},{"source":274,"target":41},{"source":275,"target":41},{"source":276,"target":41},{"source":277,"target":41},{"source":42,"target":0},{"source":42,"target":39},{"source":42,"target":61},{"source":42,"target":65},{"source":42,"target":103},{"source":42,"target":51},{"source":42,"target":278},{"source":42,"target":279},{"source":42,"target":280},{"source":42,"target":281},{"source":42,"target":282},{"source":42,"target":283},{"source":42,"target":284},{"source":278,"target":42},{"source":278,"target":285},{"source":285,"target":286},{"source":285,"target":278},{"source":279,"target":287},{"source":279,"target":42},{"source":280,"target":39},{"source":281,"target":61},{"source":282,"target":65},{"source":283,"target":103},{"source":284,"target":51},{"source":43,"target":0},{"source":43,"target":13},{"source":43,"target":288},{"source":43,"target":289},{"source":43,"target":290},{"source":288,"target":47},{"source":288,"target":291},{"source":288,"target":43},{"source":291,"target":47},{"source":289,"target":1},{"source":289,"target":292},{"source":289,"target":43},{"source":292,"target":1},{"source":290,"target":13},{"source":44,"target":0},{"source":44,"target":14},{"source":44,"target":293},{"source":44,"target":294},{"source":293,"target":46},{"source":293,"target":295},{"source":293,"target":44},{"source":295,"target":46},{"source":294,"target":14},{"source":45,"target":0},{"source":45,"target":47},{"source":45,"target":296},{"source":296,"target":47},{"source":46,"target":0},{"source":46,"target":14},{"source":46,"target":297},{"source":297,"target":14},{"source":47,"target":0},{"source":47,"target":14},{"source":47,"target":298},{"source":298,"target":14},{"source":48,"target":0},{"source":48,"target":47},{"source":48,"target":299},{"source":299,"target":47},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":300},{"source":49,"target":301},{"source":300,"target":44},{"source":300,"target":302},{"source":300,"target":49},{"source":302,"target":44},{"source":301,"target":47},{"source":50,"target":0},{"source":50,"target":14},{"source":50,"target":303},{"source":50,"target":304},{"source":303,"target":305},{"source":303,"target":50},{"source":304,"target":14},{"source":51,"target":0},{"source":51,"target":14},{"source":51,"target":306},{"source":306,"target":14},{"source":52,"target":0},{"source":52,"target":35},{"source":52,"target":307},{"source":307,"target":35},{"source":53,"target":0},{"source":53,"target":1},{"source":53,"target":51},{"source":53,"target":46},{"source":53,"target":103},{"source":53,"target":308},{"source":53,"target":309},{"source":53,"target":310},{"source":53,"target":311},{"source":53,"target":312},{"source":53,"target":313},{"source":308,"target":53},{"source":308,"target":314},{"source":314,"target":315},{"source":314,"target":308},{"source":309,"target":316},{"source":309,"target":53},{"source":310,"target":1},{"source":311,"target":51},{"source":312,"target":46},{"source":313,"target":103},{"source":54,"target":0},{"source":54,"target":1},{"source":54,"target":46},{"source":54,"target":103},{"source":54,"target":317},{"source":54,"target":318},{"source":54,"target":319},{"source":54,"target":320},{"source":54,"target":321},{"source":317,"target":54},{"source":317,"target":322},{"source":322,"target":323},{"source":322,"target":317},{"source":318,"target":324},{"source":318,"target":54},{"source":319,"target":1},{"source":320,"target":46},{"source":321,"target":103},{"source":55,"target":0},{"source":55,"target":13},{"source":55,"target":325},{"source":325,"target":13},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":326},{"source":326,"target":55},{"source":57,"target":0},{"source":57,"target":14},{"source":57,"target":327},{"source":57,"target":328},{"source":57,"target":329},{"source":57,"target":330},{"source":57,"target":331},{"source":57,"target":332},{"source":327,"target":110},{"source":327,"target":333},{"source":327,"target":57},{"source":333,"target":110},{"source":328,"target":110},{"source":328,"target":334},{"source":328,"target":57},{"source":334,"target":110},{"source":329,"target":30},{"source":329,"target":335},{"source":329,"target":57},{"source":335,"target":30},{"source":330,"target":108},{"source":330,"target":336},{"source":330,"target":57},{"source":336,"target":108},{"source":331,"target":107},{"source":331,"target":337},{"source":331,"target":57},{"source":337,"target":107},{"source":332,"target":14},{"source":58,"target":0},{"source":58,"target":39},{"source":58,"target":90},{"source":58,"target":65},{"source":58,"target":103},{"source":58,"target":51},{"source":58,"target":61},{"source":58,"target":338},{"source":58,"target":339},{"source":58,"target":340},{"source":58,"target":341},{"source":58,"target":342},{"source":58,"target":343},{"source":338,"target":39},{"source":339,"target":90},{"source":340,"target":65},{"source":341,"target":103},{"source":342,"target":51},{"source":343,"target":61},{"source":59,"target":0},{"source":59,"target":344},{"source":59,"target":345},{"source":59,"target":346},{"source":59,"target":347},{"source":59,"target":348},{"source":59,"target":349},{"source":59,"target":350},{"source":59,"target":351},{"source":59,"target":352},{"source":59,"target":353},{"source":59,"target":354},{"source":59,"target":355},{"source":59,"target":356},{"source":59,"target":357},{"source":59,"target":358},{"source":59,"target":359},{"source":59,"target":360},{"source":59,"target":361},{"source":59,"target":362},{"source":59,"target":363},{"source":59,"target":364},{"source":59,"target":365},{"source":59,"target":366},{"source":59,"target":367},{"source":59,"target":368},{"source":59,"target":369},{"source":59,"target":370},{"source":59,"target":371},{"source":59,"target":372},{"source":59,"target":373},{"source":59,"target":374},{"source":59,"target":375},{"source":59,"target":376},{"source":59,"target":377},{"source":59,"target":378},{"source":59,"target":379},{"source":59,"target":380},{"source":59,"target":381},{"source":59,"target":382},{"source":59,"target":383},{"source":59,"target":384},{"source":59,"target":385},{"source":59,"target":386},{"source":59,"target":387},{"source":59,"target":388},{"source":59,"target":389},{"source":59,"target":390},{"source":59,"target":391},{"source":59,"target":392},{"source":59,"target":393},{"source":59,"target":394},{"source":59,"target":395},{"source":59,"target":396},{"source":59,"target":397},{"source":59,"target":398},{"source":59,"target":399},{"source":59,"target":400},{"source":59,"target":401},{"source":59,"target":402},{"source":59,"target":403},{"source":59,"target":404},{"source":59,"target":405},{"source":59,"target":406},{"source":344,"target":59},{"source":345,"target":59},{"source":346,"target":59},{"source":347,"target":59},{"source":348,"target":59},{"source":349,"target":59},{"source":350,"target":59},{"source":351,"target":59},{"source":352,"target":59},{"source":353,"target":59},{"source":354,"target":59},{"source":355,"target":59},{"source":356,"target":59},{"source":357,"target":59},{"source":358,"target":59},{"source":359,"target":59},{"source":360,"target":59},{"source":361,"target":59},{"source":362,"target":59},{"source":363,"target":59},{"source":364,"target":59},{"source":365,"target":59},{"source":366,"target":59},{"source":367,"target":59},{"source":368,"target":59},{"source":369,"target":59},{"source":370,"target":59},{"source":371,"target":59},{"source":372,"target":59},{"source":373,"target":59},{"source":374,"target":59},{"source":375,"target":59},{"source":376,"target":59},{"source":377,"target":59},{"source":378,"target":59},{"source":379,"target":59},{"source":380,"target":59},{"source":381,"target":59},{"source":382,"target":59},{"source":383,"target":59},{"source":384,"target":59},{"source":385,"target":59},{"source":386,"target":59},{"source":387,"target":59},{"source":388,"target":59},{"source":389,"target":59},{"source":390,"target":59},{"source":391,"target":59},{"source":392,"target":59},{"source":393,"target":59},{"source":394,"target":59},{"source":395,"target":59},{"source":396,"target":59},{"source":397,"target":59},{"source":398,"target":59},{"source":399,"target":59},{"source":400,"target":59},{"source":401,"target":59},{"source":402,"target":59},{"source":403,"target":59},{"source":404,"target":59},{"source":405,"target":59},{"source":406,"target":59},{"source":60,"target":0},{"source":60,"target":76},{"source":60,"target":407},{"source":60,"target":408},{"source":60,"target":409},{"source":60,"target":410},{"source":407,"target":51},{"source":407,"target":411},{"source":407,"target":60},{"source":411,"target":51},{"source":408,"target":31},{"source":408,"target":412},{"source":408,"target":60},{"source":412,"target":31},{"source":409,"target":71},{"source":409,"target":413},{"source":409,"target":60},{"source":413,"target":71},{"source":410,"target":76},{"source":61,"target":0},{"source":61,"target":14},{"source":61,"target":414},{"source":61,"target":415},{"source":414,"target":62},{"source":414,"target":416},{"source":414,"target":61},{"source":416,"target":62},{"source":415,"target":14},{"source":62,"target":0},{"source":62,"target":50},{"source":62,"target":65},{"source":62,"target":417},{"source":62,"target":418},{"source":62,"target":419},{"source":62,"target":420},{"source":417,"target":62},{"source":417,"target":421},{"source":421,"target":422},{"source":421,"target":417},{"source":418,"target":423},{"source":418,"target":62},{"source":419,"target":50},{"source":420,"target":65},{"source":63,"target":0},{"source":63,"target":62},{"source":63,"target":90},{"source":63,"target":424},{"source":63,"target":425},{"source":424,"target":62},{"source":425,"target":90},{"source":64,"target":0},{"source":64,"target":35},{"source":64,"target":52},{"source":64,"target":426},{"source":64,"target":427},{"source":64,"target":428},{"source":64,"target":429},{"source":64,"target":430},{"source":426,"target":112},{"source":426,"target":431},{"source":426,"target":64},{"source":431,"target":112},{"source":427,"target":31},{"source":427,"target":432},{"source":427,"target":64},{"source":432,"target":31},{"source":428,"target":52},{"source":428,"target":433},{"source":428,"target":64},{"source":433,"target":52},{"source":429,"target":35},{"source":430,"target":52},{"source":65,"target":0},{"source":65,"target":14},{"source":65,"target":434},{"source":65,"target":435},{"source":434,"target":68},{"source":434,"target":436},{"source":434,"target":65},{"source":436,"target":68},{"source":435,"target":14},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":51},{"source":67,"target":437},{"source":67,"target":438},{"source":67,"target":439},{"source":437,"target":68},{"source":437,"target":440},{"source":437,"target":67},{"source":440,"target":68},{"source":438,"target":68},{"source":438,"target":441},{"source":438,"target":67},{"source":441,"target":68},{"source":439,"target":51},{"source":68,"target":0},{"source":68,"target":14},{"source":68,"target":442},{"source":442,"target":14},{"source":69,"target":0},{"source":69,"target":68},{"source":69,"target":111},{"source":69,"target":443},{"source":69,"target":444},{"source":443,"target":68},{"source":444,"target":111},{"source":70,"target":0},{"source":70,"target":68},{"source":70,"target":113},{"source":70,"target":445},{"source":70,"target":446},{"source":445,"target":68},{"source":446,"target":113},{"source":71,"target":0},{"source":71,"target":18},{"source":71,"target":447},{"source":71,"target":448},{"source":447,"target":449},{"source":447,"target":71},{"source":448,"target":18},{"source":72,"target":0},{"source":72,"target":39},{"source":72,"target":450},{"source":72,"target":451},{"source":72,"target":452},{"source":450,"target":72},{"source":450,"target":453},{"source":453,"target":71},{"source":453,"target":454},{"source":453,"target":450},{"source":454,"target":71},{"source":451,"target":71},{"source":451,"target":455},{"source":451,"target":72},{"source":455,"target":71},{"source":452,"target":39},{"source":73,"target":0},{"source":73,"target":111},{"source":73,"target":69},{"source":73,"target":456},{"source":73,"target":457},{"source":456,"target":111},{"source":457,"target":69},{"source":74,"target":0},{"source":74,"target":94},{"source":74,"target":458},{"source":458,"target":94},{"source":75,"target":0},{"source":75,"target":459},{"source":75,"target":460},{"source":75,"target":461},{"source":75,"target":462},{"source":459,"target":75},{"source":460,"target":75},{"source":461,"target":75},{"source":462,"target":75},{"source":76,"target":0},{"source":76,"target":35},{"source":76,"target":463},{"source":463,"target":35},{"source":77,"target":0},{"source":77,"target":464},{"source":77,"target":465},{"source":77,"target":466},{"source":77,"target":467},{"source":77,"target":468},{"source":464,"target":77},{"source":465,"target":77},{"source":466,"target":77},{"source":467,"target":77},{"source":468,"target":77},{"source":78,"target":0},{"source":78,"target":73},{"source":78,"target":469},{"source":78,"target":470},{"source":470,"target":73},{"source":79,"target":0},{"source":79,"target":55},{"source":79,"target":471},{"source":471,"target":55},{"source":80,"target":0},{"source":80,"target":39},{"source":80,"target":61},{"source":80,"target":65},{"source":80,"target":103},{"source":80,"target":51},{"source":80,"target":472},{"source":80,"target":473},{"source":80,"target":474},{"source":80,"target":475},{"source":80,"target":476},{"source":80,"target":477},{"source":80,"target":478},{"source":472,"target":80},{"source":472,"target":479},{"source":479,"target":480},{"source":479,"target":472},{"source":473,"target":481},{"source":473,"target":80},{"source":474,"target":39},{"source":475,"target":61},{"source":476,"target":65},{"source":477,"target":103},{"source":478,"target":51},{"source":81,"target":0},{"source":81,"target":14},{"source":81,"target":482},{"source":482,"target":14},{"source":82,"target":0},{"source":82,"target":1},{"source":82,"target":483},{"source":483,"target":1},{"source":83,"target":0},{"source":83,"target":33},{"source":83,"target":484},{"source":83,"target":485},{"source":83,"target":486},{"source":484,"target":1},{"source":484,"target":487},{"source":484,"target":83},{"source":487,"target":1},{"source":485,"target":103},{"source":485,"target":488},{"source":485,"target":83},{"source":488,"target":103},{"source":486,"target":33},{"source":84,"target":0},{"source":84,"target":1},{"source":84,"target":489},{"source":489,"target":1},{"source":85,"target":0},{"source":85,"target":1},{"source":85,"target":33},{"source":85,"target":490},{"source":85,"target":491},{"source":490,"target":1},{"source":491,"target":33},{"source":86,"target":0},{"source":86,"target":1},{"source":86,"target":492},{"source":492,"target":1},{"source":87,"target":0},{"source":87,"target":65},{"source":87,"target":50},{"source":87,"target":61},{"source":87,"target":113},{"source":87,"target":70},{"source":87,"target":493},{"source":87,"target":494},{"source":87,"target":495},{"source":87,"target":496},{"source":87,"target":497},{"source":493,"target":65},{"source":494,"target":50},{"source":495,"target":61},{"source":496,"target":113},{"source":497,"target":70},{"source":88,"target":0},{"source":88,"target":87},{"source":88,"target":90},{"source":88,"target":103},{"source":88,"target":498},{"source":88,"target":499},{"source":88,"target":500},{"source":498,"target":87},{"source":499,"target":90},{"source":500,"target":103},{"source":89,"target":0},{"source":89,"target":33},{"source":89,"target":501},{"source":89,"target":502},{"source":89,"target":503},{"source":501,"target":1},{"source":501,"target":504},{"source":501,"target":89},{"source":504,"target":1},{"source":502,"target":112},{"source":502,"target":505},{"source":502,"target":89},{"source":505,"target":112},{"source":503,"target":33},{"source":90,"target":0},{"source":90,"target":14},{"source":90,"target":506},{"source":90,"target":507},{"source":90,"target":508},{"source":90,"target":509},{"source":506,"target":90},{"source":506,"target":510},{"source":510,"target":511},{"source":510,"target":506},{"source":507,"target":512},{"source":507,"target":90},{"source":508,"target":513},{"source":508,"target":90},{"source":509,"target":14},{"source":91,"target":0},{"source":92,"target":0},{"source":92,"target":14},{"source":92,"target":514},{"source":92,"target":515},{"source":92,"target":516},{"source":92,"target":517},{"source":514,"target":95},{"source":514,"target":518},{"source":514,"target":92},{"source":518,"target":95},{"source":515,"target":95},{"source":515,"target":519},{"source":515,"target":92},{"source":519,"target":95},{"source":516,"target":93},{"source":516,"target":520},{"source":516,"target":92},{"source":520,"target":93},{"source":517,"target":14},{"source":93,"target":0},{"source":93,"target":521},{"source":93,"target":522},{"source":93,"target":523},{"source":93,"target":524},{"source":93,"target":525},{"source":93,"target":526},{"source":93,"target":527},{"source":521,"target":93},{"source":522,"target":93},{"source":523,"target":93},{"source":524,"target":93},{"source":525,"target":93},{"source":526,"target":93},{"source":527,"target":93},{"source":94,"target":0},{"source":94,"target":33},{"source":94,"target":528},{"source":94,"target":529},{"source":528,"target":36},{"source":528,"target":530},{"source":528,"target":94},{"source":530,"target":36},{"source":529,"target":33},{"source":95,"target":0},{"source":95,"target":14},{"source":95,"target":531},{"source":95,"target":532},{"source":95,"target":533},{"source":95,"target":534},{"source":531,"target":106},{"source":531,"target":535},{"source":531,"target":95},{"source":535,"target":106},{"source":532,"target":104},{"source":532,"target":536},{"source":532,"target":95},{"source":536,"target":104},{"source":533,"target":29},{"source":533,"target":537},{"source":533,"target":95},{"source":537,"target":29},{"source":534,"target":14},{"source":96,"target":0},{"source":97,"target":0},{"source":97,"target":18},{"source":97,"target":538},{"source":97,"target":539},{"source":538,"target":540},{"source":538,"target":97},{"source":539,"target":18},{"source":98,"target":0},{"source":98,"target":39},{"source":98,"target":65},{"source":98,"target":103},{"source":98,"target":51},{"source":98,"target":541},{"source":98,"target":542},{"source":98,"target":543},{"source":98,"target":544},{"source":98,"target":545},{"source":98,"target":546},{"source":541,"target":98},{"source":541,"target":547},{"source":547,"target":97},{"source":547,"target":548},{"source":547,"target":541},{"source":548,"target":97},{"source":542,"target":97},{"source":542,"target":549},{"source":542,"target":98},{"source":549,"target":97},{"source":543,"target":39},{"source":544,"target":65},{"source":545,"target":103},{"source":546,"target":51},{"source":99,"target":0},{"source":99,"target":47},{"source":99,"target":32},{"source":99,"target":550},{"source":99,"target":551},{"source":99,"target":552},{"source":99,"target":553},{"source":550,"target":99},{"source":550,"target":554},{"source":554,"target":555},{"source":554,"target":550},{"source":551,"target":556},{"source":551,"target":99},{"source":552,"target":47},{"source":553,"target":32},{"source":100,"target":0},{"source":100,"target":33},{"source":100,"target":557},{"source":100,"target":558},{"source":100,"target":559},{"source":100,"target":560},{"source":557,"target":32},{"source":557,"target":561},{"source":557,"target":100},{"source":561,"target":32},{"source":558,"target":81},{"source":558,"target":562},{"source":558,"target":100},{"source":562,"target":81},{"source":559,"target":36},{"source":559,"target":563},{"source":559,"target":100},{"source":563,"target":36},{"source":560,"target":33},{"source":101,"target":0},{"source":101,"target":32},{"source":101,"target":564},{"source":101,"target":565},{"source":101,"target":566},{"source":564,"target":101},{"source":564,"target":567},{"source":567,"target":568},{"source":567,"target":564},{"source":565,"target":569},{"source":565,"target":101},{"source":566,"target":32},{"source":102,"target":0},{"source":102,"target":32},{"source":102,"target":90},{"source":102,"target":61},{"source":102,"target":570},{"source":102,"target":571},{"source":102,"target":572},{"source":570,"target":32},{"source":571,"target":90},{"source":572,"target":61},{"source":103,"target":0},{"source":103,"target":81},{"source":103,"target":14},{"source":103,"target":573},{"source":103,"target":574},{"source":573,"target":81},{"source":574,"target":14},{"source":104,"target":0},{"source":104,"target":14},{"source":104,"target":575},{"source":104,"target":576},{"source":104,"target":577},{"source":575,"target":57},{"source":575,"target":578},{"source":575,"target":104},{"source":578,"target":57},{"source":576,"target":77},{"source":576,"target":579},{"source":576,"target":104},{"source":579,"target":77},{"source":577,"target":14},{"source":105,"target":0},{"source":105,"target":4},{"source":105,"target":580},{"source":105,"target":581},{"source":105,"target":582},{"source":580,"target":25},{"source":580,"target":583},{"source":580,"target":105},{"source":583,"target":25},{"source":581,"target":25},{"source":581,"target":584},{"source":581,"target":105},{"source":584,"target":25},{"source":582,"target":4},{"source":106,"target":0},{"source":106,"target":585},{"source":106,"target":586},{"source":106,"target":587},{"source":585,"target":106},{"source":586,"target":106},{"source":587,"target":106},{"source":107,"target":0},{"source":107,"target":588},{"source":107,"target":589},{"source":588,"target":107},{"source":589,"target":107},{"source":108,"target":0},{"source":108,"target":590},{"source":108,"target":591},{"source":590,"target":108},{"source":591,"target":108},{"source":109,"target":0},{"source":109,"target":94},{"source":109,"target":592},{"source":592,"target":94},{"source":110,"target":0},{"source":110,"target":14},{"source":110,"target":593},{"source":593,"target":14},{"source":111,"target":0},{"source":111,"target":110},{"source":111,"target":594},{"source":594,"target":110},{"source":112,"target":0},{"source":112,"target":110},{"source":112,"target":81},{"source":112,"target":55},{"source":112,"target":595},{"source":112,"target":596},{"source":112,"target":597},{"source":112,"target":598},{"source":112,"target":599},{"source":595,"target":92},{"source":595,"target":600},{"source":595,"target":112},{"source":600,"target":92},{"source":596,"target":75},{"source":596,"target":601},{"source":596,"target":112},{"source":601,"target":75},{"source":597,"target":110},{"source":598,"target":81},{"source":599,"target":55},{"source":113,"target":0},{"source":113,"target":110},{"source":113,"target":602},{"source":602,"target":110},{"source":114,"target":0},{"source":114,"target":76},{"source":114,"target":603},{"source":114,"target":604},{"source":114,"target":605},{"source":603,"target":112},{"source":603,"target":606},{"source":603,"target":114},{"source":606,"target":112},{"source":604,"target":31},{"source":604,"target":607},{"source":604,"target":114},{"source":607,"target":31},{"source":605,"target":76}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SACM"
nsURI="http://schema.omg.org/SACM/1.0" nsPrefix="SACM">
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//UtilityElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssuranceCase" eSuperTypes="#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gid" ordered="false" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argument" ordered="false"
upperBound="-1" eType="#//Argumentation/Argumentation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="evidence" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceContainer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Datetime">
<eAnnotations references="#//Datetime"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="datetime" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//SACMElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="taggedValue" ordered="false"
upperBound="-1" eType="#//TaggedValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" ordered="false"
upperBound="-1" eType="#//Annotation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1"
eType="#//String"/>
</eClassifiers>
<!--
<eClassifiers xsi:type="ecore:EClass" name="SACMElement" abstract="true" eSuperTypes="Ecore#//EClass"/>
-->
<eClassifiers xsi:type="ecore:EClass" name="SACMElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="TaggedValue" eSuperTypes="#//UtilityElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" lowerBound="1"
eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UtilityElement" abstract="true" eSuperTypes="#//SACMElement"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean">
<eAnnotations references="#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer">
<eAnnotations references="#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String">
<eAnnotations references="#//String"/>
</eClassifiers>
<eSubpackages name="Argumentation" nsURI="http://schema.omg.org/SACM/1.0/Argumentation" nsPrefix="ARM">
<eClassifiers xsi:type="ecore:EClass" name="Argumentation" eSuperTypes="#//Argumentation/ArgumentationElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="argumentation" ordered="false" upperBound="-1"
eType="#//Argumentation/Argumentation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argumentElement" ordered="false" upperBound="-1"
eType="#//Argumentation/ArgumentElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArgumentElement" abstract="true" eSuperTypes="#//Argumentation/ArgumentationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CitationElement" eSuperTypes="#//Argumentation/ArgumentElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="argumentElementReference"
ordered="false" upperBound="-1" eType="#//Argumentation/ArgumentElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="argumentationReference"
ordered="false" upperBound="-1" eType="#//Argumentation/Argumentation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InformationElement" eSuperTypes="#//Argumentation/ArgumentElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="evidence" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceItem"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReasoningElement" abstract="true"
eSuperTypes="#//Argumentation/ArgumentElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Assertion" abstract="true" eSuperTypes="#//Argumentation/ReasoningElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ArgumentReasoning" eSuperTypes="#//Argumentation/ReasoningElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="structure" ordered="false"
upperBound="-1" eType="#//Argumentation/Argumentation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="describedInference" ordered="false"
upperBound="-1" eType="#//Argumentation/AssertedInference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="describedChallenge" ordered="false"
upperBound="-1" eType="#//Argumentation/AssertedChallenge"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertedRelationship" abstract="true"
eSuperTypes="#//Argumentation/Assertion">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
upperBound="-1" eType="#//Argumentation/ArgumentElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false"
upperBound="-1" eType="#//Argumentation/ArgumentElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Claim" eSuperTypes="#//Argumentation/Assertion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="assumed" ordered="false"
lowerBound="1" eType="#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toBeSupported" ordered="false"
lowerBound="1" eType="#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertedInference" eSuperTypes="#//Argumentation/AssertedRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssertedEvidence" eSuperTypes="#//Argumentation/AssertedRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssertedContext" eSuperTypes="#//Argumentation/AssertedRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssertedChallenge" eSuperTypes="#//Argumentation/AssertedRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssertedCounterEvidence" eSuperTypes="#//Argumentation/AssertedRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="ArgumentationElement" abstract="true"
eSuperTypes="#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="Evidence" nsURI="http://schema.omg.org/SACM/1.0/Evidence" nsPrefix="EM">
<eAnnotations references="#//Evidence"/>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceAttribute" abstract="true"
eSuperTypes="#//Evidence/EvidenceAssertion">
<eAnnotations references="#//Evidence/EvidenceAttribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Consistency" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/Consistency"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/ConsistencyLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Completeness" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/Completeness"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" ordered="false"
lowerBound="1" eType="#//Evidence/CompletenessLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#//Evidence/Exhibit">
<eAnnotations references="#//Evidence/Document"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="citation" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Confidence" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Confidence"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/ConfidenceLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApprovedBy" eSuperTypes="#//Evidence/Provenance">
<eAnnotations references="#//Evidence/ApprovedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supervisor" ordered="false"
lowerBound="1" eType="#//Evidence/Stakeholder"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreatedBy" eSuperTypes="#//Evidence/Provenance">
<eAnnotations references="#//Evidence/CreatedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//Evidence/Stakeholder"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tool" eSuperTypes="#//Evidence/CollectionMethod">
<eAnnotations references="#//Evidence/Tool"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//Evidence/CollectionMethod">
<eAnnotations references="#//Evidence/Method"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceItem" abstract="true" eSuperTypes="#//Evidence/EvidenceElement">
<eAnnotations references="#//Evidence/EvidenceItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsBasedOn" eSuperTypes="#//Evidence/ExhibitProperty">
<eAnnotations references="#//Evidence/IsBasedOn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormalAssertion" abstract="true" eSuperTypes="#//Evidence/FormalElement">
<eAnnotations references="#//Evidence/FormalAssertion"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsA" eSuperTypes="#//Evidence/EvidenceInterpretation">
<eAnnotations references="#//Evidence/IsA"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#//Evidence/FormalElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsCharacterizedBy" eSuperTypes="#//Evidence/EvidenceInterpretation">
<eAnnotations references="#//Evidence/IsCharacterizedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assertion" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Evidence/Stakeholder">
<eAnnotations references="#//Evidence/Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organization" eSuperTypes="#//Evidence/Stakeholder">
<eAnnotations references="#//Evidence/Organization"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceContainer" eSuperTypes="#//ModelElement">
<eAnnotations references="#//Evidence/EvidenceContainer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="evaluation" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceEvaluation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="item" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceItem" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gid" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false"
upperBound="-1" eType="#//Evidence/ProjectProperty" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
upperBound="-1" eType="#//Evidence/ProjectElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndTime" eSuperTypes="#//Evidence/EffectiveTime">
<eAnnotations references="#//Evidence/EndTime"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datetime" ordered="false"
lowerBound="1" eType="#//Datetime"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assertion" eSuperTypes="#//Evidence/FormalAssertion">
<eAnnotations references="#//Evidence/Assertion"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="facttype" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="role" ordered="false"
upperBound="-1" eType="#//Evidence/RoleBinding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="#//Evidence/FormalObject">
<eAnnotations references="#//Evidence/Object"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="concept" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeObject" eSuperTypes="#//Evidence/FormalObject">
<eAnnotations references="#//Evidence/CompositeObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
upperBound="-1" eType="#//Evidence/FormalObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleBinding" eSuperTypes="#//UtilityElement">
<eAnnotations references="#//Evidence/RoleBinding"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false"
eType="#//Evidence/FormalObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StartTime" eSuperTypes="#//Evidence/EffectiveTime">
<eAnnotations references="#//Evidence/StartTime"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datetime" ordered="false"
lowerBound="1" eType="#//Datetime"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relevance" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Relevance"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/Level"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Significance" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Significance"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/Level"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Accuracy" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Accuracy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/AccuracyLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HasRoleIn" eSuperTypes="#//Evidence/ProjectProperty">
<eAnnotations references="#//Evidence/HasRoleIn"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" ordered="false"
lowerBound="1" eType="#//Evidence/Organization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsScopedBy" eSuperTypes="#//Evidence/EvidenceInterpretation">
<eAnnotations references="#//Evidence/IsScopedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" ordered="false"
lowerBound="1" eType="#//Evidence/FormalElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EffectiveTime" abstract="true" eSuperTypes="#//Evidence/TimingProperty">
<eAnnotations references="#//Evidence/EffectiveTime"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtTime" eSuperTypes="#//Evidence/TimingProperty">
<eAnnotations references="#//Evidence/AtTime"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dateTtime" ordered="false"
lowerBound="1" eType="#//Datetime"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Originality" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/Originality"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/OriginalityLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reporting" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Reporting"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/ReportingLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reliability" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/Reliability"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/ReliabilityLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Supports" eSuperTypes="#//Evidence/EvidenceRelation">
<eAnnotations references="#//Evidence/Supports"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsGeneratedAt" eSuperTypes="#//Evidence/EvidenceEvent">
<eAnnotations references="#//Evidence/IsGeneratedAt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionMethod" abstract="true"
eSuperTypes="#//Evidence/ProjectElement">
<eAnnotations references="#//Evidence/CollectionMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceRelation" abstract="true"
eSuperTypes="#//Evidence/EvidenceEvaluation">
<eAnnotations references="#//Evidence/EvidenceRelation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assertion" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Support" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Support"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/SupportLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conflicts" eSuperTypes="#//Evidence/EvidenceObservation">
<eAnnotations references="#//Evidence/Conflicts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assertion" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Refutes" eSuperTypes="#//Evidence/EvidenceResolution">
<eAnnotations references="#//Evidence/Refutes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Negates" eSuperTypes="#//Evidence/EvidenceResolution">
<eAnnotations references="#//Evidence/Negates"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceRelation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnknownObject" eSuperTypes="#//Evidence/FormalObject">
<eAnnotations references="#//Evidence/UnknownObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceEvaluation" abstract="true"
eSuperTypes="#//Evidence/EvidenceAssertion">
<eAnnotations references="#//Evidence/EvidenceEvaluation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resolves" eSuperTypes="#//Evidence/EvidenceResolution">
<eAnnotations references="#//Evidence/Resolves"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceObservation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Stakeholder" abstract="true" eSuperTypes="#//Evidence/ProjectElement">
<eAnnotations references="#//Evidence/Stakeholder"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceRequest" eSuperTypes="#//Evidence/ProjectElement">
<eAnnotations references="#//Evidence/EvidenceRequest"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="item" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectObjective" eSuperTypes="#//Evidence/ProjectElement">
<eAnnotations references="#//Evidence/ProjectObjective"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Evidence/ProjectElement">
<eAnnotations references="#//Evidence/Activity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DependsOn" eSuperTypes="#//Evidence/ProjectProperty">
<eAnnotations references="#//Evidence/DependsOn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" eType="#//Evidence/ProjectElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Satisfies" eSuperTypes="#//Evidence/ProjectProperty">
<eAnnotations references="#//Evidence/Satisfies"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" eType="#//Evidence/ProjectElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectElement" abstract="true" eSuperTypes="#//Evidence/EvidenceElement">
<eAnnotations references="#//Evidence/ProjectElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false"
upperBound="-1" eType="#//Evidence/ProjectProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferencedClaim" eSuperTypes="#//Evidence/FormalAssertion">
<eAnnotations references="#//Evidence/ReferencedClaim"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="claim" ordered="false"
eType="#//Argumentation/Claim"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceObservation" abstract="true"
eSuperTypes="#//Evidence/EvidenceEvaluation">
<eAnnotations references="#//Evidence/EvidenceObservation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceResolution" abstract="true"
eSuperTypes="#//Evidence/EvidenceEvaluation">
<eAnnotations references="#//Evidence/EvidenceResolution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Weakens" eSuperTypes="#//Evidence/Contributes">
<eAnnotations references="#//Evidence/Weakens"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Amplifies" eSuperTypes="#//Evidence/Contributes">
<eAnnotations references="#//Evidence/Amplifies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contributes" abstract="true" eSuperTypes="#//Evidence/EvidenceObservation">
<eAnnotations references="#//Evidence/Contributes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceRelation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceRelation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Challenges" eSuperTypes="#//Evidence/EvidenceRelation">
<eAnnotations references="#//Evidence/Challenges"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Strength" eSuperTypes="#//Evidence/EvidenceAttribute">
<eAnnotations references="#//Evidence/Strength"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsAcquiredAt" eSuperTypes="#//Evidence/EvidenceEvent">
<eAnnotations references="#//Evidence/IsAcquiredAt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsTransferredTo" eSuperTypes="#//Evidence/EvidenceEvent">
<eAnnotations references="#//Evidence/IsTransferredTo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentProperty" abstract="true"
eSuperTypes="#//Evidence/ExhibitProperty">
<eAnnotations references="#//Evidence/DocumentProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceEvent" abstract="true" eSuperTypes="#//Evidence/EvidenceProperty">
<eAnnotations references="#//Evidence/EvidenceEvent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OwnedBy" eSuperTypes="#//Evidence/Provenance">
<eAnnotations references="#//Evidence/OwnedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
lowerBound="1" eType="#//Evidence/Stakeholder"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Provenance" abstract="true" eSuperTypes="#//Evidence/EvidenceProperty">
<eAnnotations references="#//Evidence/Provenance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimingProperty" abstract="true" eSuperTypes="#//Evidence/EvidenceProperty">
<eAnnotations references="#//Evidence/TimingProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsPartOf" eSuperTypes="#//Evidence/ExhibitProperty">
<eAnnotations references="#//Evidence/IsPartOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whole" ordered="false"
lowerBound="1" eType="#//Evidence/Exhibit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsRevokedAt" eSuperTypes="#//Evidence/EvidenceEvent">
<eAnnotations references="#//Evidence/IsRevokedAt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProvidesContext" eSuperTypes="#//Evidence/EvidenceInterpretation">
<eAnnotations references="#//Evidence/ProvidesContext"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormalObject" abstract="true" eSuperTypes="#//Evidence/FormalElement">
<eAnnotations references="#//Evidence/FormalObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MeansThat" eSuperTypes="#//Evidence/EvidenceInterpretation">
<eAnnotations references="#//Evidence/MeansThat"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="meaning" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceElement" abstract="true" eSuperTypes="#//ModelElement">
<eAnnotations references="#//Evidence/EvidenceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="timing" ordered="false"
upperBound="-1" eType="#//Evidence/TimingProperty" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="custody" ordered="false"
upperBound="-1" eType="#//Evidence/CustodyProperty" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="provenance" ordered="false"
upperBound="-1" eType="#//Evidence/Provenance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceEvent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CareOf" eSuperTypes="#//Evidence/CustodyProperty">
<eAnnotations references="#//Evidence/CareOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="custodian" ordered="false"
lowerBound="1" eType="#//Evidence/Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustodyProperty" abstract="true" eSuperTypes="#//Evidence/EvidenceProperty">
<eAnnotations references="#//Evidence/CustodyProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtLocation" eSuperTypes="#//Evidence/CustodyProperty">
<eAnnotations references="#//Evidence/AtLocation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" ordered="false"
lowerBound="1" eType="#//Evidence/Organization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsCreatedAt" eSuperTypes="#//Evidence/EvidenceEvent">
<eAnnotations references="#//Evidence/IsCreatedAt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequiresContainer" eSuperTypes="#//Evidence/ProjectProperty">
<eAnnotations references="#//Evidence/RequiresContainer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceContainer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectProperty" abstract="true" eSuperTypes="#//Evidence/EvidenceProperty">
<eAnnotations references="#//Evidence/ProjectProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//Evidence/CollectionMethod">
<eAnnotations references="#//Evidence/Service"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HasElectronicSource" eSuperTypes="#//Evidence/ExhibitProperty">
<eAnnotations references="#//Evidence/HasElectronicSource"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileSize" ordered="false"
lowerBound="1" eType="#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsExpressedInLanguage" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/IsExpressedInLanguage"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="IsPrimary" ordered="false"
lowerBound="1" eType="#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UsingProcess" eSuperTypes="#//Evidence/CustodyProperty">
<eAnnotations references="#//Evidence/UsingProcess"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false"
lowerBound="1" eType="#//Evidence/CollectionMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HasSecurityClassification" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/HasSecurityClassification"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="securityClassification"
ordered="false" lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsReleaseableTo" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/IsReleaseableTo"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="releasability" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceGroup" eSuperTypes="#//Evidence/EvidenceItem">
<eAnnotations references="#//Evidence/EvidenceGroup"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
upperBound="-1" eType="#//Evidence/EvidenceElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HasVersion" eSuperTypes="#//Evidence/DocumentProperty">
<eAnnotations references="#//Evidence/HasVersion"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HasMedia" eSuperTypes="#//Evidence/ExhibitProperty">
<eAnnotations references="#//Evidence/HasMedia"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="media" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exhibit" eSuperTypes="#//Evidence/EvidenceItem">
<eAnnotations references="#//Evidence/Exhibit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false"
upperBound="-1" eType="#//Evidence/ExhibitProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormalElement" abstract="true" eSuperTypes="#//Evidence/EvidenceItem">
<eAnnotations references="#//Evidence/FormalElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExhibitProperty" abstract="true" eSuperTypes="#//Evidence/EvidenceProperty">
<eAnnotations references="#//Evidence/ExhibitProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceInterpretation" abstract="true"
eSuperTypes="#//Evidence/EvidenceEvaluation">
<eAnnotations references="#//Evidence/EvidenceInterpretation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false"
lowerBound="1" eType="#//Evidence/EvidenceElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ReliabilityLevel">
<eAnnotations references="#//Evidence/ReliabilityLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="unReliable"/>
<eLiterals name="notUsuallyReliable"/>
<eLiterals name="usuallyReliable"/>
<eLiterals name="fairlyReliable"/>
<eLiterals name="completelyReliable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CompletenessLevel">
<eAnnotations references="#//Evidence/CompletenessLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="incomplete"/>
<eLiterals name="draft"/>
<eLiterals name="final"/>
<eLiterals name="obsolete"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OriginalityLevel">
<eAnnotations references="#//Evidence/OriginalityLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="derivative"/>
<eLiterals name="original"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConsistencyLevel">
<eAnnotations references="#//Evidence/ConsistencyLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="informal"/>
<eLiterals name="semiformal"/>
<eLiterals name="formal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Level">
<eAnnotations references="#//Evidence/Level"/>
<eLiterals name="unknown"/>
<eLiterals name="low"/>
<eLiterals name="mediumLow"/>
<eLiterals name="medium"/>
<eLiterals name="mediumHigh"/>
<eLiterals name="high"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SupportLevel">
<eAnnotations references="#//Evidence/SupportLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="indirect"/>
<eLiterals name="direct"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ReportingLevel">
<eAnnotations references="#//Evidence/ReportingLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="secondary"/>
<eLiterals name="primary"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConfidenceLevel">
<eAnnotations references="#//Evidence/ConfidenceLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="reportedAsUncertain"/>
<eLiterals name="reportedAsPlausible"/>
<eLiterals name="reportedAsFact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AccuracyLevel">
<eAnnotations references="#//Evidence/AccuracyLevel"/>
<eLiterals name="unknown"/>
<eLiterals name="improbable"/>
<eLiterals name="doubtful"/>
<eLiterals name="possible"/>
<eLiterals name="probable"/>
<eLiterals name="confirmed"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StandardOfProof">
<eAnnotations references="#//Evidence/StandardOfProof"/>
<eLiterals name="unknown"/>
<eLiterals name="other"/>
<eLiterals name="POE"/>
<eLiterals name="RCE"/>
<eLiterals name="CCE"/>
<eLiterals name="BRD"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceAssertion" abstract="true"
eSuperTypes="#//Evidence/EvidenceElement"/>
<eClassifiers xsi:type="ecore:EClass" name="EvidenceProperty" abstract="true"
eSuperTypes="#//Evidence/EvidenceAssertion"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedEvidenceAttribute" eSuperTypes="#//Evidence/EvidenceAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedDocumentProperty" eSuperTypes="#//Evidence/DocumentProperty"/>
<eClassifiers xsi:type="ecore:EClass" name="Record" eSuperTypes="#//Evidence/EvidenceItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false"
lowerBound="1" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectifiedAssertion" eSuperTypes="#//Evidence/FormalObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="assertion" ordered="false"
lowerBound="1" eType="#//Evidence/FormalAssertion"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsModifiedBy" eSuperTypes="#//Evidence/EvidenceEvent"/>
<eClassifiers xsi:type="ecore:EClass" name="PerformedBy" eSuperTypes="#//Evidence/Provenance">
<eStructuralFeatures xsi:type="ecore:EReference" name="executor" ordered="false"
lowerBound="1" eType="#//Evidence/Stakeholder"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerConsistency" eSuperTypes="#//Evidence/ProjectProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/ConsistencyLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContainerCompleteness" eSuperTypes="#//Evidence/ProjectProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#//Evidence/CompletenessLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompliesTo" eSuperTypes="#//Evidence/ProjectProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="criteria" ordered="false"
lowerBound="1" eType="#//Evidence/StandardOfProof"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedProjectProperty" eSuperTypes="#//Evidence/ProjectProperty"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/dblouin/rdalte2/fr.openpeople.rdal2.model/model/sacm.ecore | ecore | SACM
Annotation
content
AssuranceCase
name
gid
argument
evidence
Datetime
datetime
ModelElement
taggedValue
annotation
id
SACMElement
TaggedValue
key
value
UtilityElement
Boolean
java.lang.Boolean
java.lang.Boolean
Integer
java.lang.Integer
java.lang.Integer
String
java.lang.String
java.lang.String
Argumentation
Argumentation
argumentation
argumentElement
ArgumentElement
CitationElement
argumentElementReference
argumentationReference
InformationElement
evidence
url
ReasoningElement
Assertion
ArgumentReasoning
structure
describedInference
describedChallenge
AssertedRelationship
source
target
Claim
assumed
toBeSupported
AssertedInference
AssertedEvidence
AssertedContext
AssertedChallenge
AssertedCounterEvidence
ArgumentationElement
description
content
Evidence
EvidenceAttribute
Consistency
value
Completeness
status
Document
title
citation
Confidence
value
ApprovedBy
supervisor
CreatedBy
source
Tool
version
Method
EvidenceItem
IsBasedOn
source
FormalAssertion
content
IsA
definition
IsCharacterizedBy
assertion
Person
Organization
address
EvidenceContainer
name
evaluation
item
gid
property
version
element
EndTime
datetime
Assertion
facttype
role
definition
Object
concept
definition
CompositeObject
element
RoleBinding
role
subject
StartTime
datetime
Relevance
value
Significance
value
Accuracy
value
HasRoleIn
role
organization
IsScopedBy
scope
EffectiveTime
AtTime
dateTtime
Originality
value
Reporting
value
Reliability
value
Supports
IsGeneratedAt
CollectionMethod
EvidenceRelation
assertion
subject
Support
value
Conflicts
assertion
subject
Refutes
element
Negates
element
UnknownObject
EvidenceEvaluation
attribute
Resolves
element
Stakeholder
EvidenceRequest
item
ProjectObjective
Activity
DependsOn
element
Satisfies
element
ProjectElement
name
content
property
ReferencedClaim
claim
EvidenceObservation
EvidenceResolution
subject
Weakens
Amplifies
Contributes
subject
relation
Challenges
Strength
value
IsAcquiredAt
IsTransferredTo
DocumentProperty
EvidenceEvent
OwnedBy
owner
Provenance
TimingProperty
IsPartOf
whole
IsRevokedAt
ProvidesContext
context
FormalObject
name
MeansThat
meaning
EvidenceElement
timing
custody
provenance
event
CareOf
custodian
CustodyProperty
AtLocation
location
IsCreatedAt
RequiresContainer
container
ProjectProperty
Service
HasElectronicSource
source
format
fileSize
IsExpressedInLanguage
language
IsPrimary
UsingProcess
method
HasSecurityClassification
securityClassification
IsReleaseableTo
releasability
EvidenceGroup
name
element
HasVersion
version
HasMedia
media
Exhibit
name
url
property
FormalElement
ExhibitProperty
EvidenceInterpretation
subject
ReliabilityLevel
unknown
unknown
unReliable
unReliable
notUsuallyReliable
notUsuallyReliable
usuallyReliable
usuallyReliable
fairlyReliable
fairlyReliable
completelyReliable
completelyReliable
CompletenessLevel
unknown
unknown
incomplete
incomplete
draft
draft
final
final
obsolete
obsolete
OriginalityLevel
unknown
unknown
derivative
derivative
original
original
ConsistencyLevel
unknown
unknown
informal
informal
semiformal
semiformal
formal
formal
Level
unknown
unknown
low
low
mediumLow
mediumLow
medium
medium
mediumHigh
mediumHigh
high
high
SupportLevel
unknown
unknown
indirect
indirect
direct
direct
ReportingLevel
unknown
unknown
secondary
secondary
primary
primary
ConfidenceLevel
unknown
unknown
reportedAsUncertain
reportedAsUncertain
reportedAsPlausible
reportedAsPlausible
reportedAsFact
reportedAsFact
AccuracyLevel
unknown
unknown
improbable
improbable
doubtful
doubtful
possible
possible
probable
probable
confirmed
confirmed
StandardOfProof
unknown
unknown
other
other
POE
POE
RCE
RCE
CCE
CCE
BRD
BRD
EvidenceAssertion
EvidenceProperty
ExtendedEvidenceAttribute
ExtendedDocumentProperty
Record
name
content
ObjectifiedAssertion
assertion
IsModifiedBy
PerformedBy
executor
ContainerConsistency
value
ContainerCompleteness
value
CompliesTo
criteria
ExtendedProjectProperty | null | {"directed":true,"nodes":[{"nsPrefix":"SACM","nsURI":"http://schema.omg.org/SACM/1.0","name":"SACM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssuranceCase","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datetime","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SACMElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaggedValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtilityElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":10,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"ARM","nsURI":"http://schema.omg.org/SACM/1.0/Argumentation","name":"Argumentation","id":11,"eClass":"EPackage"},{"nsPrefix":"EM","nsURI":"http://schema.omg.org/SACM/1.0/Evidence","name":"Evidence","id":12,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gid","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"evidence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argumentation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"id":24,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceContainer","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"id":26,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datetime","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"id":28,"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":"taggedValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"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":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentElement","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CitationElement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationElement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReasoningElement","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentReasoning","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedRelationship","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Claim","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedInference","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedEvidence","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedContext","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedChallenge","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedCounterEvidence","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentationElement","instanceClass":null,"abstract":true,"id":55,"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":"argumentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argumentElement","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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"argumentElementReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"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":"argumentationReference","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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evidence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"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":"url","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceItem","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"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":"structure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"describedInference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"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":"describedChallenge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":82,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assumed","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toBeSupported","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"},{"id":96,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceAttribute","instanceClass":null,"abstract":true,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Consistency","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Completeness","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Confidence","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApprovedBy","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreatedBy","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tool","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsBasedOn","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalAssertion","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsA","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsCharacterizedBy","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndTime","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeObject","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleBinding","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartTime","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relevance","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Significance","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Accuracy","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasRoleIn","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsScopedBy","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectiveTime","instanceClass":null,"abstract":true,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtTime","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Originality","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reporting","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reliability","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Supports","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsGeneratedAt","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionMethod","instanceClass":null,"abstract":true,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceRelation","instanceClass":null,"abstract":true,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Support","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conflicts","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refutes","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negates","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownObject","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceEvaluation","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resolves","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stakeholder","instanceClass":null,"abstract":true,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceRequest","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectObjective","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DependsOn","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Satisfies","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectElement","instanceClass":null,"abstract":true,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencedClaim","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceObservation","instanceClass":null,"abstract":true,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceResolution","instanceClass":null,"abstract":true,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Weakens","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Amplifies","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contributes","instanceClass":null,"abstract":true,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Challenges","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strength","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsAcquiredAt","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsTransferredTo","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentProperty","instanceClass":null,"abstract":true,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceEvent","instanceClass":null,"abstract":true,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwnedBy","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provenance","instanceClass":null,"abstract":true,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimingProperty","instanceClass":null,"abstract":true,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsPartOf","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsRevokedAt","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidesContext","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalObject","instanceClass":null,"abstract":true,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeansThat","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceElement","instanceClass":null,"abstract":true,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CareOf","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustodyProperty","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtLocation","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsCreatedAt","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiresContainer","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectProperty","instanceClass":null,"abstract":true,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasElectronicSource","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsExpressedInLanguage","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsingProcess","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasSecurityClassification","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsReleaseableTo","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceGroup","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasVersion","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasMedia","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exhibit","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalElement","instanceClass":null,"abstract":true,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExhibitProperty","instanceClass":null,"abstract":true,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceInterpretation","instanceClass":null,"abstract":true,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReliabilityLevel","instanceClass":null,"id":191,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompletenessLevel","instanceClass":null,"id":192,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OriginalityLevel","instanceClass":null,"id":193,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConsistencyLevel","instanceClass":null,"id":194,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Level","instanceClass":null,"id":195,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SupportLevel","instanceClass":null,"id":196,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReportingLevel","instanceClass":null,"id":197,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfidenceLevel","instanceClass":null,"id":198,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccuracyLevel","instanceClass":null,"id":199,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StandardOfProof","instanceClass":null,"id":200,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceAssertion","instanceClass":null,"abstract":true,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvidenceProperty","instanceClass":null,"abstract":true,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedEvidenceAttribute","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedDocumentProperty","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Record","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectifiedAssertion","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsModifiedBy","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerformedBy","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerConsistency","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerCompleteness","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompliesTo","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedProjectProperty","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"id":213,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":220,"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":"citation","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"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":"supervisor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"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":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"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":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":1,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":255,"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":"evaluation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"item","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gid","changeable":true,"lowerBound":1,"iD":false,"id":258,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":260,"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":"element","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"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"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":"datetime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"facttype","changeable":true,"lowerBound":1,"iD":false,"id":273,"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":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"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":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concept","changeable":true,"lowerBound":1,"iD":false,"id":280,"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":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":288,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datetime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":305,"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":"organization","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":false,"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":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"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":"dateTtime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"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":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":329,"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":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"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":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":337,"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":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"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":"item","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"},{"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":367,"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":"content","changeable":true,"lowerBound":1,"iD":false,"id":368,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"claim","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"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":"relation","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"whole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"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":"meaning","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"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":"timing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"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":"custody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"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":"provenance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"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":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"custodian","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"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":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"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":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"ordered":false,"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":436,"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":"format","changeable":true,"lowerBound":1,"iD":false,"id":437,"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":"fileSize","changeable":true,"lowerBound":1,"iD":false,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":1,"iD":false,"id":443,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"IsPrimary","changeable":true,"lowerBound":1,"iD":false,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"securityClassification","changeable":true,"lowerBound":1,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"releasability","changeable":true,"lowerBound":1,"iD":false,"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":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":457,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"media","changeable":true,"lowerBound":1,"iD":false,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":468,"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":"url","changeable":true,"lowerBound":1,"iD":false,"id":469,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"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":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"name":"unknown","id":480,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"unReliable","id":481,"value":0,"literal":"unReliable","eClass":"EEnumLiteral"},{"name":"notUsuallyReliable","id":482,"value":0,"literal":"notUsuallyReliable","eClass":"EEnumLiteral"},{"name":"usuallyReliable","id":483,"value":0,"literal":"usuallyReliable","eClass":"EEnumLiteral"},{"name":"fairlyReliable","id":484,"value":0,"literal":"fairlyReliable","eClass":"EEnumLiteral"},{"name":"completelyReliable","id":485,"value":0,"literal":"completelyReliable","eClass":"EEnumLiteral"},{"name":"unknown","id":486,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"incomplete","id":487,"value":0,"literal":"incomplete","eClass":"EEnumLiteral"},{"name":"draft","id":488,"value":0,"literal":"draft","eClass":"EEnumLiteral"},{"name":"final","id":489,"value":0,"literal":"final","eClass":"EEnumLiteral"},{"name":"obsolete","id":490,"value":0,"literal":"obsolete","eClass":"EEnumLiteral"},{"name":"unknown","id":491,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"derivative","id":492,"value":0,"literal":"derivative","eClass":"EEnumLiteral"},{"name":"original","id":493,"value":0,"literal":"original","eClass":"EEnumLiteral"},{"name":"unknown","id":494,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"informal","id":495,"value":0,"literal":"informal","eClass":"EEnumLiteral"},{"name":"semiformal","id":496,"value":0,"literal":"semiformal","eClass":"EEnumLiteral"},{"name":"formal","id":497,"value":0,"literal":"formal","eClass":"EEnumLiteral"},{"name":"unknown","id":498,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"low","id":499,"value":0,"literal":"low","eClass":"EEnumLiteral"},{"name":"mediumLow","id":500,"value":0,"literal":"mediumLow","eClass":"EEnumLiteral"},{"name":"medium","id":501,"value":0,"literal":"medium","eClass":"EEnumLiteral"},{"name":"mediumHigh","id":502,"value":0,"literal":"mediumHigh","eClass":"EEnumLiteral"},{"name":"high","id":503,"value":0,"literal":"high","eClass":"EEnumLiteral"},{"name":"unknown","id":504,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"indirect","id":505,"value":0,"literal":"indirect","eClass":"EEnumLiteral"},{"name":"direct","id":506,"value":0,"literal":"direct","eClass":"EEnumLiteral"},{"name":"unknown","id":507,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"secondary","id":508,"value":0,"literal":"secondary","eClass":"EEnumLiteral"},{"name":"primary","id":509,"value":0,"literal":"primary","eClass":"EEnumLiteral"},{"name":"unknown","id":510,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"reportedAsUncertain","id":511,"value":0,"literal":"reportedAsUncertain","eClass":"EEnumLiteral"},{"name":"reportedAsPlausible","id":512,"value":0,"literal":"reportedAsPlausible","eClass":"EEnumLiteral"},{"name":"reportedAsFact","id":513,"value":0,"literal":"reportedAsFact","eClass":"EEnumLiteral"},{"name":"unknown","id":514,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"improbable","id":515,"value":0,"literal":"improbable","eClass":"EEnumLiteral"},{"name":"doubtful","id":516,"value":0,"literal":"doubtful","eClass":"EEnumLiteral"},{"name":"possible","id":517,"value":0,"literal":"possible","eClass":"EEnumLiteral"},{"name":"probable","id":518,"value":0,"literal":"probable","eClass":"EEnumLiteral"},{"name":"confirmed","id":519,"value":0,"literal":"confirmed","eClass":"EEnumLiteral"},{"name":"unknown","id":520,"value":0,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"other","id":521,"value":0,"literal":"other","eClass":"EEnumLiteral"},{"name":"POE","id":522,"value":0,"literal":"POE","eClass":"EEnumLiteral"},{"name":"RCE","id":523,"value":0,"literal":"RCE","eClass":"EEnumLiteral"},{"name":"CCE","id":524,"value":0,"literal":"CCE","eClass":"EEnumLiteral"},{"name":"BRD","id":525,"value":0,"literal":"BRD","eClass":"EEnumLiteral"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":530,"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":"content","changeable":true,"lowerBound":1,"iD":false,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"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":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"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":"executor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":539,"derived":false},{"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":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"criteria","changeable":true,"lowerBound":1,"iD":false,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":13},{"source":1,"target":14},{"source":13,"target":10},{"source":13,"target":15},{"source":13,"target":1},{"source":15,"target":10},{"source":14,"target":7},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":16,"target":10},{"source":16,"target":21},{"source":16,"target":2},{"source":21,"target":10},{"source":17,"target":10},{"source":17,"target":22},{"source":17,"target":2},{"source":22,"target":10},{"source":18,"target":23},{"source":18,"target":24},{"source":18,"target":2},{"source":24,"target":23},{"source":19,"target":25},{"source":19,"target":26},{"source":19,"target":2},{"source":26,"target":25},{"source":20,"target":4},{"source":3,"target":0},{"source":3,"target":27},{"source":27,"target":10},{"source":27,"target":28},{"source":27,"target":3},{"source":28,"target":10},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":29,"target":6},{"source":29,"target":33},{"source":29,"target":4},{"source":33,"target":6},{"source":30,"target":1},{"source":30,"target":34},{"source":30,"target":4},{"source":34,"target":1},{"source":31,"target":10},{"source":31,"target":35},{"source":31,"target":4},{"source":35,"target":10},{"source":32,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":36,"target":10},{"source":36,"target":39},{"source":36,"target":6},{"source":39,"target":10},{"source":37,"target":10},{"source":37,"target":40},{"source":37,"target":6},{"source":40,"target":10},{"source":38,"target":7},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":41},{"source":41,"target":5},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":23},{"source":11,"target":42},{"source":11,"target":43},{"source":11,"target":44},{"source":11,"target":45},{"source":11,"target":46},{"source":11,"target":47},{"source":11,"target":48},{"source":11,"target":49},{"source":11,"target":50},{"source":11,"target":51},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":0},{"source":23,"target":11},{"source":23,"target":55},{"source":23,"target":56},{"source":23,"target":57},{"source":23,"target":58},{"source":56,"target":23},{"source":56,"target":59},{"source":56,"target":23},{"source":59,"target":23},{"source":57,"target":42},{"source":57,"target":60},{"source":57,"target":23},{"source":60,"target":42},{"source":58,"target":55},{"source":42,"target":11},{"source":42,"target":55},{"source":42,"target":61},{"source":61,"target":55},{"source":43,"target":11},{"source":43,"target":42},{"source":43,"target":62},{"source":43,"target":63},{"source":43,"target":64},{"source":62,"target":42},{"source":62,"target":65},{"source":62,"target":43},{"source":65,"target":42},{"source":63,"target":23},{"source":63,"target":66},{"source":63,"target":43},{"source":66,"target":23},{"source":64,"target":42},{"source":44,"target":11},{"source":44,"target":42},{"source":44,"target":67},{"source":44,"target":68},{"source":44,"target":69},{"source":67,"target":70},{"source":67,"target":71},{"source":67,"target":44},{"source":71,"target":70},{"source":68,"target":10},{"source":68,"target":72},{"source":68,"target":44},{"source":72,"target":10},{"source":69,"target":42},{"source":45,"target":11},{"source":45,"target":42},{"source":45,"target":73},{"source":73,"target":42},{"source":46,"target":11},{"source":46,"target":45},{"source":46,"target":74},{"source":74,"target":45},{"source":47,"target":11},{"source":47,"target":45},{"source":47,"target":75},{"source":47,"target":76},{"source":47,"target":77},{"source":47,"target":78},{"source":75,"target":23},{"source":75,"target":79},{"source":75,"target":47},{"source":79,"target":23},{"source":76,"target":50},{"source":76,"target":80},{"source":76,"target":47},{"source":80,"target":50},{"source":77,"target":53},{"source":77,"target":81},{"source":77,"target":47},{"source":81,"target":53},{"source":78,"target":45},{"source":48,"target":11},{"source":48,"target":46},{"source":48,"target":82},{"source":48,"target":83},{"source":48,"target":84},{"source":82,"target":42},{"source":82,"target":85},{"source":82,"target":48},{"source":85,"target":42},{"source":83,"target":42},{"source":83,"target":86},{"source":83,"target":48},{"source":86,"target":42},{"source":84,"target":46},{"source":49,"target":11},{"source":49,"target":46},{"source":49,"target":87},{"source":49,"target":88},{"source":49,"target":89},{"source":87,"target":8},{"source":87,"target":90},{"source":87,"target":49},{"source":90,"target":8},{"source":88,"target":8},{"source":88,"target":91},{"source":88,"target":49},{"source":91,"target":8},{"source":89,"target":46},{"source":50,"target":11},{"source":50,"target":48},{"source":50,"target":92},{"source":92,"target":48},{"source":51,"target":11},{"source":51,"target":48},{"source":51,"target":93},{"source":93,"target":48},{"source":52,"target":11},{"source":52,"target":48},{"source":52,"target":94},{"source":94,"target":48},{"source":53,"target":11},{"source":53,"target":48},{"source":53,"target":95},{"source":95,"target":48},{"source":54,"target":11},{"source":54,"target":48},{"source":54,"target":96},{"source":96,"target":48},{"source":55,"target":11},{"source":55,"target":4},{"source":55,"target":97},{"source":55,"target":98},{"source":55,"target":99},{"source":97,"target":10},{"source":97,"target":100},{"source":97,"target":55},{"source":100,"target":10},{"source":98,"target":10},{"source":98,"target":101},{"source":98,"target":55},{"source":101,"target":10},{"source":99,"target":4},{"source":12,"target":102},{"source":12,"target":103},{"source":12,"target":104},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":12,"target":70},{"source":12,"target":111},{"source":12,"target":112},{"source":12,"target":113},{"source":12,"target":114},{"source":12,"target":115},{"source":12,"target":116},{"source":12,"target":25},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":12,"target":123},{"source":12,"target":124},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":12,"target":128},{"source":12,"target":129},{"source":12,"target":130},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":12,"target":137},{"source":12,"target":138},{"source":12,"target":139},{"source":12,"target":140},{"source":12,"target":141},{"source":12,"target":142},{"source":12,"target":143},{"source":12,"target":144},{"source":12,"target":145},{"source":12,"target":146},{"source":12,"target":147},{"source":12,"target":148},{"source":12,"target":149},{"source":12,"target":150},{"source":12,"target":151},{"source":12,"target":152},{"source":12,"target":153},{"source":12,"target":154},{"source":12,"target":155},{"source":12,"target":156},{"source":12,"target":157},{"source":12,"target":158},{"source":12,"target":159},{"source":12,"target":160},{"source":12,"target":161},{"source":12,"target":162},{"source":12,"target":163},{"source":12,"target":164},{"source":12,"target":165},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":12,"target":169},{"source":12,"target":170},{"source":12,"target":171},{"source":12,"target":172},{"source":12,"target":173},{"source":12,"target":174},{"source":12,"target":175},{"source":12,"target":176},{"source":12,"target":177},{"source":12,"target":178},{"source":12,"target":179},{"source":12,"target":180},{"source":12,"target":181},{"source":12,"target":182},{"source":12,"target":183},{"source":12,"target":184},{"source":12,"target":185},{"source":12,"target":186},{"source":12,"target":187},{"source":12,"target":188},{"source":12,"target":189},{"source":12,"target":190},{"source":12,"target":191},{"source":12,"target":192},{"source":12,"target":193},{"source":12,"target":194},{"source":12,"target":195},{"source":12,"target":196},{"source":12,"target":197},{"source":12,"target":198},{"source":12,"target":199},{"source":12,"target":200},{"source":12,"target":201},{"source":12,"target":202},{"source":12,"target":203},{"source":12,"target":204},{"source":12,"target":205},{"source":12,"target":206},{"source":12,"target":207},{"source":12,"target":208},{"source":12,"target":209},{"source":12,"target":210},{"source":12,"target":211},{"source":12,"target":212},{"source":12,"target":0},{"source":102,"target":12},{"source":102,"target":201},{"source":102,"target":213},{"source":213,"target":201},{"source":103,"target":12},{"source":103,"target":161},{"source":103,"target":214},{"source":103,"target":215},{"source":214,"target":194},{"source":214,"target":216},{"source":214,"target":103},{"source":216,"target":194},{"source":215,"target":161},{"source":104,"target":12},{"source":104,"target":161},{"source":104,"target":217},{"source":104,"target":218},{"source":217,"target":192},{"source":217,"target":219},{"source":217,"target":104},{"source":219,"target":192},{"source":218,"target":161},{"source":105,"target":12},{"source":105,"target":187},{"source":105,"target":220},{"source":105,"target":221},{"source":105,"target":222},{"source":220,"target":10},{"source":220,"target":223},{"source":220,"target":105},{"source":223,"target":10},{"source":221,"target":10},{"source":221,"target":224},{"source":221,"target":105},{"source":224,"target":10},{"source":222,"target":187},{"source":106,"target":12},{"source":106,"target":102},{"source":106,"target":225},{"source":106,"target":226},{"source":225,"target":198},{"source":225,"target":227},{"source":225,"target":106},{"source":227,"target":198},{"source":226,"target":102},{"source":107,"target":12},{"source":107,"target":164},{"source":107,"target":228},{"source":107,"target":229},{"source":228,"target":144},{"source":228,"target":230},{"source":228,"target":107},{"source":230,"target":144},{"source":229,"target":164},{"source":108,"target":12},{"source":108,"target":164},{"source":108,"target":231},{"source":108,"target":232},{"source":231,"target":144},{"source":231,"target":233},{"source":231,"target":108},{"source":233,"target":144},{"source":232,"target":164},{"source":109,"target":12},{"source":109,"target":135},{"source":109,"target":234},{"source":109,"target":235},{"source":234,"target":10},{"source":234,"target":236},{"source":234,"target":109},{"source":236,"target":10},{"source":235,"target":135},{"source":110,"target":12},{"source":110,"target":135},{"source":110,"target":237},{"source":237,"target":135},{"source":70,"target":12},{"source":70,"target":171},{"source":70,"target":238},{"source":238,"target":171},{"source":111,"target":12},{"source":111,"target":189},{"source":111,"target":239},{"source":111,"target":240},{"source":239,"target":70},{"source":239,"target":241},{"source":239,"target":111},{"source":241,"target":70},{"source":240,"target":189},{"source":112,"target":12},{"source":112,"target":188},{"source":112,"target":242},{"source":112,"target":243},{"source":242,"target":10},{"source":242,"target":244},{"source":242,"target":112},{"source":244,"target":10},{"source":243,"target":188},{"source":113,"target":12},{"source":113,"target":190},{"source":113,"target":245},{"source":113,"target":246},{"source":245,"target":188},{"source":245,"target":247},{"source":245,"target":113},{"source":247,"target":188},{"source":246,"target":190},{"source":114,"target":12},{"source":114,"target":190},{"source":114,"target":248},{"source":114,"target":249},{"source":248,"target":112},{"source":248,"target":250},{"source":248,"target":114},{"source":250,"target":112},{"source":249,"target":190},{"source":115,"target":12},{"source":115,"target":144},{"source":115,"target":251},{"source":251,"target":144},{"source":116,"target":12},{"source":116,"target":144},{"source":116,"target":252},{"source":116,"target":253},{"source":252,"target":10},{"source":252,"target":254},{"source":252,"target":116},{"source":254,"target":10},{"source":253,"target":144},{"source":25,"target":12},{"source":25,"target":4},{"source":25,"target":255},{"source":25,"target":256},{"source":25,"target":257},{"source":25,"target":258},{"source":25,"target":259},{"source":25,"target":260},{"source":25,"target":261},{"source":25,"target":262},{"source":255,"target":10},{"source":255,"target":263},{"source":255,"target":25},{"source":263,"target":10},{"source":256,"target":142},{"source":256,"target":264},{"source":256,"target":25},{"source":264,"target":142},{"source":257,"target":70},{"source":257,"target":265},{"source":257,"target":25},{"source":265,"target":70},{"source":258,"target":10},{"source":258,"target":266},{"source":258,"target":25},{"source":266,"target":10},{"source":259,"target":177},{"source":259,"target":267},{"source":259,"target":25},{"source":267,"target":177},{"source":260,"target":10},{"source":260,"target":268},{"source":260,"target":25},{"source":268,"target":10},{"source":261,"target":150},{"source":261,"target":269},{"source":261,"target":25},{"source":269,"target":150},{"source":262,"target":4},{"source":117,"target":12},{"source":117,"target":128},{"source":117,"target":270},{"source":117,"target":271},{"source":270,"target":3},{"source":270,"target":272},{"source":270,"target":117},{"source":272,"target":3},{"source":271,"target":128},{"source":118,"target":12},{"source":118,"target":112},{"source":118,"target":273},{"source":118,"target":274},{"source":118,"target":275},{"source":118,"target":276},{"source":273,"target":10},{"source":273,"target":277},{"source":273,"target":118},{"source":277,"target":10},{"source":274,"target":121},{"source":274,"target":278},{"source":274,"target":118},{"source":278,"target":121},{"source":275,"target":279},{"source":275,"target":118},{"source":276,"target":112},{"source":119,"target":12},{"source":119,"target":169},{"source":119,"target":280},{"source":119,"target":281},{"source":119,"target":282},{"source":280,"target":10},{"source":280,"target":283},{"source":280,"target":119},{"source":283,"target":10},{"source":281,"target":284},{"source":281,"target":119},{"source":282,"target":169},{"source":120,"target":12},{"source":120,"target":169},{"source":120,"target":285},{"source":120,"target":286},{"source":285,"target":169},{"source":285,"target":287},{"source":285,"target":120},{"source":287,"target":169},{"source":286,"target":169},{"source":121,"target":12},{"source":121,"target":7},{"source":121,"target":288},{"source":121,"target":289},{"source":121,"target":290},{"source":288,"target":10},{"source":288,"target":291},{"source":288,"target":121},{"source":291,"target":10},{"source":289,"target":169},{"source":289,"target":292},{"source":289,"target":121},{"source":292,"target":169},{"source":290,"target":7},{"source":122,"target":12},{"source":122,"target":128},{"source":122,"target":293},{"source":122,"target":294},{"source":293,"target":3},{"source":293,"target":295},{"source":293,"target":122},{"source":295,"target":3},{"source":294,"target":128},{"source":123,"target":12},{"source":123,"target":102},{"source":123,"target":296},{"source":123,"target":297},{"source":296,"target":195},{"source":296,"target":298},{"source":296,"target":123},{"source":298,"target":195},{"source":297,"target":102},{"source":124,"target":12},{"source":124,"target":102},{"source":124,"target":299},{"source":124,"target":300},{"source":299,"target":195},{"source":299,"target":301},{"source":299,"target":124},{"source":301,"target":195},{"source":300,"target":102},{"source":125,"target":12},{"source":125,"target":102},{"source":125,"target":302},{"source":125,"target":303},{"source":302,"target":199},{"source":302,"target":304},{"source":302,"target":125},{"source":304,"target":199},{"source":303,"target":102},{"source":126,"target":12},{"source":126,"target":177},{"source":126,"target":305},{"source":126,"target":306},{"source":126,"target":307},{"source":305,"target":10},{"source":305,"target":308},{"source":305,"target":126},{"source":308,"target":10},{"source":306,"target":116},{"source":306,"target":309},{"source":306,"target":126},{"source":309,"target":116},{"source":307,"target":177},{"source":127,"target":12},{"source":127,"target":190},{"source":127,"target":310},{"source":127,"target":311},{"source":310,"target":188},{"source":310,"target":312},{"source":310,"target":127},{"source":312,"target":188},{"source":311,"target":190},{"source":128,"target":12},{"source":128,"target":165},{"source":128,"target":313},{"source":313,"target":165},{"source":129,"target":12},{"source":129,"target":165},{"source":129,"target":314},{"source":129,"target":315},{"source":314,"target":3},{"source":314,"target":316},{"source":314,"target":129},{"source":316,"target":3},{"source":315,"target":165},{"source":130,"target":12},{"source":130,"target":161},{"source":130,"target":317},{"source":130,"target":318},{"source":317,"target":193},{"source":317,"target":319},{"source":317,"target":130},{"source":319,"target":193},{"source":318,"target":161},{"source":131,"target":12},{"source":131,"target":102},{"source":131,"target":320},{"source":131,"target":321},{"source":320,"target":197},{"source":320,"target":322},{"source":320,"target":131},{"source":322,"target":197},{"source":321,"target":102},{"source":132,"target":12},{"source":132,"target":161},{"source":132,"target":323},{"source":132,"target":324},{"source":323,"target":191},{"source":323,"target":325},{"source":323,"target":132},{"source":325,"target":191},{"source":324,"target":161},{"source":133,"target":12},{"source":133,"target":136},{"source":133,"target":326},{"source":326,"target":136},{"source":134,"target":12},{"source":134,"target":162},{"source":134,"target":327},{"source":327,"target":162},{"source":135,"target":12},{"source":135,"target":150},{"source":135,"target":328},{"source":328,"target":150},{"source":136,"target":12},{"source":136,"target":142},{"source":136,"target":329},{"source":136,"target":330},{"source":136,"target":331},{"source":329,"target":112},{"source":329,"target":332},{"source":329,"target":136},{"source":332,"target":112},{"source":330,"target":70},{"source":330,"target":333},{"source":330,"target":136},{"source":333,"target":70},{"source":331,"target":142},{"source":137,"target":12},{"source":137,"target":102},{"source":137,"target":334},{"source":137,"target":335},{"source":334,"target":196},{"source":334,"target":336},{"source":334,"target":137},{"source":336,"target":196},{"source":335,"target":102},{"source":138,"target":12},{"source":138,"target":152},{"source":138,"target":337},{"source":138,"target":338},{"source":138,"target":339},{"source":337,"target":112},{"source":337,"target":340},{"source":337,"target":138},{"source":340,"target":112},{"source":338,"target":112},{"source":338,"target":341},{"source":338,"target":138},{"source":341,"target":112},{"source":339,"target":152},{"source":139,"target":12},{"source":139,"target":153},{"source":139,"target":342},{"source":139,"target":343},{"source":342,"target":112},{"source":342,"target":344},{"source":342,"target":139},{"source":344,"target":112},{"source":343,"target":153},{"source":140,"target":12},{"source":140,"target":153},{"source":140,"target":345},{"source":140,"target":346},{"source":345,"target":136},{"source":345,"target":347},{"source":345,"target":140},{"source":347,"target":136},{"source":346,"target":153},{"source":141,"target":12},{"source":141,"target":169},{"source":141,"target":348},{"source":348,"target":169},{"source":142,"target":12},{"source":142,"target":201},{"source":142,"target":349},{"source":142,"target":350},{"source":349,"target":102},{"source":349,"target":351},{"source":349,"target":142},{"source":351,"target":102},{"source":350,"target":201},{"source":143,"target":12},{"source":143,"target":153},{"source":143,"target":352},{"source":143,"target":353},{"source":352,"target":152},{"source":352,"target":354},{"source":352,"target":143},{"source":354,"target":152},{"source":353,"target":153},{"source":144,"target":12},{"source":144,"target":150},{"source":144,"target":355},{"source":355,"target":150},{"source":145,"target":12},{"source":145,"target":150},{"source":145,"target":356},{"source":145,"target":357},{"source":356,"target":70},{"source":356,"target":358},{"source":356,"target":145},{"source":358,"target":70},{"source":357,"target":150},{"source":146,"target":12},{"source":146,"target":150},{"source":146,"target":359},{"source":359,"target":150},{"source":147,"target":12},{"source":147,"target":150},{"source":147,"target":360},{"source":360,"target":150},{"source":148,"target":12},{"source":148,"target":177},{"source":148,"target":361},{"source":148,"target":362},{"source":361,"target":150},{"source":361,"target":363},{"source":361,"target":148},{"source":363,"target":150},{"source":362,"target":177},{"source":149,"target":12},{"source":149,"target":177},{"source":149,"target":364},{"source":149,"target":365},{"source":364,"target":150},{"source":364,"target":366},{"source":364,"target":149},{"source":366,"target":150},{"source":365,"target":177},{"source":150,"target":12},{"source":150,"target":171},{"source":150,"target":367},{"source":150,"target":368},{"source":150,"target":369},{"source":150,"target":370},{"source":367,"target":10},{"source":367,"target":371},{"source":367,"target":150},{"source":371,"target":10},{"source":368,"target":10},{"source":368,"target":372},{"source":368,"target":150},{"source":372,"target":10},{"source":369,"target":177},{"source":369,"target":373},{"source":369,"target":150},{"source":373,"target":177},{"source":370,"target":171},{"source":151,"target":12},{"source":151,"target":112},{"source":151,"target":374},{"source":151,"target":375},{"source":374,"target":49},{"source":374,"target":376},{"source":374,"target":151},{"source":376,"target":49},{"source":375,"target":112},{"source":152,"target":12},{"source":152,"target":142},{"source":152,"target":377},{"source":377,"target":142},{"source":153,"target":12},{"source":153,"target":142},{"source":153,"target":378},{"source":153,"target":379},{"source":378,"target":171},{"source":378,"target":380},{"source":378,"target":153},{"source":380,"target":171},{"source":379,"target":142},{"source":154,"target":12},{"source":154,"target":156},{"source":154,"target":381},{"source":381,"target":156},{"source":155,"target":12},{"source":155,"target":156},{"source":155,"target":382},{"source":382,"target":156},{"source":156,"target":12},{"source":156,"target":152},{"source":156,"target":383},{"source":156,"target":384},{"source":156,"target":385},{"source":383,"target":136},{"source":383,"target":386},{"source":383,"target":156},{"source":386,"target":136},{"source":384,"target":136},{"source":384,"target":387},{"source":384,"target":156},{"source":387,"target":136},{"source":385,"target":152},{"source":157,"target":12},{"source":157,"target":136},{"source":157,"target":388},{"source":388,"target":136},{"source":158,"target":12},{"source":158,"target":102},{"source":158,"target":389},{"source":158,"target":390},{"source":389,"target":9},{"source":389,"target":391},{"source":389,"target":158},{"source":391,"target":9},{"source":390,"target":102},{"source":159,"target":12},{"source":159,"target":162},{"source":159,"target":392},{"source":392,"target":162},{"source":160,"target":12},{"source":160,"target":162},{"source":160,"target":393},{"source":393,"target":162},{"source":161,"target":12},{"source":161,"target":189},{"source":161,"target":394},{"source":394,"target":189},{"source":162,"target":12},{"source":162,"target":202},{"source":162,"target":395},{"source":395,"target":202},{"source":163,"target":12},{"source":163,"target":164},{"source":163,"target":396},{"source":163,"target":397},{"source":396,"target":144},{"source":396,"target":398},{"source":396,"target":163},{"source":398,"target":144},{"source":397,"target":164},{"source":164,"target":12},{"source":164,"target":202},{"source":164,"target":399},{"source":399,"target":202},{"source":165,"target":12},{"source":165,"target":202},{"source":165,"target":400},{"source":400,"target":202},{"source":166,"target":12},{"source":166,"target":189},{"source":166,"target":401},{"source":166,"target":402},{"source":401,"target":187},{"source":401,"target":403},{"source":401,"target":166},{"source":403,"target":187},{"source":402,"target":189},{"source":167,"target":12},{"source":167,"target":162},{"source":167,"target":404},{"source":404,"target":162},{"source":168,"target":12},{"source":168,"target":190},{"source":168,"target":405},{"source":168,"target":406},{"source":405,"target":171},{"source":405,"target":407},{"source":405,"target":168},{"source":407,"target":171},{"source":406,"target":190},{"source":169,"target":12},{"source":169,"target":188},{"source":169,"target":408},{"source":169,"target":409},{"source":408,"target":10},{"source":408,"target":410},{"source":408,"target":169},{"source":410,"target":10},{"source":409,"target":188},{"source":170,"target":12},{"source":170,"target":190},{"source":170,"target":411},{"source":170,"target":412},{"source":411,"target":112},{"source":411,"target":413},{"source":411,"target":170},{"source":413,"target":112},{"source":412,"target":190},{"source":171,"target":12},{"source":171,"target":4},{"source":171,"target":414},{"source":171,"target":415},{"source":171,"target":416},{"source":171,"target":417},{"source":171,"target":418},{"source":414,"target":165},{"source":414,"target":419},{"source":414,"target":171},{"source":419,"target":165},{"source":415,"target":173},{"source":415,"target":420},{"source":415,"target":171},{"source":420,"target":173},{"source":416,"target":164},{"source":416,"target":421},{"source":416,"target":171},{"source":421,"target":164},{"source":417,"target":162},{"source":417,"target":422},{"source":417,"target":171},{"source":422,"target":162},{"source":418,"target":4},{"source":172,"target":12},{"source":172,"target":173},{"source":172,"target":423},{"source":172,"target":424},{"source":423,"target":115},{"source":423,"target":425},{"source":423,"target":172},{"source":425,"target":115},{"source":424,"target":173},{"source":173,"target":12},{"source":173,"target":202},{"source":173,"target":426},{"source":426,"target":202},{"source":174,"target":12},{"source":174,"target":173},{"source":174,"target":427},{"source":174,"target":428},{"source":427,"target":116},{"source":427,"target":429},{"source":427,"target":174},{"source":429,"target":116},{"source":428,"target":173},{"source":175,"target":12},{"source":175,"target":162},{"source":175,"target":430},{"source":430,"target":162},{"source":176,"target":12},{"source":176,"target":177},{"source":176,"target":431},{"source":176,"target":432},{"source":431,"target":25},{"source":431,"target":433},{"source":431,"target":176},{"source":433,"target":25},{"source":432,"target":177},{"source":177,"target":12},{"source":177,"target":202},{"source":177,"target":434},{"source":434,"target":202},{"source":178,"target":12},{"source":178,"target":135},{"source":178,"target":435},{"source":435,"target":135},{"source":179,"target":12},{"source":179,"target":189},{"source":179,"target":436},{"source":179,"target":437},{"source":179,"target":438},{"source":179,"target":439},{"source":436,"target":10},{"source":436,"target":440},{"source":436,"target":179},{"source":440,"target":10},{"source":437,"target":10},{"source":437,"target":441},{"source":437,"target":179},{"source":441,"target":10},{"source":438,"target":9},{"source":438,"target":442},{"source":438,"target":179},{"source":442,"target":9},{"source":439,"target":189},{"source":180,"target":12},{"source":180,"target":161},{"source":180,"target":443},{"source":180,"target":444},{"source":180,"target":445},{"source":443,"target":10},{"source":443,"target":446},{"source":443,"target":180},{"source":446,"target":10},{"source":444,"target":8},{"source":444,"target":447},{"source":444,"target":180},{"source":447,"target":8},{"source":445,"target":161},{"source":181,"target":12},{"source":181,"target":173},{"source":181,"target":448},{"source":181,"target":449},{"source":448,"target":135},{"source":448,"target":450},{"source":448,"target":181},{"source":450,"target":135},{"source":449,"target":173},{"source":182,"target":12},{"source":182,"target":161},{"source":182,"target":451},{"source":182,"target":452},{"source":451,"target":10},{"source":451,"target":453},{"source":451,"target":182},{"source":453,"target":10},{"source":452,"target":161},{"source":183,"target":12},{"source":183,"target":161},{"source":183,"target":454},{"source":183,"target":455},{"source":454,"target":10},{"source":454,"target":456},{"source":454,"target":183},{"source":456,"target":10},{"source":455,"target":161},{"source":184,"target":12},{"source":184,"target":70},{"source":184,"target":457},{"source":184,"target":458},{"source":184,"target":459},{"source":457,"target":10},{"source":457,"target":460},{"source":457,"target":184},{"source":460,"target":10},{"source":458,"target":171},{"source":458,"target":461},{"source":458,"target":184},{"source":461,"target":171},{"source":459,"target":70},{"source":185,"target":12},{"source":185,"target":161},{"source":185,"target":462},{"source":185,"target":463},{"source":462,"target":10},{"source":462,"target":464},{"source":462,"target":185},{"source":464,"target":10},{"source":463,"target":161},{"source":186,"target":12},{"source":186,"target":189},{"source":186,"target":465},{"source":186,"target":466},{"source":465,"target":10},{"source":465,"target":467},{"source":465,"target":186},{"source":467,"target":10},{"source":466,"target":189},{"source":187,"target":12},{"source":187,"target":70},{"source":187,"target":468},{"source":187,"target":469},{"source":187,"target":470},{"source":187,"target":471},{"source":468,"target":10},{"source":468,"target":472},{"source":468,"target":187},{"source":472,"target":10},{"source":469,"target":10},{"source":469,"target":473},{"source":469,"target":187},{"source":473,"target":10},{"source":470,"target":189},{"source":470,"target":474},{"source":470,"target":187},{"source":474,"target":189},{"source":471,"target":70},{"source":188,"target":12},{"source":188,"target":70},{"source":188,"target":475},{"source":475,"target":70},{"source":189,"target":12},{"source":189,"target":202},{"source":189,"target":476},{"source":476,"target":202},{"source":190,"target":12},{"source":190,"target":142},{"source":190,"target":477},{"source":190,"target":478},{"source":477,"target":171},{"source":477,"target":479},{"source":477,"target":190},{"source":479,"target":171},{"source":478,"target":142},{"source":191,"target":12},{"source":191,"target":480},{"source":191,"target":481},{"source":191,"target":482},{"source":191,"target":483},{"source":191,"target":484},{"source":191,"target":485},{"source":480,"target":191},{"source":481,"target":191},{"source":482,"target":191},{"source":483,"target":191},{"source":484,"target":191},{"source":485,"target":191},{"source":192,"target":12},{"source":192,"target":486},{"source":192,"target":487},{"source":192,"target":488},{"source":192,"target":489},{"source":192,"target":490},{"source":486,"target":192},{"source":487,"target":192},{"source":488,"target":192},{"source":489,"target":192},{"source":490,"target":192},{"source":193,"target":12},{"source":193,"target":491},{"source":193,"target":492},{"source":193,"target":493},{"source":491,"target":193},{"source":492,"target":193},{"source":493,"target":193},{"source":194,"target":12},{"source":194,"target":494},{"source":194,"target":495},{"source":194,"target":496},{"source":194,"target":497},{"source":494,"target":194},{"source":495,"target":194},{"source":496,"target":194},{"source":497,"target":194},{"source":195,"target":12},{"source":195,"target":498},{"source":195,"target":499},{"source":195,"target":500},{"source":195,"target":501},{"source":195,"target":502},{"source":195,"target":503},{"source":498,"target":195},{"source":499,"target":195},{"source":500,"target":195},{"source":501,"target":195},{"source":502,"target":195},{"source":503,"target":195},{"source":196,"target":12},{"source":196,"target":504},{"source":196,"target":505},{"source":196,"target":506},{"source":504,"target":196},{"source":505,"target":196},{"source":506,"target":196},{"source":197,"target":12},{"source":197,"target":507},{"source":197,"target":508},{"source":197,"target":509},{"source":507,"target":197},{"source":508,"target":197},{"source":509,"target":197},{"source":198,"target":12},{"source":198,"target":510},{"source":198,"target":511},{"source":198,"target":512},{"source":198,"target":513},{"source":510,"target":198},{"source":511,"target":198},{"source":512,"target":198},{"source":513,"target":198},{"source":199,"target":12},{"source":199,"target":514},{"source":199,"target":515},{"source":199,"target":516},{"source":199,"target":517},{"source":199,"target":518},{"source":199,"target":519},{"source":514,"target":199},{"source":515,"target":199},{"source":516,"target":199},{"source":517,"target":199},{"source":518,"target":199},{"source":519,"target":199},{"source":200,"target":12},{"source":200,"target":520},{"source":200,"target":521},{"source":200,"target":522},{"source":200,"target":523},{"source":200,"target":524},{"source":200,"target":525},{"source":520,"target":200},{"source":521,"target":200},{"source":522,"target":200},{"source":523,"target":200},{"source":524,"target":200},{"source":525,"target":200},{"source":201,"target":12},{"source":201,"target":171},{"source":201,"target":526},{"source":526,"target":171},{"source":202,"target":12},{"source":202,"target":201},{"source":202,"target":527},{"source":527,"target":201},{"source":203,"target":12},{"source":203,"target":102},{"source":203,"target":528},{"source":528,"target":102},{"source":204,"target":12},{"source":204,"target":161},{"source":204,"target":529},{"source":529,"target":161},{"source":205,"target":12},{"source":205,"target":70},{"source":205,"target":530},{"source":205,"target":531},{"source":205,"target":532},{"source":530,"target":10},{"source":530,"target":533},{"source":530,"target":205},{"source":533,"target":10},{"source":531,"target":10},{"source":531,"target":534},{"source":531,"target":205},{"source":534,"target":10},{"source":532,"target":70},{"source":206,"target":12},{"source":206,"target":169},{"source":206,"target":535},{"source":206,"target":536},{"source":535,"target":112},{"source":535,"target":537},{"source":535,"target":206},{"source":537,"target":112},{"source":536,"target":169},{"source":207,"target":12},{"source":207,"target":162},{"source":207,"target":538},{"source":538,"target":162},{"source":208,"target":12},{"source":208,"target":164},{"source":208,"target":539},{"source":208,"target":540},{"source":539,"target":144},{"source":539,"target":541},{"source":539,"target":208},{"source":541,"target":144},{"source":540,"target":164},{"source":209,"target":12},{"source":209,"target":177},{"source":209,"target":542},{"source":209,"target":543},{"source":542,"target":194},{"source":542,"target":544},{"source":542,"target":209},{"source":544,"target":194},{"source":543,"target":177},{"source":210,"target":12},{"source":210,"target":177},{"source":210,"target":545},{"source":210,"target":546},{"source":545,"target":192},{"source":545,"target":547},{"source":545,"target":210},{"source":547,"target":192},{"source":546,"target":177},{"source":211,"target":12},{"source":211,"target":177},{"source":211,"target":548},{"source":211,"target":549},{"source":548,"target":200},{"source":548,"target":550},{"source":548,"target":211},{"source":550,"target":200},{"source":549,"target":177},{"source":212,"target":12},{"source":212,"target":177},{"source":212,"target":551},{"source":551,"target":177}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="embedded"
nsURI="http://www.eclipse.org/emf/teneo/samples/emf/annotations/embedded" nsPrefix="embedded">
<eClassifiers xsi:type="ecore:EClass" name="AlsoEmbeddable">
<eAnnotations source="teneo.jpa">
<details key="appinfo" value="@Embeddable"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AlsoEmbeddable"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Embeddable">
<eAnnotations source="teneo.jpa">
<details key="appinfo" value="@Embeddable"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Embeddable"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="myString" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="myString"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="myInteger" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="myInteger"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Embedder">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Embedder"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="firstEmbedded" lowerBound="1"
eType="#//Embeddable" containment="true" resolveProxies="false">
<eAnnotations source="teneo.jpa">
<details key="appinfo" value="
					@Embedded
					@AttributeOverride(name="myString" column=@Column(name="columnString3"))
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="firstEmbedded"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="secondEmbedded" lowerBound="1"
eType="#//Embeddable" containment="true" resolveProxies="false">
<eAnnotations source="teneo.jpa">
<details key="appinfo" value="
					@Embedded
					@AttributeOverride(name="myString" column=@Column(name="columnString1"))
					@AttributeOverride(name="myInteger" column=@Column(name="columnInteger1"))
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="secondEmbedded"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="thirdEmbedded" lowerBound="1"
eType="#//Embeddable" containment="true" resolveProxies="false">
<eAnnotations source="teneo.jpa">
<details key="appinfo" value="
					@Embedded
					@AttributeOverride(name="myString" column=@Column(name="columnString2"))
					@AttributeOverride(name="myInteger" column=@Column(name="columnInteger2"))
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="thirdEmbedded"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="fourthEmbedded" lowerBound="1"
upperBound="-1" eType="#//Embeddable" containment="true" resolveProxies="false">
<eAnnotations source="teneo.jpa">
<details key="appinfo" value="
					@Embedded
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="fourthEmbedded"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="fifthEmbedded" lowerBound="1"
eType="#//Embeddable" containment="true" resolveProxies="false">
<eAnnotations source="teneo.jpa">
<details key="appinfo" value="
					@Embedded
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="fifthEmbedded"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="alsoEmbeddable" lowerBound="1"
eType="#//AlsoEmbeddable" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="alsoEmbeddable"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/embedded.ecore | ecore | embedded
AlsoEmbeddable
name
Embeddable
myString
myInteger
Embedder
firstEmbedded
secondEmbedded
thirdEmbedded
fourthEmbedded
fifthEmbedded
alsoEmbeddable | null | {"directed":true,"nodes":[{"nsPrefix":"embedded","nsURI":"http://www.eclipse.org/emf/teneo/samples/emf/annotations/embedded","name":"embedded","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlsoEmbeddable","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Embeddable","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Embedder","instanceClass":null,"abstract":false,"id":3,"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":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"myString","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"myInteger","changeable":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"firstEmbedded","changeable":true,"resolveProxies":false,"lowerBound":1,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondEmbedded","changeable":true,"resolveProxies":false,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thirdEmbedded","changeable":true,"resolveProxies":false,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fourthEmbedded","changeable":true,"resolveProxies":false,"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":"fifthEmbedded","changeable":true,"resolveProxies":false,"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":"alsoEmbeddable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":4,"target":5},{"source":4,"target":1},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":6,"target":8},{"source":6,"target":2},{"source":7,"target":9},{"source":7,"target":2},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":11},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":10,"target":2},{"source":10,"target":16},{"source":10,"target":3},{"source":16,"target":2},{"source":11,"target":2},{"source":11,"target":17},{"source":11,"target":3},{"source":17,"target":2},{"source":12,"target":2},{"source":12,"target":18},{"source":12,"target":3},{"source":18,"target":2},{"source":13,"target":2},{"source":13,"target":19},{"source":13,"target":3},{"source":19,"target":2},{"source":14,"target":2},{"source":14,"target":20},{"source":14,"target":3},{"source":20,"target":2},{"source":15,"target":1},{"source":15,"target":21},{"source":15,"target":3},{"source":21,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="hlcorestructure" nsURI="http:///hlpn.hlcorestructure.ecore"
nsPrefix="hlcorestructure">
<eClassifiers xsi:type="ecore:EClass" name="PetriNetDoc">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="pnml"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nets" ordered="false" lowerBound="1"
upperBound="-1" eType="#//PetriNet" containment="true" eOpposite="#//PetriNet/containerPetriNetDoc">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xmlns" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"
defaultValueLiteral="http://www.pnml.org/version-2009/grammar/pnml">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="xmlns"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PetriNet">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="son"/>
<details key="tag" value="net"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""
iD="true">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="id"/>
<details key="kind" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1"
eType="#//PNType" defaultValueLiteral="http://www.pnml.org/version-2009/grammar/highlevelnet">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="type"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Page" containment="true" eOpposite="#//Page/containerPetriNet">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" eType="#//Name"
containment="true" eOpposite="#//Name/containerNamePetriNet">
<eAnnotations source="redefines"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false"
upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerPetriNet">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNetDoc" ordered="false"
lowerBound="1" eType="#//PetriNetDoc" eOpposite="#//PetriNetDoc/nets"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" upperBound="-1"
eType="#//Declaration" containment="true" eOpposite="#//Declaration/containerDeclarationPetriNet">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PNType">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="HLPN" value="3" literal="http://www.pnml.org/version-2009/grammar/highlevelnet"/>
<eLiterals name="COREMODEL" literal="http://www.pnml.org/version-2009/grammar/pnmlcoremodel"/>
<eLiterals name="PTNET" value="1" literal="http://www.pnml.org/version-2009/grammar/ptnet"/>
<eLiterals name="SYMNET" value="2" literal="http://www.pnml.org/version-2009/grammar/snnet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//PnObject">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="son"/>
<details key="tag" value="page"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="objects" ordered="false"
upperBound="-1" eType="#//PnObject" containment="true" eOpposite="#//PnObject/containerPage">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNet" ordered="false"
eType="#//PetriNet" eOpposite="#//PetriNet/pages"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodegraphics" eType="#//NodeGraphics"
containment="true" eOpposite="#//NodeGraphics/containerPage">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" upperBound="-1"
eType="#//Declaration" containment="true" eOpposite="#//Declaration/containerDeclarationPage">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PnObject" abstract="true">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="id"/>
<details key="kind" value="id"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI_id"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" eType="#//Name"
containment="true" eOpposite="#//Name/containerNamePnObject">
<eAnnotations source="redefines"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false"
upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerPnObject">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPage" ordered="false"
unique="false" eType="#//Page" eOpposite="#//Page/objects"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//Annotation">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="name"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="text"/>
<details key="kind" value="son"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerNamePetriNet"
eType="#//PetriNet" eOpposite="#//PetriNet/name"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerNamePnObject"
eType="#//PnObject" eOpposite="#//PnObject/name"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToolInfo">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="toolspecific"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tool" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="tool"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="version"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formattedXMLBuffer" ordered="false"
eType="#//LongString">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="son"/>
<details key="tag" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toolInfoGrammarURI" ordered="false"
eType="#//URI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNet" ordered="false"
eType="#//PetriNet" eOpposite="#//PetriNet/toolspecifics"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPnObject" ordered="false"
eType="#//PnObject" eOpposite="#//PnObject/toolspecifics"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerLabel" ordered="false"
eType="#//Label" eOpposite="#//Label/toolspecifics"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolInfoModel" eType="#//AnyObject"
containment="true" eOpposite="#//AnyObject/containerToolInfo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Label" abstract="true">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false"
upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerLabel">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeGraphics" eSuperTypes="#//Graphics">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="graphics"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="position" ordered="false"
eType="#//Position" containment="true" eOpposite="#//Position/containerPNodeGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimension" ordered="false"
eType="#//Dimension" containment="true" eOpposite="#//Dimension/containerDNodeGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="fill" ordered="false" eType="#//Fill"
containment="true" eOpposite="#//Fill/containerNodeGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line"
containment="true" eOpposite="#//Line/containerNodeGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerNode" eType="#//Node"
eOpposite="#//Node/nodegraphics"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPage" eType="#//Page"
eOpposite="#//Page/nodegraphics"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Graphics" abstract="true">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Coordinate" abstract="true">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="x"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="y"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Coordinate">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="position"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerArcGraphics" ordered="false"
eType="#//ArcGraphics" eOpposite="#//ArcGraphics/positions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPNodeGraphics"
eType="#//NodeGraphics" eOpposite="#//NodeGraphics/position"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Offset" eSuperTypes="#//Coordinate">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="offset"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics"
ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/offset"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#//Coordinate">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="dimension"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerDNodeGraphics"
ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/dimension"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationGraphics" eSuperTypes="#//Graphics">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="graphics"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="offset" ordered="false"
eType="#//Offset" containment="true" eOpposite="#//Offset/containerAnnotationGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="fill" ordered="false" eType="#//Fill"
containment="true" eOpposite="#//Fill/containerAnnotationGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line"
containment="true" eOpposite="#//Line/containerAnnotationGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="font" ordered="false" eType="#//Font"
containment="true" eOpposite="#//Font/containerAnnotationGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotation" eType="#//Annotation"
eOpposite="#//Annotation/annotationgraphics"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fill">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="fill"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" ordered="false"
eType="#//CSS2Color" defaultValueLiteral="black">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="color"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientcolor" ordered="false"
eType="#//CSS2Color" defaultValueLiteral="black">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="gradient-color"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientrotation" ordered="false"
eType="#//Gradient">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="gradient-rotation"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="image" ordered="false"
eType="#//URI">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="image"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerNodeGraphics"
ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/fill"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics"
ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/fill"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CSS2Color">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="AQUA" literal="aqua"/>
<eLiterals name="BLACK" value="1" literal="black"/>
<eLiterals name="BLUE" value="2" literal="blue"/>
<eLiterals name="FUCHSIA" value="3" literal="fuchsia"/>
<eLiterals name="GRAY" value="4" literal="gray"/>
<eLiterals name="GREEN" value="5" literal="green"/>
<eLiterals name="LIME" value="6" literal="lime"/>
<eLiterals name="MAROON" value="7" literal="maroon"/>
<eLiterals name="NAVY" value="8" literal="navy"/>
<eLiterals name="OLIVE" value="9" literal="olive"/>
<eLiterals name="ORANGE" value="10" literal="orange"/>
<eLiterals name="PURPLE" value="11" literal="purple"/>
<eLiterals name="RED" value="12" literal="red"/>
<eLiterals name="SILVER" value="13" literal="silver"/>
<eLiterals name="TEAL" value="14" literal="teal"/>
<eLiterals name="WHITE" value="15" literal="white"/>
<eLiterals name="YELLOW" value="16" literal="yellow"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Gradient">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="HORIZONTAL" literal="horizontal"/>
<eLiterals name="VERTICAL" value="1" literal="vertical"/>
<eLiterals name="DIAGONAL" value="2" literal="diagonal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Line">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="line"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" ordered="false"
eType="#//CSS2Color" defaultValueLiteral="black">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="color"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" ordered="false"
eType="#//LineShape" defaultValueLiteral="line">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="shape"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="width"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerNodeGraphics"
ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/line"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerArcGraphics" ordered="false"
eType="#//ArcGraphics" eOpposite="#//ArcGraphics/line"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics"
ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/line"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//LineStyle">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="style"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LineShape">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="LINE" literal="line"/>
<eLiterals name="CURVE" value="1" literal="curve"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArcGraphics" eSuperTypes="#//Graphics">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="graphics"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1"
eType="#//Position" containment="true" eOpposite="#//Position/containerArcGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line"
containment="true" eOpposite="#//Line/containerArcGraphics">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerArc" eType="#//Arc"
eOpposite="#//Arc/arcgraphics"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arc" eSuperTypes="#//PnObject">
<eAnnotations source="http://www.pnml.org/models/HLAPI">
<eAnnotations source="http://www.pnml.org/models/OCL">
<details key="samePageSourceTarget" value="self.source.containerPage = self.target.containerPage"/>
</eAnnotations>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="arc"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="samePageSourceTarget differentSourceTarget"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/OCL">
<details key="samePageSourceTarget" value="self.source.containerPage = self.target.containerPage"/>
<details key="differentSourceTarget" value="(self.source.oclIsKindOf(PlaceNode) and self.target.oclIsKindOf(TransitionNode)) or (self.source.oclIsKindOf(TransitionNode) and self.target.oclIsKindOf(PlaceNode))"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#//Node" eOpposite="#//Node/OutArcs">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="idref"/>
<details key="tag" value="source"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false"
lowerBound="1" eType="#//Node" eOpposite="#//Node/InArcs">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="idref"/>
<details key="tag" value="target"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="arcgraphics" ordered="false"
eType="#//ArcGraphics" containment="true" eOpposite="#//ArcGraphics/containerArc">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="hlinscription" eType="#//HLAnnotation"
containment="true" eOpposite="#//HLAnnotation/containerArc">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//PnObject">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="InArcs" ordered="false"
upperBound="-1" eType="#//Arc" changeable="false" eOpposite="#//Arc/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="OutArcs" ordered="false"
upperBound="-1" eType="#//Arc" changeable="false" eOpposite="#//Arc/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodegraphics" eType="#//NodeGraphics"
containment="true" eOpposite="#//NodeGraphics/containerNode">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Font">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="font"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false"
eType="#//FontAlign" defaultValueLiteral="left">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="align"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decoration" ordered="false"
eType="#//FontDecoration" defaultValueLiteral="underline">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="decoration"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="family" ordered="false"
eType="#//CSS2FontFamily" defaultValueLiteral="verdana">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="family"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="rotation"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" eType="#//CSS2FontSize"
defaultValueLiteral="small">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="size"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" ordered="false"
eType="#//CSS2FontStyle" defaultValueLiteral="normal">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="style"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false"
eType="#//CSS2FontWeight">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="weight"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics"
ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/font"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FontAlign">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="LEFT" literal="left"/>
<eLiterals name="CENTER" value="1" literal="center"/>
<eLiterals name="RIGHT" value="2" literal="right"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FontDecoration">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="UNDERLINE" literal="underline"/>
<eLiterals name="OVERLINE" value="1" literal="overline"/>
<eLiterals name="LINETHROUGH" value="2" literal="linethrough"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CSS2FontFamily">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="VERDANA" literal="verdana"/>
<eLiterals name="ARIAL" value="1" literal="arial"/>
<eLiterals name="TIMES" value="2" literal="times"/>
<eLiterals name="GEORGIA" value="3" literal="georgia"/>
<eLiterals name="TREBUCHET" value="4" literal="trebuchet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CSS2FontSize">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="XXSMALL" literal="xxsmall"/>
<eLiterals name="XSMALL" value="1" literal="xsmall"/>
<eLiterals name="SMALL" value="2" literal="small"/>
<eLiterals name="MEDIUM" value="3" literal="medium"/>
<eLiterals name="LARGE" value="4" literal="large"/>
<eLiterals name="XLARGE" value="5" literal="xlarge"/>
<eLiterals name="XXLARGE" value="6" literal="xxlarge"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CSS2FontStyle">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="NORMAL" literal="normal"/>
<eLiterals name="ITALIC" value="1" literal="italic"/>
<eLiterals name="OBLIQUE" value="2" literal="oblique"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CSS2FontWeight">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="NORMAL" literal="normal"/>
<eLiterals name="BOLD" value="1" literal="bold"/>
<eLiterals name="BOLDER" value="2" literal="bolder"/>
<eLiterals name="LIGHTER" value="3" literal="lighter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlaceNode" abstract="true" eSuperTypes="#//Node">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencingPlaces" upperBound="-1"
eType="#//RefPlace" changeable="false" eOpposite="#//RefPlace/ref"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionNode" abstract="true" eSuperTypes="#//Node">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencingTransitions"
upperBound="-1" eType="#//RefTransition" changeable="false" eOpposite="#//RefTransition/ref"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//PlaceNode">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="place"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"
eOpposite="#//Type/containerPlace">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="hlinitialMarking" eType="#//HLMarking"
containment="true" eOpposite="#//HLMarking/containerPlace">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefTransition" eSuperTypes="#//TransitionNode">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="referenceTransition"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" ordered="false" lowerBound="1"
eType="#//TransitionNode" eOpposite="#//TransitionNode/referencingTransitions">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="idref"/>
<details key="tag" value="ref"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//TransitionNode">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="transition"/>
<details key="kind" value="son"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true" eOpposite="#//Condition/containerTransition">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefPlace" eSuperTypes="#//PlaceNode">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="referencePlace"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" ordered="false" lowerBound="1"
eType="#//PlaceNode" eOpposite="#//PlaceNode/referencingPlaces">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="idref"/>
<details key="tag" value="ref"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true" eSuperTypes="#//Label"/>
<eClassifiers xsi:type="ecore:EEnum" name="LineStyle">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eLiterals name="SOLID" literal="solid"/>
<eLiterals name="DASH" value="1" literal="dash"/>
<eLiterals name="DOT" value="2" literal="dot"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#//Label">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotationgraphics" ordered="false"
eType="#//AnnotationGraphics" containment="true" eOpposite="#//AnnotationGraphics/containerAnnotation">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.net.URI"/>
<eClassifiers xsi:type="ecore:EDataType" name="LongString" instanceClassName="java.lang.StringBuffer"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyObject" abstract="true">
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerToolInfo" eType="#//ToolInfo"
changeable="false" eOpposite="#//ToolInfo/toolInfoModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerUnparsed" eType="ecore:EClass arbitrarydeclarations.ecore#//Unparsed"
eOpposite="arbitrarydeclarations.ecore#//Unparsed/unparsedModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerAnySort" eType="ecore:EClass arbitrarydeclarations.ecore#//AnySort"
eOpposite="arbitrarydeclarations.ecore#//AnySort/anySortModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerArbitrarySort"
eType="ecore:EClass arbitrarydeclarations.ecore#//ArbitrarySort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HLCoreAnnotation" abstract="true" eSuperTypes="#//Annotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="text"/>
<details key="kind" value="son"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//HLCoreAnnotation">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="type"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structure" eType="ecore:EClass terms.ecore#//Sort"
containment="true" eOpposite="terms.ecore#//Sort/containerType">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="structure"/>
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPlace" eType="#//Place"
eOpposite="#//Place/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HLMarking" eSuperTypes="#//HLCoreAnnotation">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="hlinitialMarking"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structure" eType="ecore:EClass terms.ecore#//Term"
containment="true" eOpposite="terms.ecore#//Term/containerHLMarking">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="structure"/>
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerPlace" eType="#//Place"
eOpposite="#//Place/hlinitialMarking"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//HLCoreAnnotation">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="condition"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structure" eType="ecore:EClass terms.ecore#//Term"
containment="true" eOpposite="terms.ecore#//Term/containerCondition">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="structure"/>
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerTransition" eType="#//Transition"
eOpposite="#//Transition/condition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HLAnnotation" eSuperTypes="#//HLCoreAnnotation">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="hlinscription"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structure" eType="ecore:EClass terms.ecore#//Term"
containment="true" eOpposite="terms.ecore#//Term/containerHLAnnotation">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="structure"/>
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerArc" eType="#//Arc"
eOpposite="#//Arc/hlinscription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Declaration" eSuperTypes="#//HLCoreAnnotation">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="declaration"/>
<details key="kind" value="son"/>
</eAnnotations>
<eAnnotations source="http://www.pnml.org/models/HLAPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structure" eType="ecore:EClass terms.ecore#//Declarations"
containment="true" eOpposite="terms.ecore#//Declarations/containerDeclaration">
<eAnnotations source="http://www.pnml.org/models/ToPNML">
<details key="tag" value="structure"/>
<details key="kind" value="follow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerDeclarationPetriNet"
eType="#//PetriNet" eOpposite="#//PetriNet/declaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containerDeclarationPage"
eType="#//Page" eOpposite="#//Page/declaration"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lip6/pnmlframework/pnmlFw-Low_Level_API_Generation/model/high-level-net/hlcorestructure.ecore | ecore | hlcorestructure
PetriNetDoc
nets
xmlns
http://www.pnml.org/version-2009/grammar/pnml
PetriNet
id
type
http://www.pnml.org/version-2009/grammar/highlevelnet
pages
name
toolspecifics
containerPetriNetDoc
declaration
PNType
HLPN
http://www.pnml.org/version-2009/grammar/highlevelnet
COREMODEL
http://www.pnml.org/version-2009/grammar/pnmlcoremodel
PTNET
http://www.pnml.org/version-2009/grammar/ptnet
SYMNET
http://www.pnml.org/version-2009/grammar/snnet
Page
objects
containerPetriNet
nodegraphics
declaration
PnObject
id
name
toolspecifics
containerPage
Name
text
containerNamePetriNet
containerNamePnObject
ToolInfo
tool
version
formattedXMLBuffer
toolInfoGrammarURI
containerPetriNet
containerPnObject
containerLabel
toolInfoModel
Label
toolspecifics
NodeGraphics
position
dimension
fill
line
containerNode
containerPage
Graphics
Coordinate
x
y
Position
containerArcGraphics
containerPNodeGraphics
Offset
containerAnnotationGraphics
Dimension
containerDNodeGraphics
AnnotationGraphics
offset
fill
line
font
containerAnnotation
Fill
color
black
gradientcolor
black
gradientrotation
image
containerNodeGraphics
containerAnnotationGraphics
CSS2Color
AQUA
aqua
BLACK
black
BLUE
blue
FUCHSIA
fuchsia
GRAY
gray
GREEN
green
LIME
lime
MAROON
maroon
NAVY
navy
OLIVE
olive
ORANGE
orange
PURPLE
purple
RED
red
SILVER
silver
TEAL
teal
WHITE
white
YELLOW
yellow
Gradient
HORIZONTAL
horizontal
VERTICAL
vertical
DIAGONAL
diagonal
Line
color
black
shape
line
width
containerNodeGraphics
containerArcGraphics
containerAnnotationGraphics
style
LineShape
LINE
line
CURVE
curve
ArcGraphics
positions
line
containerArc
Arc
source
target
arcgraphics
hlinscription
Node
InArcs
OutArcs
nodegraphics
Font
align
left
decoration
underline
family
verdana
rotation
size
small
style
normal
weight
containerAnnotationGraphics
FontAlign
LEFT
left
CENTER
center
RIGHT
right
FontDecoration
UNDERLINE
underline
OVERLINE
overline
LINETHROUGH
linethrough
CSS2FontFamily
VERDANA
verdana
ARIAL
arial
TIMES
times
GEORGIA
georgia
TREBUCHET
trebuchet
CSS2FontSize
XXSMALL
xxsmall
XSMALL
xsmall
SMALL
small
MEDIUM
medium
LARGE
large
XLARGE
xlarge
XXLARGE
xxlarge
CSS2FontStyle
NORMAL
normal
ITALIC
italic
OBLIQUE
oblique
CSS2FontWeight
NORMAL
normal
BOLD
bold
BOLDER
bolder
LIGHTER
lighter
PlaceNode
referencingPlaces
TransitionNode
referencingTransitions
Place
type
hlinitialMarking
RefTransition
ref
Transition
condition
RefPlace
ref
Attribute
LineStyle
SOLID
solid
DASH
dash
DOT
dot
Annotation
annotationgraphics
URI
java.net.URI
java.net.URI
LongString
java.lang.StringBuffer
java.lang.StringBuffer
AnyObject
containerToolInfo
containerUnparsed
containerAnySort
containerArbitrarySort
HLCoreAnnotation
text
Type
structure
containerPlace
HLMarking
structure
containerPlace
Condition
structure
containerTransition
HLAnnotation
structure
containerArc
Declaration
structure
containerDeclarationPetriNet
containerDeclarationPage | null | {"directed":true,"nodes":[{"nsPrefix":"hlcorestructure","nsURI":"http:///hlpn.hlcorestructure.ecore","name":"hlcorestructure","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetDoc","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PNType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PnObject","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolInfo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeGraphics","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graphics","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coordinate","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offset","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationGraphics","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fill","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2Color","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Gradient","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineShape","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcGraphics","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontAlign","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontDecoration","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontFamily","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontSize","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontStyle","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontWeight","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceNode","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionNode","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTransition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPlace","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineStyle","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.net.URI","defaultValue":null,"instanceClassName":"java.net.URI","name":"URI","instanceClass":"java.net.URI","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.StringBuffer","defaultValue":null,"instanceClassName":"java.lang.StringBuffer","name":"LongString","instanceClass":"java.lang.StringBuffer","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyObject","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HLCoreAnnotation","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HLMarking","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HLAnnotation","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"http://www.pnml.org/version-2009/grammar/pnml","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://www.pnml.org/version-2009/grammar/pnml","unsettable":false,"transient":false,"unique":true,"name":"xmlns","changeable":false,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPetriNetDoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":54,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"http://www.pnml.org/version-2009/grammar/highlevelnet","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNamePetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerDeclarationPetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"name":"HLPN","id":71,"value":3,"literal":"http://www.pnml.org/version-2009/grammar/highlevelnet","eClass":"EEnumLiteral"},{"name":"COREMODEL","id":72,"value":0,"literal":"http://www.pnml.org/version-2009/grammar/pnmlcoremodel","eClass":"EEnumLiteral"},{"name":"PTNET","id":73,"value":1,"literal":"http://www.pnml.org/version-2009/grammar/ptnet","eClass":"EEnumLiteral"},{"name":"SYMNET","id":74,"value":2,"literal":"http://www.pnml.org/version-2009/grammar/snnet","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodegraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"containerPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerDeclarationPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":86,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNamePnObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPnObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tool","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formattedXMLBuffer","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toolInfoGrammarURI","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"toolInfoModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerToolInfo","changeable":false,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerPNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerDNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"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":false,"unique":true,"name":"containerNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"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":"nodegraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArcGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"positions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationgraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"black","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"black","unsettable":false,"transient":false,"unique":true,"name":"gradientcolor","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gradientrotation","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"name":"AQUA","id":173,"value":0,"literal":"aqua","eClass":"EEnumLiteral"},{"name":"BLACK","id":174,"value":1,"literal":"black","eClass":"EEnumLiteral"},{"name":"BLUE","id":175,"value":2,"literal":"blue","eClass":"EEnumLiteral"},{"name":"FUCHSIA","id":176,"value":3,"literal":"fuchsia","eClass":"EEnumLiteral"},{"name":"GRAY","id":177,"value":4,"literal":"gray","eClass":"EEnumLiteral"},{"name":"GREEN","id":178,"value":5,"literal":"green","eClass":"EEnumLiteral"},{"name":"LIME","id":179,"value":6,"literal":"lime","eClass":"EEnumLiteral"},{"name":"MAROON","id":180,"value":7,"literal":"maroon","eClass":"EEnumLiteral"},{"name":"NAVY","id":181,"value":8,"literal":"navy","eClass":"EEnumLiteral"},{"name":"OLIVE","id":182,"value":9,"literal":"olive","eClass":"EEnumLiteral"},{"name":"ORANGE","id":183,"value":10,"literal":"orange","eClass":"EEnumLiteral"},{"name":"PURPLE","id":184,"value":11,"literal":"purple","eClass":"EEnumLiteral"},{"name":"RED","id":185,"value":12,"literal":"red","eClass":"EEnumLiteral"},{"name":"SILVER","id":186,"value":13,"literal":"silver","eClass":"EEnumLiteral"},{"name":"TEAL","id":187,"value":14,"literal":"teal","eClass":"EEnumLiteral"},{"name":"WHITE","id":188,"value":15,"literal":"white","eClass":"EEnumLiteral"},{"name":"YELLOW","id":189,"value":16,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"HORIZONTAL","id":190,"value":0,"literal":"horizontal","eClass":"EEnumLiteral"},{"name":"VERTICAL","id":191,"value":1,"literal":"vertical","eClass":"EEnumLiteral"},{"name":"DIAGONAL","id":192,"value":2,"literal":"diagonal","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"black","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"line","unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArcGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"name":"LINE","id":206,"value":0,"literal":"line","eClass":"EEnumLiteral"},{"name":"CURVE","id":207,"value":1,"literal":"curve","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcgraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hlinscription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"OutArcs","changeable":false,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"InArcs","changeable":false,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"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":"containerArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"left","unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"underline","unsettable":false,"transient":false,"unique":true,"name":"decoration","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"verdana","unsettable":false,"transient":false,"unique":true,"name":"family","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rotation","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"small","unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"normal","unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"name":"LEFT","id":244,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"CENTER","id":245,"value":1,"literal":"center","eClass":"EEnumLiteral"},{"name":"RIGHT","id":246,"value":2,"literal":"right","eClass":"EEnumLiteral"},{"name":"UNDERLINE","id":247,"value":0,"literal":"underline","eClass":"EEnumLiteral"},{"name":"OVERLINE","id":248,"value":1,"literal":"overline","eClass":"EEnumLiteral"},{"name":"LINETHROUGH","id":249,"value":2,"literal":"linethrough","eClass":"EEnumLiteral"},{"name":"VERDANA","id":250,"value":0,"literal":"verdana","eClass":"EEnumLiteral"},{"name":"ARIAL","id":251,"value":1,"literal":"arial","eClass":"EEnumLiteral"},{"name":"TIMES","id":252,"value":2,"literal":"times","eClass":"EEnumLiteral"},{"name":"GEORGIA","id":253,"value":3,"literal":"georgia","eClass":"EEnumLiteral"},{"name":"TREBUCHET","id":254,"value":4,"literal":"trebuchet","eClass":"EEnumLiteral"},{"name":"XXSMALL","id":255,"value":0,"literal":"xxsmall","eClass":"EEnumLiteral"},{"name":"XSMALL","id":256,"value":1,"literal":"xsmall","eClass":"EEnumLiteral"},{"name":"SMALL","id":257,"value":2,"literal":"small","eClass":"EEnumLiteral"},{"name":"MEDIUM","id":258,"value":3,"literal":"medium","eClass":"EEnumLiteral"},{"name":"LARGE","id":259,"value":4,"literal":"large","eClass":"EEnumLiteral"},{"name":"XLARGE","id":260,"value":5,"literal":"xlarge","eClass":"EEnumLiteral"},{"name":"XXLARGE","id":261,"value":6,"literal":"xxlarge","eClass":"EEnumLiteral"},{"name":"NORMAL","id":262,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"ITALIC","id":263,"value":1,"literal":"italic","eClass":"EEnumLiteral"},{"name":"OBLIQUE","id":264,"value":2,"literal":"oblique","eClass":"EEnumLiteral"},{"name":"NORMAL","id":265,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"BOLD","id":266,"value":1,"literal":"bold","eClass":"EEnumLiteral"},{"name":"BOLDER","id":267,"value":2,"literal":"bolder","eClass":"EEnumLiteral"},{"name":"LIGHTER","id":268,"value":3,"literal":"lighter","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingPlaces","changeable":false,"resolveProxies":true,"lowerBound":0,"id":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":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","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":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingTransitions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"hlinitialMarking","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"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":"containerPlace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"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":"containerPlace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"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":"containerTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"name":"SOLID","id":293,"value":0,"literal":"solid","eClass":"EEnumLiteral"},{"name":"DASH","id":294,"value":1,"literal":"dash","eClass":"EEnumLiteral"},{"name":"DOT","id":295,"value":2,"literal":"dot","eClass":"EEnumLiteral"},{"id":296,"eClass":"EGenericType"},{"id":297,"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":"containerUnparsed","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":"containerAnySort","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":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArbitrarySort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"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":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structure","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":"structure","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":1,"target":0},{"source":1,"target":49},{"source":1,"target":50},{"source":49,"target":2},{"source":49,"target":51},{"source":49,"target":1},{"source":49,"target":52},{"source":51,"target":2},{"source":50,"target":53},{"source":50,"target":1},{"source":2,"target":0},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":52},{"source":2,"target":59},{"source":54,"target":60},{"source":54,"target":2},{"source":55,"target":3},{"source":55,"target":61},{"source":55,"target":2},{"source":61,"target":3},{"source":56,"target":4},{"source":56,"target":62},{"source":56,"target":2},{"source":56,"target":63},{"source":62,"target":4},{"source":57,"target":6},{"source":57,"target":64},{"source":57,"target":2},{"source":57,"target":65},{"source":64,"target":6},{"source":58,"target":7},{"source":58,"target":66},{"source":58,"target":2},{"source":58,"target":67},{"source":66,"target":7},{"source":52,"target":1},{"source":52,"target":68},{"source":52,"target":2},{"source":52,"target":49},{"source":68,"target":1},{"source":59,"target":48},{"source":59,"target":69},{"source":59,"target":2},{"source":59,"target":70},{"source":69,"target":48},{"source":3,"target":0},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":71,"target":3},{"source":72,"target":3},{"source":73,"target":3},{"source":74,"target":3},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":75},{"source":4,"target":63},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":75,"target":5},{"source":75,"target":79},{"source":75,"target":4},{"source":75,"target":80},{"source":79,"target":5},{"source":63,"target":2},{"source":63,"target":81},{"source":63,"target":4},{"source":63,"target":56},{"source":81,"target":2},{"source":76,"target":9},{"source":76,"target":82},{"source":76,"target":4},{"source":76,"target":83},{"source":82,"target":9},{"source":77,"target":48},{"source":77,"target":84},{"source":77,"target":4},{"source":77,"target":85},{"source":84,"target":48},{"source":78,"target":5},{"source":5,"target":0},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":80},{"source":86,"target":89},{"source":86,"target":5},{"source":87,"target":6},{"source":87,"target":90},{"source":87,"target":5},{"source":87,"target":91},{"source":90,"target":6},{"source":88,"target":7},{"source":88,"target":92},{"source":88,"target":5},{"source":88,"target":93},{"source":92,"target":7},{"source":80,"target":4},{"source":80,"target":94},{"source":80,"target":5},{"source":80,"target":75},{"source":94,"target":4},{"source":6,"target":0},{"source":6,"target":39},{"source":6,"target":95},{"source":6,"target":65},{"source":6,"target":91},{"source":6,"target":96},{"source":95,"target":97},{"source":95,"target":6},{"source":65,"target":2},{"source":65,"target":98},{"source":65,"target":6},{"source":65,"target":57},{"source":98,"target":2},{"source":91,"target":5},{"source":91,"target":99},{"source":91,"target":6},{"source":91,"target":87},{"source":99,"target":5},{"source":96,"target":39},{"source":7,"target":0},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":7,"target":103},{"source":7,"target":67},{"source":7,"target":93},{"source":7,"target":104},{"source":7,"target":105},{"source":100,"target":106},{"source":100,"target":7},{"source":101,"target":107},{"source":101,"target":7},{"source":102,"target":41},{"source":102,"target":108},{"source":102,"target":7},{"source":108,"target":41},{"source":103,"target":40},{"source":103,"target":109},{"source":103,"target":7},{"source":109,"target":40},{"source":67,"target":2},{"source":67,"target":110},{"source":67,"target":7},{"source":67,"target":58},{"source":110,"target":2},{"source":93,"target":5},{"source":93,"target":111},{"source":93,"target":7},{"source":93,"target":88},{"source":111,"target":5},{"source":104,"target":8},{"source":104,"target":112},{"source":104,"target":7},{"source":104,"target":113},{"source":112,"target":8},{"source":105,"target":42},{"source":105,"target":114},{"source":105,"target":7},{"source":105,"target":115},{"source":114,"target":42},{"source":8,"target":0},{"source":8,"target":113},{"source":113,"target":7},{"source":113,"target":116},{"source":113,"target":8},{"source":113,"target":104},{"source":116,"target":7},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":117},{"source":9,"target":118},{"source":9,"target":119},{"source":9,"target":120},{"source":9,"target":121},{"source":9,"target":83},{"source":9,"target":122},{"source":117,"target":12},{"source":117,"target":123},{"source":117,"target":9},{"source":117,"target":124},{"source":123,"target":12},{"source":118,"target":14},{"source":118,"target":125},{"source":118,"target":9},{"source":118,"target":126},{"source":125,"target":14},{"source":119,"target":16},{"source":119,"target":127},{"source":119,"target":9},{"source":119,"target":128},{"source":127,"target":16},{"source":120,"target":19},{"source":120,"target":129},{"source":120,"target":9},{"source":120,"target":130},{"source":129,"target":19},{"source":121,"target":23},{"source":121,"target":131},{"source":121,"target":9},{"source":121,"target":132},{"source":131,"target":23},{"source":83,"target":4},{"source":83,"target":133},{"source":83,"target":9},{"source":83,"target":76},{"source":133,"target":4},{"source":122,"target":10},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":134},{"source":11,"target":135},{"source":134,"target":136},{"source":134,"target":11},{"source":135,"target":137},{"source":135,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":138},{"source":12,"target":124},{"source":12,"target":139},{"source":138,"target":21},{"source":138,"target":140},{"source":138,"target":12},{"source":138,"target":141},{"source":140,"target":21},{"source":124,"target":9},{"source":124,"target":142},{"source":124,"target":12},{"source":124,"target":117},{"source":142,"target":9},{"source":139,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":143},{"source":13,"target":144},{"source":143,"target":15},{"source":143,"target":145},{"source":143,"target":13},{"source":143,"target":146},{"source":145,"target":15},{"source":144,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":126},{"source":14,"target":147},{"source":126,"target":9},{"source":126,"target":148},{"source":126,"target":14},{"source":126,"target":118},{"source":148,"target":9},{"source":147,"target":11},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":146},{"source":15,"target":149},{"source":15,"target":150},{"source":15,"target":151},{"source":15,"target":152},{"source":15,"target":153},{"source":146,"target":13},{"source":146,"target":154},{"source":146,"target":15},{"source":146,"target":143},{"source":154,"target":13},{"source":149,"target":16},{"source":149,"target":155},{"source":149,"target":15},{"source":149,"target":156},{"source":155,"target":16},{"source":150,"target":19},{"source":150,"target":157},{"source":150,"target":15},{"source":150,"target":158},{"source":157,"target":19},{"source":151,"target":24},{"source":151,"target":159},{"source":151,"target":15},{"source":151,"target":160},{"source":159,"target":24},{"source":152,"target":39},{"source":152,"target":161},{"source":152,"target":15},{"source":152,"target":162},{"source":161,"target":39},{"source":153,"target":10},{"source":16,"target":0},{"source":16,"target":163},{"source":16,"target":164},{"source":16,"target":165},{"source":16,"target":166},{"source":16,"target":128},{"source":16,"target":156},{"source":163,"target":17},{"source":163,"target":167},{"source":163,"target":16},{"source":167,"target":17},{"source":164,"target":17},{"source":164,"target":168},{"source":164,"target":16},{"source":168,"target":17},{"source":165,"target":18},{"source":165,"target":169},{"source":165,"target":16},{"source":169,"target":18},{"source":166,"target":40},{"source":166,"target":170},{"source":166,"target":16},{"source":170,"target":40},{"source":128,"target":9},{"source":128,"target":171},{"source":128,"target":16},{"source":128,"target":119},{"source":171,"target":9},{"source":156,"target":15},{"source":156,"target":172},{"source":156,"target":16},{"source":156,"target":149},{"source":172,"target":15},{"source":17,"target":0},{"source":17,"target":173},{"source":17,"target":174},{"source":17,"target":175},{"source":17,"target":176},{"source":17,"target":177},{"source":17,"target":178},{"source":17,"target":179},{"source":17,"target":180},{"source":17,"target":181},{"source":17,"target":182},{"source":17,"target":183},{"source":17,"target":184},{"source":17,"target":185},{"source":17,"target":186},{"source":17,"target":187},{"source":17,"target":188},{"source":17,"target":189},{"source":173,"target":17},{"source":174,"target":17},{"source":175,"target":17},{"source":176,"target":17},{"source":177,"target":17},{"source":178,"target":17},{"source":179,"target":17},{"source":180,"target":17},{"source":181,"target":17},{"source":182,"target":17},{"source":183,"target":17},{"source":184,"target":17},{"source":185,"target":17},{"source":186,"target":17},{"source":187,"target":17},{"source":188,"target":17},{"source":189,"target":17},{"source":18,"target":0},{"source":18,"target":190},{"source":18,"target":191},{"source":18,"target":192},{"source":190,"target":18},{"source":191,"target":18},{"source":192,"target":18},{"source":19,"target":0},{"source":19,"target":193},{"source":19,"target":194},{"source":19,"target":195},{"source":19,"target":130},{"source":19,"target":196},{"source":19,"target":158},{"source":19,"target":197},{"source":193,"target":17},{"source":193,"target":198},{"source":193,"target":19},{"source":198,"target":17},{"source":194,"target":20},{"source":194,"target":199},{"source":194,"target":19},{"source":199,"target":20},{"source":195,"target":200},{"source":195,"target":19},{"source":130,"target":9},{"source":130,"target":201},{"source":130,"target":19},{"source":130,"target":120},{"source":201,"target":9},{"source":196,"target":21},{"source":196,"target":202},{"source":196,"target":19},{"source":196,"target":203},{"source":202,"target":21},{"source":158,"target":15},{"source":158,"target":204},{"source":158,"target":19},{"source":158,"target":150},{"source":204,"target":15},{"source":197,"target":38},{"source":197,"target":205},{"source":197,"target":19},{"source":205,"target":38},{"source":20,"target":0},{"source":20,"target":206},{"source":20,"target":207},{"source":206,"target":20},{"source":207,"target":20},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":141},{"source":21,"target":203},{"source":21,"target":208},{"source":21,"target":209},{"source":141,"target":12},{"source":141,"target":210},{"source":141,"target":21},{"source":141,"target":138},{"source":210,"target":12},{"source":203,"target":19},{"source":203,"target":211},{"source":203,"target":21},{"source":203,"target":196},{"source":211,"target":19},{"source":208,"target":22},{"source":208,"target":212},{"source":208,"target":21},{"source":208,"target":213},{"source":212,"target":22},{"source":209,"target":10},{"source":22,"target":0},{"source":22,"target":5},{"source":22,"target":214},{"source":22,"target":215},{"source":22,"target":213},{"source":22,"target":216},{"source":22,"target":217},{"source":214,"target":23},{"source":214,"target":218},{"source":214,"target":22},{"source":214,"target":219},{"source":218,"target":23},{"source":215,"target":23},{"source":215,"target":220},{"source":215,"target":22},{"source":215,"target":221},{"source":220,"target":23},{"source":213,"target":21},{"source":213,"target":222},{"source":213,"target":22},{"source":213,"target":208},{"source":222,"target":21},{"source":216,"target":47},{"source":216,"target":223},{"source":216,"target":22},{"source":216,"target":224},{"source":223,"target":47},{"source":217,"target":5},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":221},{"source":23,"target":219},{"source":23,"target":132},{"source":23,"target":225},{"source":221,"target":22},{"source":221,"target":226},{"source":221,"target":23},{"source":221,"target":215},{"source":226,"target":22},{"source":219,"target":22},{"source":219,"target":227},{"source":219,"target":23},{"source":219,"target":214},{"source":227,"target":22},{"source":132,"target":9},{"source":132,"target":228},{"source":132,"target":23},{"source":132,"target":121},{"source":228,"target":9},{"source":225,"target":5},{"source":24,"target":0},{"source":24,"target":229},{"source":24,"target":230},{"source":24,"target":231},{"source":24,"target":232},{"source":24,"target":233},{"source":24,"target":234},{"source":24,"target":235},{"source":24,"target":160},{"source":229,"target":25},{"source":229,"target":236},{"source":229,"target":24},{"source":236,"target":25},{"source":230,"target":26},{"source":230,"target":237},{"source":230,"target":24},{"source":237,"target":26},{"source":231,"target":27},{"source":231,"target":238},{"source":231,"target":24},{"source":238,"target":27},{"source":232,"target":239},{"source":232,"target":24},{"source":233,"target":28},{"source":233,"target":240},{"source":233,"target":24},{"source":240,"target":28},{"source":234,"target":29},{"source":234,"target":241},{"source":234,"target":24},{"source":241,"target":29},{"source":235,"target":30},{"source":235,"target":242},{"source":235,"target":24},{"source":242,"target":30},{"source":160,"target":15},{"source":160,"target":243},{"source":160,"target":24},{"source":160,"target":151},{"source":243,"target":15},{"source":25,"target":0},{"source":25,"target":244},{"source":25,"target":245},{"source":25,"target":246},{"source":244,"target":25},{"source":245,"target":25},{"source":246,"target":25},{"source":26,"target":0},{"source":26,"target":247},{"source":26,"target":248},{"source":26,"target":249},{"source":247,"target":26},{"source":248,"target":26},{"source":249,"target":26},{"source":27,"target":0},{"source":27,"target":250},{"source":27,"target":251},{"source":27,"target":252},{"source":27,"target":253},{"source":27,"target":254},{"source":250,"target":27},{"source":251,"target":27},{"source":252,"target":27},{"source":253,"target":27},{"source":254,"target":27},{"source":28,"target":0},{"source":28,"target":255},{"source":28,"target":256},{"source":28,"target":257},{"source":28,"target":258},{"source":28,"target":259},{"source":28,"target":260},{"source":28,"target":261},{"source":255,"target":28},{"source":256,"target":28},{"source":257,"target":28},{"source":258,"target":28},{"source":259,"target":28},{"source":260,"target":28},{"source":261,"target":28},{"source":29,"target":0},{"source":29,"target":262},{"source":29,"target":263},{"source":29,"target":264},{"source":262,"target":29},{"source":263,"target":29},{"source":264,"target":29},{"source":30,"target":0},{"source":30,"target":265},{"source":30,"target":266},{"source":30,"target":267},{"source":30,"target":268},{"source":265,"target":30},{"source":266,"target":30},{"source":267,"target":30},{"source":268,"target":30},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":269},{"source":31,"target":270},{"source":269,"target":36},{"source":269,"target":271},{"source":269,"target":31},{"source":269,"target":272},{"source":271,"target":36},{"source":270,"target":23},{"source":32,"target":0},{"source":32,"target":23},{"source":32,"target":273},{"source":32,"target":274},{"source":273,"target":34},{"source":273,"target":275},{"source":273,"target":32},{"source":273,"target":276},{"source":275,"target":34},{"source":274,"target":23},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":277},{"source":33,"target":278},{"source":33,"target":279},{"source":277,"target":44},{"source":277,"target":280},{"source":277,"target":33},{"source":277,"target":281},{"source":280,"target":44},{"source":278,"target":45},{"source":278,"target":282},{"source":278,"target":33},{"source":278,"target":283},{"source":282,"target":45},{"source":279,"target":31},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":276},{"source":34,"target":284},{"source":276,"target":32},{"source":276,"target":285},{"source":276,"target":34},{"source":276,"target":273},{"source":285,"target":32},{"source":284,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":286},{"source":35,"target":287},{"source":286,"target":46},{"source":286,"target":288},{"source":286,"target":35},{"source":286,"target":289},{"source":288,"target":46},{"source":287,"target":32},{"source":36,"target":0},{"source":36,"target":31},{"source":36,"target":272},{"source":36,"target":290},{"source":272,"target":31},{"source":272,"target":291},{"source":272,"target":36},{"source":272,"target":269},{"source":291,"target":31},{"source":290,"target":31},{"source":37,"target":0},{"source":37,"target":8},{"source":37,"target":292},{"source":292,"target":8},{"source":38,"target":0},{"source":38,"target":293},{"source":38,"target":294},{"source":38,"target":295},{"source":293,"target":38},{"source":294,"target":38},{"source":295,"target":38},{"source":39,"target":0},{"source":39,"target":8},{"source":39,"target":162},{"source":39,"target":296},{"source":162,"target":15},{"source":162,"target":297},{"source":162,"target":39},{"source":162,"target":152},{"source":297,"target":15},{"source":296,"target":8},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":115},{"source":42,"target":298},{"source":42,"target":299},{"source":42,"target":300},{"source":115,"target":7},{"source":115,"target":301},{"source":115,"target":42},{"source":115,"target":105},{"source":301,"target":7},{"source":298,"target":302},{"source":298,"target":42},{"source":299,"target":303},{"source":299,"target":42},{"source":300,"target":304},{"source":300,"target":42},{"source":43,"target":0},{"source":43,"target":39},{"source":43,"target":305},{"source":43,"target":306},{"source":305,"target":307},{"source":305,"target":43},{"source":306,"target":39},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":308},{"source":44,"target":281},{"source":44,"target":309},{"source":308,"target":310},{"source":308,"target":44},{"source":281,"target":33},{"source":281,"target":311},{"source":281,"target":44},{"source":281,"target":277},{"source":311,"target":33},{"source":309,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":312},{"source":45,"target":283},{"source":45,"target":313},{"source":312,"target":314},{"source":312,"target":45},{"source":283,"target":33},{"source":283,"target":315},{"source":283,"target":45},{"source":283,"target":278},{"source":315,"target":33},{"source":313,"target":43},{"source":46,"target":0},{"source":46,"target":43},{"source":46,"target":316},{"source":46,"target":289},{"source":46,"target":317},{"source":316,"target":318},{"source":316,"target":46},{"source":289,"target":35},{"source":289,"target":319},{"source":289,"target":46},{"source":289,"target":286},{"source":319,"target":35},{"source":317,"target":43},{"source":47,"target":0},{"source":47,"target":43},{"source":47,"target":320},{"source":47,"target":224},{"source":47,"target":321},{"source":320,"target":322},{"source":320,"target":47},{"source":224,"target":22},{"source":224,"target":323},{"source":224,"target":47},{"source":224,"target":216},{"source":323,"target":22},{"source":321,"target":43},{"source":48,"target":0},{"source":48,"target":43},{"source":48,"target":324},{"source":48,"target":70},{"source":48,"target":85},{"source":48,"target":325},{"source":324,"target":326},{"source":324,"target":48},{"source":70,"target":2},{"source":70,"target":327},{"source":70,"target":48},{"source":70,"target":59},{"source":327,"target":2},{"source":85,"target":4},{"source":85,"target":328},{"source":85,"target":48},{"source":85,"target":77},{"source":328,"target":4},{"source":325,"target":43}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fin" nsURI="http://www.nie.de/fin/Fin" nsPrefix="fin">
<eClassifiers xsi:type="ecore:EClass" name="FinModelFile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//Element" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Import">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Konto" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inhaber" eType="#//Kontakt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ktoNr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blz" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bank" eType="#//Kontakt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verwendung" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bemerkung" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MONAT">
<eLiterals name="ALLE" literal="monatlich"/>
<eLiterals name="JANUAR" value="2" literal="Januar"/>
<eLiterals name="FEBRUAR" value="4" literal="Februar"/>
<eLiterals name="MAERZ" value="6" literal="März"/>
<eLiterals name="APRIL" value="8" literal="April"/>
<eLiterals name="MAI" value="10" literal="Mai"/>
<eLiterals name="JUNI" value="12" literal="Juni"/>
<eLiterals name="JULI" value="14" literal="Juli"/>
<eLiterals name="AUGUST" value="16" literal="August"/>
<eLiterals name="SEPTEMBER" value="18" literal="September"/>
<eLiterals name="OKTOBER" value="20" literal="Oktober"/>
<eLiterals name="NOVEMBER" value="22" literal="November"/>
<eLiterals name="DEZEMBER" value="24" literal="Dezember"/>
<eLiterals name="VIERTELJAEHRLICH" value="26" literal="vierteljährlich"/>
<eLiterals name="HALBJAEHRLICH" value="27" literal="halbjährlich"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Buchungsart">
<eLiterals name="DAUERAUFTRAG" literal="Dauerauftrag"/>
<eLiterals name="UEBERWEISUNG" value="1" literal="Überweisung"/>
<eLiterals name="ABBUCHUNG" value="2" literal="Abbuchung"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Intervall">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="monate" unique="false"
upperBound="-1" eType="#//MONAT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Kategorie" eSuperTypes="#//Element">
<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="Buchungsintervall" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="intervall" eType="#//Intervall"
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="Buchung" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="konto" eType="#//Konto"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="betrag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="empfaenger" eType="#//Kontakt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="empfaengerKto" eType="#//Konto"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="von" eType="#//Kontakt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vonKto" eType="#//Konto"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intervall" eType="#//Intervall"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intervallRef" eType="#//Buchungsintervall"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="buchungsart" eType="#//Buchungsart"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kategorie" unique="false"
upperBound="-1" eType="#//Kategorie"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Kontakt" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vorname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nachname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strasse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plz" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bemerkung" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Fin.ecore | ecore | fin
FinModelFile
name
imports
elements
Element
Import
importedNamespace
Konto
name
inhaber
ktoNr
blz
bank
verwendung
bemerkung
MONAT
ALLE
monatlich
JANUAR
Januar
FEBRUAR
Februar
MAERZ
März
APRIL
April
MAI
Mai
JUNI
Juni
JULI
Juli
AUGUST
August
SEPTEMBER
September
OKTOBER
Oktober
NOVEMBER
November
DEZEMBER
Dezember
VIERTELJAEHRLICH
vierteljährlich
HALBJAEHRLICH
halbjährlich
Buchungsart
DAUERAUFTRAG
Dauerauftrag
UEBERWEISUNG
Überweisung
ABBUCHUNG
Abbuchung
Intervall
tag
monate
Kategorie
name
Buchungsintervall
intervall
name
Buchung
name
konto
betrag
empfaenger
empfaengerKto
von
vonKto
intervall
intervallRef
buchungsart
kategorie
Kontakt
vorname
nachname
strasse
plz
ort
bemerkung | null | {"directed":true,"nodes":[{"nsPrefix":"fin","nsURI":"http://www.nie.de/fin/Fin","name":"fin","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinModelFile","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Konto","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MONAT","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Buchungsart","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Intervall","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kategorie","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Buchungsintervall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Buchung","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kontakt","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inhaber","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ktoNr","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blz","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bank","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":"verwendung","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":"bemerkung","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"},{"name":"ALLE","id":35,"value":0,"literal":"monatlich","eClass":"EEnumLiteral"},{"name":"JANUAR","id":36,"value":2,"literal":"Januar","eClass":"EEnumLiteral"},{"name":"FEBRUAR","id":37,"value":4,"literal":"Februar","eClass":"EEnumLiteral"},{"name":"MAERZ","id":38,"value":6,"literal":"März","eClass":"EEnumLiteral"},{"name":"APRIL","id":39,"value":8,"literal":"April","eClass":"EEnumLiteral"},{"name":"MAI","id":40,"value":10,"literal":"Mai","eClass":"EEnumLiteral"},{"name":"JUNI","id":41,"value":12,"literal":"Juni","eClass":"EEnumLiteral"},{"name":"JULI","id":42,"value":14,"literal":"Juli","eClass":"EEnumLiteral"},{"name":"AUGUST","id":43,"value":16,"literal":"August","eClass":"EEnumLiteral"},{"name":"SEPTEMBER","id":44,"value":18,"literal":"September","eClass":"EEnumLiteral"},{"name":"OKTOBER","id":45,"value":20,"literal":"Oktober","eClass":"EEnumLiteral"},{"name":"NOVEMBER","id":46,"value":22,"literal":"November","eClass":"EEnumLiteral"},{"name":"DEZEMBER","id":47,"value":24,"literal":"Dezember","eClass":"EEnumLiteral"},{"name":"VIERTELJAEHRLICH","id":48,"value":26,"literal":"vierteljährlich","eClass":"EEnumLiteral"},{"name":"HALBJAEHRLICH","id":49,"value":27,"literal":"halbjährlich","eClass":"EEnumLiteral"},{"name":"DAUERAUFTRAG","id":50,"value":0,"literal":"Dauerauftrag","eClass":"EEnumLiteral"},{"name":"UEBERWEISUNG","id":51,"value":1,"literal":"Überweisung","eClass":"EEnumLiteral"},{"name":"ABBUCHUNG","id":52,"value":2,"literal":"Abbuchung","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":"tag","changeable":true,"lowerBound":0,"iD":false,"id":53,"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":"monate","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intervall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"konto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"betrag","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"empfaenger","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":"empfaengerKto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"von","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vonKto","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":"intervall","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":"intervallRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"buchungsart","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"kategorie","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vorname","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":"nachname","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":"strasse","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"plz","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ort","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":"bemerkung","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":12,"target":15},{"source":12,"target":1},{"source":13,"target":3},{"source":13,"target":16},{"source":13,"target":1},{"source":16,"target":3},{"source":14,"target":2},{"source":14,"target":17},{"source":14,"target":1},{"source":17,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":18},{"source":18,"target":19},{"source":18,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":20,"target":28},{"source":20,"target":4},{"source":21,"target":11},{"source":21,"target":29},{"source":21,"target":4},{"source":29,"target":11},{"source":22,"target":30},{"source":22,"target":4},{"source":23,"target":31},{"source":23,"target":4},{"source":24,"target":11},{"source":24,"target":32},{"source":24,"target":4},{"source":32,"target":11},{"source":25,"target":33},{"source":25,"target":4},{"source":26,"target":34},{"source":26,"target":4},{"source":27,"target":2},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":35,"target":5},{"source":36,"target":5},{"source":37,"target":5},{"source":38,"target":5},{"source":39,"target":5},{"source":40,"target":5},{"source":41,"target":5},{"source":42,"target":5},{"source":43,"target":5},{"source":44,"target":5},{"source":45,"target":5},{"source":46,"target":5},{"source":47,"target":5},{"source":48,"target":5},{"source":49,"target":5},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":50,"target":6},{"source":51,"target":6},{"source":52,"target":6},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":55},{"source":53,"target":7},{"source":54,"target":5},{"source":54,"target":56},{"source":54,"target":7},{"source":56,"target":5},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":57},{"source":8,"target":58},{"source":57,"target":59},{"source":57,"target":8},{"source":58,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":60,"target":7},{"source":60,"target":63},{"source":60,"target":9},{"source":63,"target":7},{"source":61,"target":64},{"source":61,"target":9},{"source":62,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":10,"target":75},{"source":10,"target":76},{"source":65,"target":77},{"source":65,"target":10},{"source":66,"target":4},{"source":66,"target":78},{"source":66,"target":10},{"source":78,"target":4},{"source":67,"target":79},{"source":67,"target":10},{"source":68,"target":11},{"source":68,"target":80},{"source":68,"target":10},{"source":80,"target":11},{"source":69,"target":4},{"source":69,"target":81},{"source":69,"target":10},{"source":81,"target":4},{"source":70,"target":11},{"source":70,"target":82},{"source":70,"target":10},{"source":82,"target":11},{"source":71,"target":4},{"source":71,"target":83},{"source":71,"target":10},{"source":83,"target":4},{"source":72,"target":7},{"source":72,"target":84},{"source":72,"target":10},{"source":84,"target":7},{"source":73,"target":9},{"source":73,"target":85},{"source":73,"target":10},{"source":85,"target":9},{"source":74,"target":6},{"source":74,"target":86},{"source":74,"target":10},{"source":86,"target":6},{"source":75,"target":8},{"source":75,"target":87},{"source":75,"target":10},{"source":87,"target":8},{"source":76,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":88},{"source":11,"target":89},{"source":11,"target":90},{"source":11,"target":91},{"source":11,"target":92},{"source":11,"target":93},{"source":11,"target":94},{"source":88,"target":95},{"source":88,"target":11},{"source":89,"target":96},{"source":89,"target":11},{"source":90,"target":97},{"source":90,"target":11},{"source":91,"target":98},{"source":91,"target":11},{"source":92,"target":99},{"source":92,"target":11},{"source":93,"target":100},{"source":93,"target":11},{"source":94,"target":2}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="generics"
nsURI="http://www.opengis.net/citygml/generics/1.0" nsPrefix="gen">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Top level GML schema
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Basic support for tracking moving objects and objects with changing state. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML Feature schema. 		 
 Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Extends the units.xsd and basicTypes.xsd schemas with types for recording measures using specific types of units, especially the measures and units needed for coordinate reference systems and coordinate operations. The specific unit types encoded are length, angle, scale factor, time, area, volume, speed, and grid length. This schema allows angle values to be recorded as single numbers or in degree-minute-second format. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on Subclause 4.7 of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations.
Builds on gmlBase.xsd to encode units of measure (or uom), including definitions of units of measure and dictionaries of such definitions. GML 3.0 candidate schema, primary editor: Arliss Whiteside. Last updated 2005-06-22.
	Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
	Parts of this schema are based on Subclause 6.5.7 of ISO/CD 19103 Geographic information - Conceptual schema language, on Subclause A.5.2.2.3 of ISO/CD 19118 Geographic information - Encoding, and on most of OpenGIS Recommendation Paper OGC 02-007r4 Units of Measure Use and Definition Recommendations.

			Dictionary schema for GML 3.1.1 
			Components to support the lists of definitions. 
 Copyright (c) 2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML base schema for GML 3
		Components to support the GML encoding model. 
		The abstract Schematron rules can be used by any schema that includes gmlBase. 
		Copyright (c) 2001-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr

 Generic simpleContent components for use in GML 
 Copyright (c) 2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
 

			GML 3.0 candidate xlinks schema. Copyright (c) 2001 OGC, All Rights Reserved.
		
The temporal schema for GML 3.1 provides constructs for handling time-varying spatial data. 
 This schema reflects a partial implementation of the model described in ISO 19108:2002. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
This schema defines "direction" element and type.
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr

	Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Copyright (c) 2001-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML Coverage schema. 
 Copyright (c) 2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
GML conformant schema for Values in which the 
		 * scalar Value types and lists have their values recorded in simpleContent elements 
		 * complex Value types are built recursively
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Grid geometries
 A subset of implicit geometries
 Designed for use with GML Coverage schema, but maybe useful elsewhere as well. 
 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
How to encode coordinate reference system definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate reference systems, including the specific subtypes of coordinate reference systems. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Coordinate Reference System (SC_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates, with the exception of the abstract "SC_CRS" class. The "SC_CRS" class is encoded in referenceSystems.xsd, to eliminate the (circular) references from coordinateOperations.xsd to coordinateReferenceSystems.xsd. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
How to encode coordinate system definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate systems, including the specific subtypes of coordinate systems. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Coordinate System (CS_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
How to encode reference system definitions. Builds on several other parts of GML 3 to encode the data needed to define reference systems. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Reference System (RS_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. The SC_CRS class is also encoded here, to eliminate the (circular) references from coordinateOperations.xsd to coordinateReferenceSystems.xsd. The RS_SpatialReferenceSystemUsingGeographicIdentifier class is not encoded, since it is not applicable to coordinate positions. The CI_Citation class is not directly encoded, since such information can be included as metaDataProperty elements which are optionally allowed. A modified version of the EX_Extent (DataType) class from ISO 19115 is currently encoded here, using GML 3 schema types. (A more extensive version of the EX_Extent package might be XML encoded in the future, probably in a separate extent.xsd schema.)
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111.
How to encode datum definitions. Builds on referenceSystems.xsd to encode the data needed to define datums, including the specific subtypes of datums. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Datum (CD_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
How to encode coordinate operation definitions. Builds on referenceSystems.xsd to encode the data needed to define coordinate operations, including Transformations, Conversions, and other specific subtypes of operations. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Coordinate Operation (CC_) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
How to encode positional data quality information. Builds on units.xsd to encode the data needed to describe the positional accuracy of coordinate operations. 
		Copyright (c) 2002-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		This schema encodes the Data Quality (DQ) package of the extended UML Model for OGC Abstract Specification Topic 2: Spatial Referencing by Coordinates. That UML model is adapted from ISO 19111 - Spatial referencing by coordinates, as described in Annex C of Topic 2. 
		Caution: The CRS package in GML 3.1 and GML 3.1.1 is preliminary, and is expected to undergo some modifications that are not backward compatible during the development of GML 3.2 (ISO 19136). The GML 3.2 package will implement the model described in the revised version of ISO 19111. 
Observation schema for GML 3.1 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
Default Style schema for GML 3.1.0
		Copyright (c) 2001-2005 OGC, All Rights Reserved. For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
		Compliance: reference to ISO Specifications
The Temporal Reference Systems schema for GML 3.1 provides constructs for handling various styles of temporal reference system. 
 This schema reflects a partial implementation of the model described in ISO 19108:2002. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
The temporal topology schema for ISO19136 provides constructs for handling topological complexes and 
		temporal feature relationships. 
		Temporal geometric characteristics of features are represented as instants and periods. 
		While, temporal context of features that does not relate to the position of time is described as connectivity relationships 
		among instants and periods. These relationships are called temporal topology as they do not change in time, 
		as long as the direction of time does not change. 
		It is used effectively in the case of describing a family tree expressing evolution of species, an ecological cycle, 
		a lineage of lands or buildings, or a history of separation and merger of administrative boundaries.
		This schema reflects a partial yet consistent implementation of the model described in ISO 19108:2002. 
 Copyright (c) 2002-2005 OGC, All Rights Reserved.
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr
xAL: eXtensible Address Language 
This is an XML document type definition (DTD) for
defining addresses.
Original Date of Creation: 1 March 2001
Copyright(c) 2000, OASIS. All Rights Reserved [http://www.oasis-open.org]
Contact: Customer Information Quality Technical Committee, OASIS
http://www.oasis-open.org/committees/ciq
VERSION: 2.0 [MAJOR RELEASE] Date of Creation: 01 May 2002
Last Update: 24 July 2002
Previous Version: 1.3
Common Attributes:Type - If not documented then it means, possible values of Type not limited to: Official, Unique, Abbreviation, OldName, Synonym
Code:Address element codes are used by groups like postal groups like ECCMA, ADIS, UN/PROLIST for postal services"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:gml:3.1.1">
<details key="appinfo" value="gml.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dynamicFeature:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:feature:v3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryBasic2d:3.1.1">
<details key="appinfo" value="geometryBasic2d.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryBasic0d1d:v3.1.1">
<details key="appinfo" value="geometryBasic0d1d.xsd

			<sch:title xmlns:sch="http://www.ascc.net/xml/schematron">Schematron validation</sch:title>
			<sch:pattern name="Check SRS tags" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="CRSLabels">
					<sch:report test="not(@srsDimension) or @srsName">The presence of a dimension attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="not(@axisLabels) or @srsName">The presence of an axisLabels attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="not(@uomLabels) or @srsName">The presence of an uomLabels attribute implies the presence of the srsName attribute.</sch:report>
					<sch:report test="(not(@uomLabels) and not(@axisLabels)) or (@uomLabels and @axisLabels)">The presence of an uomLabels attribute implies the presence of the axisLabels attribute and vice versa.</sch:report>
				</sch:rule>
			</sch:pattern>
			<sch:pattern name="Check Dimension" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="Count">
					<sch:report test="not(@count) or @srsDimension">The presence of a count attribute implies the presence of the dimension attribute.</sch:report>
				</sch:rule>
			</sch:pattern>
		"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-measures:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-units:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dictionary:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:gmlBase:3.1.1">
<details key="appinfo" value="
			<sch:title xmlns:sch="http://www.ascc.net/xml/schematron">Schematron validation</sch:title>
			<sch:ns prefix="gml" uri="http://www.opengis.net/gml" xmlns:sch="http://www.ascc.net/xml/schematron"/>
			<sch:ns prefix="xlink" uri="http://www.w3.org/1999/xlink" xmlns:sch="http://www.ascc.net/xml/schematron"/>
			<sch:pattern name="Check either href or content not both" xmlns:sch="http://www.ascc.net/xml/schematron">
				<sch:rule abstract="true" id="hrefOrContent">
					<sch:report test="@xlink:href and (*|text())">Property element may not carry both a reference to an object and contain an object.</sch:report>
					<sch:assert test="@xlink:href | (*|text())">Property element must either carry a reference to an object or contain an object.</sch:assert>
				</sch:rule>
			</sch:pattern>
		"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:basicTypes:3.1.1">
<details key="appinfo" value="basicTypes.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xlinks:v3.0c2">
<details key="appinfo" value="xlinks.xsd v3.0b2 2001-07"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporal:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:direction:3.1.1">
<details key="appinfo" value="direction.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:topology:3.1.1">
<details key="appinfo" value="topology.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryComplexes:v3.1.1">
<details key="appinfo" value="geometryComplexes.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryAggregates:3.1.1">
<details key="appinfo" value="geometryAggregates.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:geometryPrimitives:3.1.1">
<details key="appinfo" value="geometryPrimitives.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1">
<details key="appinfo" value="coverage.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:valueObjects:3.1.1">
<details key="appinfo" value="valueObjects.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:grids:3.1.1">
<details key="appinfo" value="grids.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateReferenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:referenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:datums:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:coordinateOperations:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:dataQuality:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:observation:3.1.1">
<details key="appinfo" value="observation.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-defaultStyle:v3.1.0">
<details key="appinfo" value="defaultStyle.xsd"/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporalReferenceSystems:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eAnnotations source="urn:opengis:specification:gml:schema-xsd:temporalTopology:3.1.1">
<details key="appinfo" value=""/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="AbstractGenericAttributeType" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" Generic (user defined) attributes may be used to represent attributes which are not covered
 explicitly by the CityGML schema. Generic attributes must be used with care; they shall only be used if there is
 no appropiate attribute available in the overall CityGML schema. Oherwise, problems concerning semantic
 interoperability may arise. A generic attribute has a name and a value, which has further subclasses
 (IntAttrribute, StringAttribute, ...). "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AbstractGenericAttributeType"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DateAttributeType" eSuperTypes="#//AbstractGenericAttributeType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DateAttributeType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="genericAttribute" upperBound="-2"
eType="#//AbstractGenericAttributeType" changeable="false" volatile="true"
transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="_genericAttribute"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/citygml/1.0#_GenericApplicationPropertyOfCityObject"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dateAttribute" upperBound="-2"
eType="#//DateAttributeType" 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="dateAttribute"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="_genericAttribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="doubleAttribute" upperBound="-2"
eType="#//DoubleAttributeType" 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="doubleAttribute"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="_genericAttribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="genericCityObject" upperBound="-2"
eType="#//GenericCityObjectType" 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="GenericCityObject"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://www.opengis.net/citygml/1.0#_CityObject"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="intAttribute" upperBound="-2"
eType="#//IntAttributeType" 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="intAttribute"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="_genericAttribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="stringAttribute" upperBound="-2"
eType="#//StringAttributeType" 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="stringAttribute"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="_genericAttribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="uriAttribute" upperBound="-2"
eType="#//UriAttributeType" 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="uriAttribute"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="_genericAttribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoubleAttributeType" eSuperTypes="#//AbstractGenericAttributeType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DoubleAttributeType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericCityObjectType" eSuperTypes="citygml.ecore#//AbstractCityObjectType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generic (user defined) city objects may be used to model features which are not covered explicitly
 by the CityGML schema. Generic objects must be used with care; they shall only be used if there is no appropiate
 thematic class available in the overall CityGML schema. Oherwise, problems concerning semantic interoperability
 may arise. As subclass of _CityObject, a generic city object inherits all attributes and relations, in particular
 an id, names, external references, and generalization relations. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="GenericCityObjectType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="class"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="function" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="function"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usage" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="usage"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod0Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod0Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod1Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod1Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod2Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod2Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod3Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod3Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod4Geometry" eType="ecore:EClass gml.ecore#//GeometryPropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod4Geometry"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod0TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod0TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod1TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod1TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod2TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod2TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod3TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod3TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod4TerrainIntersection"
eType="ecore:EClass gml.ecore#//MultiCurvePropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod4TerrainIntersection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod0ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod0ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod1ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod1ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod2ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod2ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod3ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod3ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lod4ImplicitRepresentation"
eType="ecore:EClass citygml.ecore#//ImplicitRepresentationPropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lod4ImplicitRepresentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntAttributeType" eSuperTypes="#//AbstractGenericAttributeType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="IntAttributeType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringAttributeType" eSuperTypes="#//AbstractGenericAttributeType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="StringAttributeType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UriAttributeType" eSuperTypes="#//AbstractGenericAttributeType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="UriAttributeType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/markus1978/citygml4emf/de.hub.citygml.emf.ecore/model/generics.ecore | ecore | generics
AbstractGenericAttributeType
name
DateAttributeType
value
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
genericAttribute
dateAttribute
doubleAttribute
genericCityObject
intAttribute
stringAttribute
uriAttribute
DoubleAttributeType
value
GenericCityObjectType
class
function
usage
lod0Geometry
lod1Geometry
lod2Geometry
lod3Geometry
lod4Geometry
lod0TerrainIntersection
lod1TerrainIntersection
lod2TerrainIntersection
lod3TerrainIntersection
lod4TerrainIntersection
lod0ImplicitRepresentation
lod1ImplicitRepresentation
lod2ImplicitRepresentation
lod3ImplicitRepresentation
lod4ImplicitRepresentation
IntAttributeType
value
StringAttributeType
value
UriAttributeType
value | null | {"directed":true,"nodes":[{"nsPrefix":"gen","nsURI":"http://www.opengis.net/citygml/generics/1.0","name":"generics","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractGenericAttributeType","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateAttributeType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleAttributeType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericCityObjectType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntAttributeType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringAttributeType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UriAttributeType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"genericAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":17,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dateAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"doubleAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"genericCityObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"intAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"stringAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":22,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"uriAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":true},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":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":"class","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"function","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"usage","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod0Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod1Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod2Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod3Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod4Geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod0TerrainIntersection","changeable":true,"resolveProxies":false,"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":"lod1TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod2TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod3TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod4TerrainIntersection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod0ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod1ImplicitRepresentation","changeable":true,"resolveProxies":false,"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":"lod2ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod3ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lod4ImplicitRepresentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"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":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":10},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":11},{"source":2,"target":12},{"source":11,"target":13},{"source":11,"target":2},{"source":12,"target":1},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":14,"target":24},{"source":14,"target":3},{"source":15,"target":25},{"source":15,"target":3},{"source":16,"target":26},{"source":16,"target":3},{"source":17,"target":1},{"source":17,"target":27},{"source":17,"target":3},{"source":27,"target":1},{"source":18,"target":2},{"source":18,"target":28},{"source":18,"target":3},{"source":28,"target":2},{"source":19,"target":4},{"source":19,"target":29},{"source":19,"target":3},{"source":29,"target":4},{"source":20,"target":5},{"source":20,"target":30},{"source":20,"target":3},{"source":30,"target":5},{"source":21,"target":6},{"source":21,"target":31},{"source":21,"target":3},{"source":31,"target":6},{"source":22,"target":7},{"source":22,"target":32},{"source":22,"target":3},{"source":32,"target":7},{"source":23,"target":8},{"source":23,"target":33},{"source":23,"target":3},{"source":33,"target":8},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":34},{"source":4,"target":35},{"source":34,"target":36},{"source":34,"target":4},{"source":35,"target":1},{"source":5,"target":0},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":37,"target":56},{"source":37,"target":5},{"source":38,"target":57},{"source":38,"target":5},{"source":39,"target":58},{"source":39,"target":5},{"source":40,"target":59},{"source":40,"target":5},{"source":41,"target":60},{"source":41,"target":5},{"source":42,"target":61},{"source":42,"target":5},{"source":43,"target":62},{"source":43,"target":5},{"source":44,"target":63},{"source":44,"target":5},{"source":45,"target":64},{"source":45,"target":5},{"source":46,"target":65},{"source":46,"target":5},{"source":47,"target":66},{"source":47,"target":5},{"source":48,"target":67},{"source":48,"target":5},{"source":49,"target":68},{"source":49,"target":5},{"source":50,"target":69},{"source":50,"target":5},{"source":51,"target":70},{"source":51,"target":5},{"source":52,"target":71},{"source":52,"target":5},{"source":53,"target":72},{"source":53,"target":5},{"source":54,"target":73},{"source":54,"target":5},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":74},{"source":6,"target":75},{"source":74,"target":76},{"source":74,"target":6},{"source":75,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":77},{"source":7,"target":78},{"source":77,"target":79},{"source":77,"target":7},{"source":78,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":80},{"source":8,"target":81},{"source":80,"target":82},{"source":80,"target":8},{"source":81,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mymodel"
nsURI="http:///mymodel.ecore" nsPrefix="mymodel">
<eClassifiers xsi:type="ecore:EClass" name="IPerson">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/vogellacompany/codeexamples-java/EMFEncrypt/metamodel/mymodel.ecore | ecore | mymodel
IPerson
lastname
| null | {"directed":true,"nodes":[{"nsPrefix":"mymodel","nsURI":"http:///mymodel.ecore","name":"mymodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPerson","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"lastname","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="search"
nsURI="http://jw.research.crepe/search" nsPrefix="search">
<eClassifiers xsi:type="ecore:EClass" name="Search">
<eStructuralFeatures xsi:type="ecore:EReference" name="generations" upperBound="-1"
eType="ecore:EClass population.ecore#//Population"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/UOY-Enterprise/parallel-crepe-locality/resources/metamodels/search.ecore | ecore | search
Search
generations | null | {"directed":true,"nodes":[{"nsPrefix":"search","nsURI":"http://jw.research.crepe/search","name":"search","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Search","instanceClass":null,"abstract":false,"id":1,"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":"generations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="a" nsURI="http://www.eclipse.org/papyrus/test/2013/a" nsPrefix="a">
<eClassifiers xsi:type="ecore:EClass" name="A1" eSuperTypes="B.ecore#//B1 B.ecore#//B2"/>
<eClassifiers xsi:type="ecore:EClass" name="A2">
<eStructuralFeatures xsi:type="ecore:EReference" name="a1" upperBound="-1" eType="#//A1"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Cooperate-Project/PapyrusCollaborativeModeling/plugins/cdo/org.eclipse.papyrus.cdo.core.tests/resources/xmi/A.ecore | ecore | a
A1
A2
a1 | null | {"directed":true,"nodes":[{"nsPrefix":"a","nsURI":"http://www.eclipse.org/papyrus/test/2013/a","name":"a","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"id":3,"eClass":"EGenericType"},{"id":4,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"a1","changeable":true,"resolveProxies":true,"lowerBound":0,"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":1,"target":4},{"source":2,"target":0},{"source":2,"target":5},{"source":5,"target":1},{"source":5,"target":6},{"source":5,"target":2},{"source":6,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="HardCodedTree" nsURI="http://mondo.dsl.org/mmPatterns/hardCodedTree"
nsPrefix="hardCodedTree">
<eClassifiers xsi:type="ecore:EClass" name="NodeKind">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#//NodeKind" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/antoniogarmendia/gallery-graphical-dsls-emfStencil/caex-environment/plugins/caex.caex30/model/patterns/TreeHardCoded.ecore | ecore | HardCodedTree
NodeKind
children | null | {"directed":true,"nodes":[{"nsPrefix":"hardCodedTree","nsURI":"http://mondo.dsl.org/mmPatterns/hardCodedTree","name":"HardCodedTree","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeKind","instanceClass":null,"abstract":false,"id":1,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":1},{"source":2,"target":3},{"source":2,"target":1},{"source":3,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="typeconfiguration" nsURI="http://www.org.eclipse.reqcycle/typeconfiguration/1.0"
nsPrefix="typeconf">
<eClassifiers xsi:type="ecore:EClass" name="TypeConfigContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1"
eType="#//Configuration" containment="true" eOpposite="#//Configuration/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultConfiguration" eType="#//Configuration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1"
eType="#//RelationsPredicatesMapping" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eOperations name="getIType" eType="#//IType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoings" upperBound="-1"
eType="#//Relation" eOpposite="#//Relation/upstreamType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomings" upperBound="-1"
eType="#//Relation" eOpposite="#//Relation/downstreamType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isExtensible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relation">
<eOperations name="getAgregated" upperBound="-1" eType="#//TType"/>
<eOperations name="getTType" eType="#//TType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="upstreamType" eType="#//Type"
eOpposite="#//Type/outgoings"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="downstreamType" eType="#//Type"
eOpposite="#//Type/incomings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="agregatedTypes" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configuration">
<eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1"
eType="#//Relation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//TypeConfigContainer"
eOpposite="#//TypeConfigContainer/configurations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//Entry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="IType" instanceClassName="org.eclipse.reqcycle.types.IType"/>
<eClassifiers xsi:type="ecore:EDataType" name="TType" instanceClassName="org.eclipse.reqcycle.traceability.model.TType"/>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true">
<eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getPossibleValues" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getType" eType="#//AttributeType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RegisteredAttribute" eSuperTypes="#//StdAttribute">
<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="StdAttribute" eSuperTypes="#//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="possibleValues" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//AttributeType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AttributeType">
<eLiterals name="String"/>
<eLiterals name="Boolean" value="1"/>
<eLiterals name="Int" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationsPredicatesMapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//Relation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decorations" upperBound="-1"
eType="#//DecorationPredicate" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DecorationPredicate" eSuperTypes="#//IPredicateLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPredicateLink" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="ecore:EClass ../../org.eclipse.reqcycle.predicates.core/model/predicates.ecore#//IPredicate"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/ranass/ReqCycle/plugins/org.eclipse.reqcycle.traceability.types/model/TypeConfiguration.ecore | ecore | typeconfiguration
TypeConfigContainer
types
configurations
defaultConfiguration
mappings
Type
getIType
typeId
outgoings
incomings
isExtensible
Relation
getAgregated
getTType
upstreamType
downstreamType
kind
agregatedTypes
icon
attributes
Configuration
relations
name
parent
CustomType
superType
entries
Entry
name
value
IType
org.eclipse.reqcycle.types.IType
org.eclipse.reqcycle.types.IType
TType
org.eclipse.reqcycle.traceability.model.TType
org.eclipse.reqcycle.traceability.model.TType
Attribute
getName
getPossibleValues
getType
RegisteredAttribute
id
StdAttribute
name
possibleValues
type
AttributeType
String
String
Boolean
Boolean
Int
Int
RelationsPredicatesMapping
relation
decorations
DecorationPredicate
style
color
IPredicateLink
predicate | null | {"directed":true,"nodes":[{"nsPrefix":"typeconf","nsURI":"http://www.org.eclipse.reqcycle/typeconfiguration/1.0","name":"typeconfiguration","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeConfigContainer","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":"Relation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entry","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.reqcycle.types.IType","defaultValue":null,"instanceClassName":"org.eclipse.reqcycle.types.IType","name":"IType","instanceClass":null,"id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.reqcycle.traceability.model.TType","defaultValue":null,"instanceClassName":"org.eclipse.reqcycle.traceability.model.TType","name":"TType","instanceClass":null,"id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegisteredAttribute","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StdAttribute","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationsPredicatesMapping","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationPredicate","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPredicateLink","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":"types","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":"configurations","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":"defaultConfiguration","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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIType","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeId","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExtensible","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"upstreamType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"downstreamType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAgregated","lowerBound":0,"id":37,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTType","lowerBound":0,"id":38,"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":"kind","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"agregatedTypes","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPossibleValues","lowerBound":0,"id":66,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"possibleValues","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"name":"String","id":81,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Boolean","id":82,"value":1,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"Int","id":83,"value":2,"literal":"Int","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":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decorations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","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":"color","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":16,"target":2},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":2},{"source":17,"target":4},{"source":17,"target":21},{"source":17,"target":1},{"source":17,"target":22},{"source":21,"target":4},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":4},{"source":19,"target":13},{"source":19,"target":24},{"source":19,"target":1},{"source":24,"target":13},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":25,"target":7},{"source":25,"target":30},{"source":25,"target":2},{"source":30,"target":7},{"source":26,"target":31},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":32},{"source":27,"target":2},{"source":27,"target":33},{"source":32,"target":3},{"source":28,"target":3},{"source":28,"target":34},{"source":28,"target":2},{"source":28,"target":35},{"source":34,"target":3},{"source":29,"target":36},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":33},{"source":3,"target":35},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":37,"target":8},{"source":37,"target":43},{"source":37,"target":3},{"source":43,"target":8},{"source":38,"target":8},{"source":38,"target":44},{"source":38,"target":3},{"source":44,"target":8},{"source":33,"target":2},{"source":33,"target":45},{"source":33,"target":3},{"source":33,"target":27},{"source":45,"target":2},{"source":35,"target":2},{"source":35,"target":46},{"source":35,"target":3},{"source":35,"target":28},{"source":46,"target":2},{"source":39,"target":47},{"source":39,"target":3},{"source":40,"target":48},{"source":40,"target":3},{"source":41,"target":49},{"source":41,"target":3},{"source":42,"target":9},{"source":42,"target":50},{"source":42,"target":3},{"source":50,"target":9},{"source":4,"target":0},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":22},{"source":51,"target":3},{"source":51,"target":53},{"source":51,"target":4},{"source":53,"target":3},{"source":52,"target":54},{"source":52,"target":4},{"source":22,"target":1},{"source":22,"target":55},{"source":22,"target":4},{"source":22,"target":17},{"source":55,"target":1},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":56,"target":2},{"source":56,"target":59},{"source":56,"target":5},{"source":59,"target":2},{"source":57,"target":6},{"source":57,"target":60},{"source":57,"target":5},{"source":60,"target":6},{"source":58,"target":2},{"source":6,"target":0},{"source":6,"target":61},{"source":6,"target":62},{"source":61,"target":63},{"source":61,"target":6},{"source":62,"target":64},{"source":62,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":65},{"source":9,"target":66},{"source":9,"target":67},{"source":65,"target":68},{"source":65,"target":9},{"source":66,"target":69},{"source":66,"target":9},{"source":67,"target":12},{"source":67,"target":70},{"source":67,"target":9},{"source":70,"target":12},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":71},{"source":10,"target":72},{"source":71,"target":73},{"source":71,"target":10},{"source":72,"target":11},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":74,"target":78},{"source":74,"target":11},{"source":75,"target":79},{"source":75,"target":11},{"source":76,"target":12},{"source":76,"target":80},{"source":76,"target":11},{"source":80,"target":12},{"source":77,"target":9},{"source":12,"target":0},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":81,"target":12},{"source":82,"target":12},{"source":83,"target":12},{"source":13,"target":0},{"source":13,"target":84},{"source":13,"target":85},{"source":84,"target":3},{"source":84,"target":86},{"source":84,"target":13},{"source":86,"target":3},{"source":85,"target":14},{"source":85,"target":87},{"source":85,"target":13},{"source":87,"target":14},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":88,"target":91},{"source":88,"target":14},{"source":89,"target":92},{"source":89,"target":14},{"source":90,"target":15},{"source":15,"target":0},{"source":15,"target":93},{"source":93,"target":94},{"source":93,"target":15}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="jFXCss"
nsURI="http://www.bestsolution.at/e4/jfx/xtext/JFXCss" nsPrefix="jFXCss">
<eClassifiers xsi:type="ecore:EClass" name="JFXCss">
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//Definition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="selector" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//Selector"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Selector">
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleSelector" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SimpleSelector"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleSelector">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//IdSelector"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pseudoClass" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//PseudoClassSelector"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//ClassSelector"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdSelector">
<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="ClassSelector">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PseudoClassSelector">
<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="FXProperty"/>
<eClassifiers xsi:type="ecore:EClass" name="FontProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FontValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FontFamilyProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FontFamily"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FontSizeProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FontStyleProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FontStyleValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FontWeightProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FontWeightValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CursorProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<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="EffectProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//Effect"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Effect">
<eStructuralFeatures xsi:type="ecore:EReference" name="blur" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//BlurValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//ColorValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blurRadius" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="offsetX" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="offsetY" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EffectDropShadow" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//Effect">
<eStructuralFeatures xsi:type="ecore:EReference" name="spread" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EffectInnerShadow" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//Effect">
<eStructuralFeatures xsi:type="ecore:EReference" name="choke" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EEnum platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//BooleanValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SizeProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumberProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//IntegerValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PaintProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//PaintValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PaintProperties" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//PaintValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlendProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<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="UrlProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//UrlValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiSizeProperties" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//MultiSizeValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HPositionProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EEnum platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//HPositionValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VPositionProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//VPositionValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SideProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" 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="BarPolicyProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" 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="UrlProperties" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//UrlValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepeatProperties" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//RepeatStyleValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiSizeProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//MultiSizeValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SizeProperties" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiPaintProperties" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//MultiPaintValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColorProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//ColorValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" 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="PositionProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//BgPositionValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlignmentProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" 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="StrokeLineCapProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<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="StrokeLineJoinProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<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="TextOriginProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<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="BackgroundImageSizeProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//BgSizeValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderStyleProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//BorderStyleValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderImageSliceProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeFill"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextOverrunProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<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="InsetsProperty" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HorizontalGridLineStrokeDashArrayProperty"
eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VerticalGridLineStrokeDashArrayProperty"
eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FXProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BooleanValue">
<eLiterals name="true" literal="true"/>
<eLiterals name="false" value="1" literal="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HPositionValue">
<eLiterals name="left" literal="left"/>
<eLiterals name="center" value="1" literal="center"/>
<eLiterals name="right" value="2" literal="right"/>
<eLiterals name="leading" value="3" literal="leading"/>
<eLiterals name="trailing" value="4" literal="trailing"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VPositionValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="v" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlurValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="v" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumberValue"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue">
<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="RealValue" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UrlValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//AddressValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddressValue">
<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="SizeValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiSizeValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BgPositionValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="absx" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="absy" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rely" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepeatStyleValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="v" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="v2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BgSizeValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="xsize" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xauto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ysize" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="yauto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiPaintValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//PaintValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderStyleValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="dashStyle" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//DashStyleValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="miterAbs" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="miterPredefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineCap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DashStyleValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="v" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SizeFill">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//MultiSizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FontValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="styleOrWeightString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="weight" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//IntegerProperty"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="family" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//FontFamily"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FontStyleValue">
<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="FontWeightValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueInt" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FontFamily">
<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="PaintValue"/>
<eClassifiers xsi:type="ecore:EClass" name="LinearGradient" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//PaintValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="x1" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="y1" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="x2" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="y2" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stops" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//StopValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RadialGradient" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//PaintValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="cx" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cy" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="radius" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fx" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fy" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stops" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//StopValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StopValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="pos" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//SizeValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//ColorValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColorValue" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//PaintValue"/>
<eClassifiers xsi:type="ecore:EClass" name="LookedUpColor" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//ColorValue">
<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="NamedColor" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//ColorValue">
<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="RGBColor" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//ColorValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="r" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//IntegerValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="g" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//IntegerValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="b" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//IntegerValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rp" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//IntegerValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gp" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//IntegerValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bp" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//IntegerValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="alpha" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HSBColor" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//ColorValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="hue" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="saturation" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="brightness" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="alpha" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColorFunction" eSuperTypes="platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//ColorValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="orig" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//ColorValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mod" eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stopNumbers" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//NumberValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stopColors" upperBound="-1"
eType="ecore:EClass platform:/resource/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore#//ColorValue"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tomsontom/emfdatabinding-tutorial/at.bestsolution.e4.jfx.xtext.css/src-gen/at/bestsolution/e4/jfx/xtext/JFXCss.ecore | ecore | jFXCss
JFXCss
definitions
Definition
selector
properties
Selector
simpleSelector
SimpleSelector
element
id
pseudoClass
class
IdSelector
id
ClassSelector
class
PseudoClassSelector
value
FXProperty
FontProperty
property
value
FontFamilyProperty
property
value
FontSizeProperty
property
value
FontStyleProperty
property
value
FontWeightProperty
property
value
CursorProperty
value
EffectProperty
value
Effect
blur
color
blurRadius
offsetX
offsetY
EffectDropShadow
spread
EffectInnerShadow
choke
BooleanProperty
property
value
SizeProperty
property
value
NumberProperty
property
value
IntegerProperty
property
value
PaintProperty
property
value
PaintProperties
property
values
BlendProperty
value
UrlProperty
property
value
MultiSizeProperties
property
values
HPositionProperty
property
value
VPositionProperty
property
value
SideProperty
property
value
BarPolicyProperty
property
value
UrlProperties
property
values
RepeatProperties
property
values
MultiSizeProperty
property
value
SizeProperties
property
values
MultiPaintProperties
property
values
ColorProperty
property
value
StringProperty
property
value
PositionProperty
property
values
AlignmentProperty
property
value
StrokeLineCapProperty
value
StrokeLineJoinProperty
value
TextOriginProperty
value
BackgroundImageSizeProperty
values
BorderStyleProperty
values
BorderImageSliceProperty
values
TextOverrunProperty
value
InsetsProperty
value
HorizontalGridLineStrokeDashArrayProperty
value
VerticalGridLineStrokeDashArrayProperty
values
BooleanValue
true
true
false
false
HPositionValue
left
left
center
center
right
right
leading
leading
trailing
trailing
VPositionValue
v
BlurValue
v
NumberValue
IntegerValue
value
RealValue
value
UrlValue
address
AddressValue
value
SizeValue
value
dimension
MultiSizeValue
values
BgPositionValue
absx
relx
absy
rely
RepeatStyleValue
v
v2
BgSizeValue
xsize
xauto
ysize
yauto
predefined
MultiPaintValue
values
BorderStyleValue
dashStyle
location
miterAbs
miterPredefined
lineCap
DashStyleValue
v
SizeFill
value
fill
FontValue
styleOrWeightString
weight
size
family
FontStyleValue
value
FontWeightValue
valueString
valueInt
FontFamily
value
PaintValue
LinearGradient
x1
y1
x2
y2
stops
RadialGradient
cx
cy
radius
fx
fy
stops
StopValue
pos
color
ColorValue
LookedUpColor
value
NamedColor
value
RGBColor
hex
r
g
b
rp
gp
bp
alpha
HSBColor
hue
saturation
brightness
alpha
ColorFunction
orig
mod
stopNumbers
stopColors | null | {"directed":true,"nodes":[{"nsPrefix":"jFXCss","nsURI":"http://www.bestsolution.at/e4/jfx/xtext/JFXCss","name":"jFXCss","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JFXCss","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selector","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSelector","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdSelector","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassSelector","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PseudoClassSelector","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FXProperty","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontProperty","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontFamilyProperty","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontSizeProperty","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontStyleProperty","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontWeightProperty","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CursorProperty","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectProperty","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Effect","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectDropShadow","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectInnerShadow","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanProperty","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SizeProperty","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberProperty","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerProperty","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaintProperty","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaintProperties","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlendProperty","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UrlProperty","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiSizeProperties","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HPositionProperty","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VPositionProperty","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SideProperty","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BarPolicyProperty","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UrlProperties","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatProperties","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiSizeProperty","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SizeProperties","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiPaintProperties","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorProperty","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringProperty","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositionProperty","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlignmentProperty","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrokeLineCapProperty","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrokeLineJoinProperty","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextOriginProperty","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackgroundImageSizeProperty","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderStyleProperty","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderImageSliceProperty","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextOverrunProperty","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InsetsProperty","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HorizontalGridLineStrokeDashArrayProperty","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerticalGridLineStrokeDashArrayProperty","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"HPositionValue","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VPositionValue","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlurValue","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValue","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealValue","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UrlValue","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressValue","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SizeValue","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiSizeValue","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BgPositionValue","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatStyleValue","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BgSizeValue","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiPaintValue","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderStyleValue","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DashStyleValue","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SizeFill","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontValue","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontStyleValue","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontWeightValue","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontFamily","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaintValue","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinearGradient","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadialGradient","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StopValue","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorValue","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LookedUpColor","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedColor","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RGBColor","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HSBColor","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorFunction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selector","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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleSelector","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":"element","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"pseudoClass","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":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"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":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":"class","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blur","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":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blurRadius","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offsetX","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offsetY","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spread","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"choke","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"property","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"container":false,"ordered":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":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"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":"value","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"name":"true","id":290,"value":0,"literal":"true","eClass":"EEnumLiteral"},{"name":"false","id":291,"value":1,"literal":"false","eClass":"EEnumLiteral"},{"name":"left","id":292,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"center","id":293,"value":1,"literal":"center","eClass":"EEnumLiteral"},{"name":"right","id":294,"value":2,"literal":"right","eClass":"EEnumLiteral"},{"name":"leading","id":295,"value":3,"literal":"leading","eClass":"EEnumLiteral"},{"name":"trailing","id":296,"value":4,"literal":"trailing","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":"v","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"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":"absx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relx","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"absy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rely","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"v2","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xsize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xauto","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ysize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"yauto","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predefined","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"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":"dashStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":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":342,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"miterAbs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"miterPredefined","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineCap","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":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","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"styleOrWeightString","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"family","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"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":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueString","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueInt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"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":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"x1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"y1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"x2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"y2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"radius","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":"fx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pos","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":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"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":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hex","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"r","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"g","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"b","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":"rp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alpha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hue","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":"saturation","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":"brightness","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alpha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stopNumbers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stopColors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":1,"target":0},{"source":1,"target":83},{"source":83,"target":84},{"source":83,"target":1},{"source":2,"target":0},{"source":2,"target":85},{"source":2,"target":86},{"source":85,"target":87},{"source":85,"target":2},{"source":86,"target":88},{"source":86,"target":2},{"source":3,"target":0},{"source":3,"target":89},{"source":89,"target":90},{"source":89,"target":3},{"source":4,"target":0},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":91,"target":95},{"source":91,"target":4},{"source":92,"target":96},{"source":92,"target":4},{"source":93,"target":97},{"source":93,"target":4},{"source":94,"target":98},{"source":94,"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":9,"target":0},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":105,"target":108},{"source":105,"target":9},{"source":106,"target":109},{"source":106,"target":9},{"source":10,"target":0},{"source":10,"target":110},{"source":10,"target":111},{"source":10,"target":112},{"source":110,"target":113},{"source":110,"target":10},{"source":111,"target":114},{"source":111,"target":10},{"source":11,"target":0},{"source":11,"target":115},{"source":11,"target":116},{"source":11,"target":117},{"source":115,"target":118},{"source":115,"target":11},{"source":116,"target":119},{"source":116,"target":11},{"source":12,"target":0},{"source":12,"target":120},{"source":12,"target":121},{"source":12,"target":122},{"source":120,"target":123},{"source":120,"target":12},{"source":121,"target":124},{"source":121,"target":12},{"source":13,"target":0},{"source":13,"target":125},{"source":13,"target":126},{"source":13,"target":127},{"source":125,"target":128},{"source":125,"target":13},{"source":126,"target":129},{"source":126,"target":13},{"source":14,"target":0},{"source":14,"target":130},{"source":14,"target":131},{"source":130,"target":132},{"source":130,"target":14},{"source":15,"target":0},{"source":15,"target":133},{"source":15,"target":134},{"source":133,"target":135},{"source":133,"target":15},{"source":16,"target":0},{"source":16,"target":136},{"source":16,"target":137},{"source":16,"target":138},{"source":16,"target":139},{"source":16,"target":140},{"source":136,"target":141},{"source":136,"target":16},{"source":137,"target":142},{"source":137,"target":16},{"source":138,"target":143},{"source":138,"target":16},{"source":139,"target":144},{"source":139,"target":16},{"source":140,"target":145},{"source":140,"target":16},{"source":17,"target":0},{"source":17,"target":146},{"source":17,"target":147},{"source":146,"target":148},{"source":146,"target":17},{"source":18,"target":0},{"source":18,"target":149},{"source":18,"target":150},{"source":149,"target":151},{"source":149,"target":18},{"source":19,"target":0},{"source":19,"target":152},{"source":19,"target":153},{"source":19,"target":154},{"source":152,"target":155},{"source":152,"target":19},{"source":153,"target":156},{"source":153,"target":19},{"source":20,"target":0},{"source":20,"target":157},{"source":20,"target":158},{"source":20,"target":159},{"source":157,"target":160},{"source":157,"target":20},{"source":158,"target":161},{"source":158,"target":20},{"source":21,"target":0},{"source":21,"target":162},{"source":21,"target":163},{"source":21,"target":164},{"source":162,"target":165},{"source":162,"target":21},{"source":163,"target":166},{"source":163,"target":21},{"source":22,"target":0},{"source":22,"target":167},{"source":22,"target":168},{"source":22,"target":169},{"source":167,"target":170},{"source":167,"target":22},{"source":168,"target":171},{"source":168,"target":22},{"source":23,"target":0},{"source":23,"target":172},{"source":23,"target":173},{"source":23,"target":174},{"source":172,"target":175},{"source":172,"target":23},{"source":173,"target":176},{"source":173,"target":23},{"source":24,"target":0},{"source":24,"target":177},{"source":24,"target":178},{"source":24,"target":179},{"source":177,"target":180},{"source":177,"target":24},{"source":178,"target":181},{"source":178,"target":24},{"source":25,"target":0},{"source":25,"target":182},{"source":25,"target":183},{"source":182,"target":184},{"source":182,"target":25},{"source":26,"target":0},{"source":26,"target":185},{"source":26,"target":186},{"source":26,"target":187},{"source":185,"target":188},{"source":185,"target":26},{"source":186,"target":189},{"source":186,"target":26},{"source":27,"target":0},{"source":27,"target":190},{"source":27,"target":191},{"source":27,"target":192},{"source":190,"target":193},{"source":190,"target":27},{"source":191,"target":194},{"source":191,"target":27},{"source":28,"target":0},{"source":28,"target":195},{"source":28,"target":196},{"source":28,"target":197},{"source":195,"target":198},{"source":195,"target":28},{"source":196,"target":199},{"source":196,"target":28},{"source":29,"target":0},{"source":29,"target":200},{"source":29,"target":201},{"source":29,"target":202},{"source":200,"target":203},{"source":200,"target":29},{"source":201,"target":204},{"source":201,"target":29},{"source":30,"target":0},{"source":30,"target":205},{"source":30,"target":206},{"source":30,"target":207},{"source":205,"target":208},{"source":205,"target":30},{"source":206,"target":209},{"source":206,"target":30},{"source":31,"target":0},{"source":31,"target":210},{"source":31,"target":211},{"source":31,"target":212},{"source":210,"target":213},{"source":210,"target":31},{"source":211,"target":214},{"source":211,"target":31},{"source":32,"target":0},{"source":32,"target":215},{"source":32,"target":216},{"source":32,"target":217},{"source":215,"target":218},{"source":215,"target":32},{"source":216,"target":219},{"source":216,"target":32},{"source":33,"target":0},{"source":33,"target":220},{"source":33,"target":221},{"source":33,"target":222},{"source":220,"target":223},{"source":220,"target":33},{"source":221,"target":224},{"source":221,"target":33},{"source":34,"target":0},{"source":34,"target":225},{"source":34,"target":226},{"source":34,"target":227},{"source":225,"target":228},{"source":225,"target":34},{"source":226,"target":229},{"source":226,"target":34},{"source":35,"target":0},{"source":35,"target":230},{"source":35,"target":231},{"source":35,"target":232},{"source":230,"target":233},{"source":230,"target":35},{"source":231,"target":234},{"source":231,"target":35},{"source":36,"target":0},{"source":36,"target":235},{"source":36,"target":236},{"source":36,"target":237},{"source":235,"target":238},{"source":235,"target":36},{"source":236,"target":239},{"source":236,"target":36},{"source":37,"target":0},{"source":37,"target":240},{"source":37,"target":241},{"source":37,"target":242},{"source":240,"target":243},{"source":240,"target":37},{"source":241,"target":244},{"source":241,"target":37},{"source":38,"target":0},{"source":38,"target":245},{"source":38,"target":246},{"source":38,"target":247},{"source":245,"target":248},{"source":245,"target":38},{"source":246,"target":249},{"source":246,"target":38},{"source":39,"target":0},{"source":39,"target":250},{"source":39,"target":251},{"source":39,"target":252},{"source":250,"target":253},{"source":250,"target":39},{"source":251,"target":254},{"source":251,"target":39},{"source":40,"target":0},{"source":40,"target":255},{"source":40,"target":256},{"source":40,"target":257},{"source":255,"target":258},{"source":255,"target":40},{"source":256,"target":259},{"source":256,"target":40},{"source":41,"target":0},{"source":41,"target":260},{"source":41,"target":261},{"source":260,"target":262},{"source":260,"target":41},{"source":42,"target":0},{"source":42,"target":263},{"source":42,"target":264},{"source":263,"target":265},{"source":263,"target":42},{"source":43,"target":0},{"source":43,"target":266},{"source":43,"target":267},{"source":266,"target":268},{"source":266,"target":43},{"source":44,"target":0},{"source":44,"target":269},{"source":44,"target":270},{"source":269,"target":271},{"source":269,"target":44},{"source":45,"target":0},{"source":45,"target":272},{"source":45,"target":273},{"source":272,"target":274},{"source":272,"target":45},{"source":46,"target":0},{"source":46,"target":275},{"source":46,"target":276},{"source":275,"target":277},{"source":275,"target":46},{"source":47,"target":0},{"source":47,"target":278},{"source":47,"target":279},{"source":278,"target":280},{"source":278,"target":47},{"source":48,"target":0},{"source":48,"target":281},{"source":48,"target":282},{"source":281,"target":283},{"source":281,"target":48},{"source":49,"target":0},{"source":49,"target":284},{"source":49,"target":285},{"source":284,"target":286},{"source":284,"target":49},{"source":50,"target":0},{"source":50,"target":287},{"source":50,"target":288},{"source":287,"target":289},{"source":287,"target":50},{"source":51,"target":0},{"source":51,"target":290},{"source":51,"target":291},{"source":290,"target":51},{"source":291,"target":51},{"source":52,"target":0},{"source":52,"target":292},{"source":52,"target":293},{"source":52,"target":294},{"source":52,"target":295},{"source":52,"target":296},{"source":292,"target":52},{"source":293,"target":52},{"source":294,"target":52},{"source":295,"target":52},{"source":296,"target":52},{"source":53,"target":0},{"source":53,"target":297},{"source":297,"target":298},{"source":297,"target":53},{"source":54,"target":0},{"source":54,"target":299},{"source":299,"target":300},{"source":299,"target":54},{"source":55,"target":0},{"source":56,"target":0},{"source":56,"target":301},{"source":56,"target":302},{"source":301,"target":303},{"source":301,"target":56},{"source":57,"target":0},{"source":57,"target":304},{"source":57,"target":305},{"source":304,"target":306},{"source":304,"target":57},{"source":58,"target":0},{"source":58,"target":307},{"source":307,"target":308},{"source":307,"target":58},{"source":59,"target":0},{"source":59,"target":309},{"source":309,"target":310},{"source":309,"target":59},{"source":60,"target":0},{"source":60,"target":311},{"source":60,"target":312},{"source":311,"target":313},{"source":311,"target":60},{"source":312,"target":314},{"source":312,"target":60},{"source":61,"target":0},{"source":61,"target":315},{"source":315,"target":316},{"source":315,"target":61},{"source":62,"target":0},{"source":62,"target":317},{"source":62,"target":318},{"source":62,"target":319},{"source":62,"target":320},{"source":317,"target":321},{"source":317,"target":62},{"source":318,"target":322},{"source":318,"target":62},{"source":319,"target":323},{"source":319,"target":62},{"source":320,"target":324},{"source":320,"target":62},{"source":63,"target":0},{"source":63,"target":325},{"source":63,"target":326},{"source":325,"target":327},{"source":325,"target":63},{"source":326,"target":328},{"source":326,"target":63},{"source":64,"target":0},{"source":64,"target":329},{"source":64,"target":330},{"source":64,"target":331},{"source":64,"target":332},{"source":64,"target":333},{"source":329,"target":334},{"source":329,"target":64},{"source":330,"target":335},{"source":330,"target":64},{"source":331,"target":336},{"source":331,"target":64},{"source":332,"target":337},{"source":332,"target":64},{"source":333,"target":338},{"source":333,"target":64},{"source":65,"target":0},{"source":65,"target":339},{"source":339,"target":340},{"source":339,"target":65},{"source":66,"target":0},{"source":66,"target":341},{"source":66,"target":342},{"source":66,"target":343},{"source":66,"target":344},{"source":66,"target":345},{"source":341,"target":346},{"source":341,"target":66},{"source":342,"target":347},{"source":342,"target":66},{"source":343,"target":348},{"source":343,"target":66},{"source":344,"target":349},{"source":344,"target":66},{"source":345,"target":350},{"source":345,"target":66},{"source":67,"target":0},{"source":67,"target":351},{"source":351,"target":352},{"source":351,"target":67},{"source":68,"target":0},{"source":68,"target":353},{"source":68,"target":354},{"source":353,"target":355},{"source":353,"target":68},{"source":354,"target":356},{"source":354,"target":68},{"source":69,"target":0},{"source":69,"target":357},{"source":69,"target":358},{"source":69,"target":359},{"source":69,"target":360},{"source":357,"target":361},{"source":357,"target":69},{"source":358,"target":362},{"source":358,"target":69},{"source":359,"target":363},{"source":359,"target":69},{"source":360,"target":364},{"source":360,"target":69},{"source":70,"target":0},{"source":70,"target":365},{"source":365,"target":366},{"source":365,"target":70},{"source":71,"target":0},{"source":71,"target":367},{"source":71,"target":368},{"source":367,"target":369},{"source":367,"target":71},{"source":368,"target":370},{"source":368,"target":71},{"source":72,"target":0},{"source":72,"target":371},{"source":371,"target":372},{"source":371,"target":72},{"source":73,"target":0},{"source":74,"target":0},{"source":74,"target":373},{"source":74,"target":374},{"source":74,"target":375},{"source":74,"target":376},{"source":74,"target":377},{"source":74,"target":378},{"source":373,"target":379},{"source":373,"target":74},{"source":374,"target":380},{"source":374,"target":74},{"source":375,"target":381},{"source":375,"target":74},{"source":376,"target":382},{"source":376,"target":74},{"source":377,"target":383},{"source":377,"target":74},{"source":75,"target":0},{"source":75,"target":384},{"source":75,"target":385},{"source":75,"target":386},{"source":75,"target":387},{"source":75,"target":388},{"source":75,"target":389},{"source":75,"target":390},{"source":384,"target":391},{"source":384,"target":75},{"source":385,"target":392},{"source":385,"target":75},{"source":386,"target":393},{"source":386,"target":75},{"source":387,"target":394},{"source":387,"target":75},{"source":388,"target":395},{"source":388,"target":75},{"source":389,"target":396},{"source":389,"target":75},{"source":76,"target":0},{"source":76,"target":397},{"source":76,"target":398},{"source":397,"target":399},{"source":397,"target":76},{"source":398,"target":400},{"source":398,"target":76},{"source":77,"target":0},{"source":77,"target":401},{"source":78,"target":0},{"source":78,"target":402},{"source":78,"target":403},{"source":402,"target":404},{"source":402,"target":78},{"source":79,"target":0},{"source":79,"target":405},{"source":79,"target":406},{"source":405,"target":407},{"source":405,"target":79},{"source":80,"target":0},{"source":80,"target":408},{"source":80,"target":409},{"source":80,"target":410},{"source":80,"target":411},{"source":80,"target":412},{"source":80,"target":413},{"source":80,"target":414},{"source":80,"target":415},{"source":80,"target":416},{"source":408,"target":417},{"source":408,"target":80},{"source":409,"target":418},{"source":409,"target":80},{"source":410,"target":419},{"source":410,"target":80},{"source":411,"target":420},{"source":411,"target":80},{"source":412,"target":421},{"source":412,"target":80},{"source":413,"target":422},{"source":413,"target":80},{"source":414,"target":423},{"source":414,"target":80},{"source":415,"target":424},{"source":415,"target":80},{"source":81,"target":0},{"source":81,"target":425},{"source":81,"target":426},{"source":81,"target":427},{"source":81,"target":428},{"source":81,"target":429},{"source":425,"target":430},{"source":425,"target":81},{"source":426,"target":431},{"source":426,"target":81},{"source":427,"target":432},{"source":427,"target":81},{"source":428,"target":433},{"source":428,"target":81},{"source":82,"target":0},{"source":82,"target":434},{"source":82,"target":435},{"source":82,"target":436},{"source":82,"target":437},{"source":82,"target":438},{"source":434,"target":439},{"source":434,"target":82},{"source":435,"target":440},{"source":435,"target":82},{"source":436,"target":441},{"source":436,"target":82},{"source":437,"target":442},{"source":437,"target":82}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="_VXXSkRirEem2CYYVeB7Aag" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el">
<eClassifiers xsi:type="ecore:EClass" name="ELPackage" eSuperTypes="#//ELNamedElement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VXYgsBirEem2CYYVeB7Aag" value="_VXYgsRirEem2CYYVeB7Aag"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELClass" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//ELMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//ELField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELVariable" eSuperTypes="#//ELTypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//ELVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1"
eType="#//ELVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//ELStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VXZu0BirEem2CYYVeB7Aag" value="_VXZu0RirEem2CYYVeB7Aag"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//ELExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//ELVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//ELBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELBlockStarementKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//ELExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOp">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VXa89BirEem2CYYVeB7Aag" value="_VXa89RirEem2CYYVeB7Aag"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precedence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"/>
<eClassifiers xsi:type="ecore:EClass" name="ELNamedElement">
<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="ELTypedElement" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VXa88BirEem2CYYVeB7Aag" value="_VXa88RirEem2CYYVeB7Aag"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELModel" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="#//ELOp"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//ELBlockStarementKind" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ELOpKind">
<eLiterals name="infix" literal="_VXXSkBirEem2CYYVeB7Aag"/>
<eLiterals name="suffix"/>
<eLiterals name="prefix"/>
<eLiterals name="syntax" literal="syntax"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="placeholder2382681" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//ELVariable"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight045/6_a10.ecore | ecore | _VXXSkRirEem2CYYVeB7Aag
ELPackage
classes
ELClass
methods
fields
innerClasses
ELVariable
ELMethod
parameters
localVariables
block
ELField
ELStatement
ELBlock
statements
ELExpression
ELLiteral
value
ELCall
arguments
thisArgument
ELAccess
variable
ELBlockStatement
block
kind
expressions
ELOp
syntax
precedence
ELDataType
ELNamedElement
name
ELTypedElement
type
array
ELBlockStarementKind
syntax
blocks
expressions
ELModel
ops
blocks
ELOpKind
infix
_VXXSkBirEem2CYYVeB7Aag
suffix
suffix
prefix
prefix
syntax
syntax
placeholder2382681
expr
assignee | null | {"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"_VXXSkRirEem2CYYVeB7Aag","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELVariable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELNamedElement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"placeholder2382681","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":"classes","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":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":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":"innerClasses","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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"},{"container":false,"ordered":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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"infix","id":84,"value":0,"literal":"_VXXSkBirEem2CYYVeB7Aag","eClass":"EEnumLiteral"},{"name":"suffix","id":85,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":86,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":87,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":15},{"source":1,"target":21},{"source":1,"target":22},{"source":21,"target":2},{"source":21,"target":23},{"source":21,"target":1},{"source":23,"target":2},{"source":22,"target":15},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":24,"target":4},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":4},{"source":25,"target":5},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":5},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":2},{"source":30,"target":2},{"source":27,"target":15},{"source":3,"target":0},{"source":3,"target":16},{"source":3,"target":31},{"source":31,"target":16},{"source":4,"target":0},{"source":4,"target":16},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":32,"target":3},{"source":32,"target":36},{"source":32,"target":4},{"source":36,"target":3},{"source":33,"target":3},{"source":33,"target":37},{"source":33,"target":4},{"source":37,"target":3},{"source":34,"target":7},{"source":34,"target":38},{"source":34,"target":4},{"source":38,"target":7},{"source":35,"target":16},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":39},{"source":39,"target":3},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":40},{"source":40,"target":6},{"source":40,"target":41},{"source":40,"target":7},{"source":41,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":42},{"source":42,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":43},{"source":9,"target":44},{"source":43,"target":45},{"source":43,"target":9},{"source":44,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":46,"target":8},{"source":46,"target":49},{"source":46,"target":10},{"source":49,"target":8},{"source":47,"target":8},{"source":47,"target":50},{"source":47,"target":10},{"source":50,"target":8},{"source":48,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":51},{"source":11,"target":52},{"source":51,"target":3},{"source":51,"target":53},{"source":51,"target":11},{"source":53,"target":3},{"source":52,"target":8},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":54},{"source":12,"target":55},{"source":12,"target":56},{"source":12,"target":57},{"source":54,"target":7},{"source":54,"target":58},{"source":54,"target":12},{"source":58,"target":7},{"source":55,"target":17},{"source":55,"target":59},{"source":55,"target":12},{"source":59,"target":17},{"source":56,"target":8},{"source":56,"target":60},{"source":56,"target":12},{"source":60,"target":8},{"source":57,"target":6},{"source":13,"target":0},{"source":13,"target":61},{"source":13,"target":62},{"source":61,"target":63},{"source":61,"target":13},{"source":62,"target":64},{"source":62,"target":13},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":65},{"source":65,"target":2},{"source":15,"target":0},{"source":15,"target":66},{"source":66,"target":67},{"source":66,"target":15},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":68},{"source":16,"target":69},{"source":16,"target":70},{"source":68,"target":2},{"source":68,"target":71},{"source":68,"target":16},{"source":71,"target":2},{"source":69,"target":72},{"source":69,"target":16},{"source":70,"target":15},{"source":17,"target":0},{"source":17,"target":73},{"source":17,"target":74},{"source":17,"target":75},{"source":73,"target":76},{"source":73,"target":17},{"source":74,"target":77},{"source":74,"target":17},{"source":75,"target":78},{"source":75,"target":17},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":79},{"source":18,"target":80},{"source":18,"target":81},{"source":79,"target":13},{"source":79,"target":82},{"source":79,"target":18},{"source":82,"target":13},{"source":80,"target":17},{"source":80,"target":83},{"source":80,"target":18},{"source":83,"target":17},{"source":81,"target":15},{"source":19,"target":0},{"source":19,"target":84},{"source":19,"target":85},{"source":19,"target":86},{"source":19,"target":87},{"source":84,"target":19},{"source":85,"target":19},{"source":86,"target":19},{"source":87,"target":19},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":88},{"source":20,"target":89},{"source":20,"target":90},{"source":88,"target":8},{"source":88,"target":91},{"source":88,"target":20},{"source":91,"target":8},{"source":89,"target":3},{"source":89,"target":92},{"source":89,"target":20},{"source":92,"target":3},{"source":90,"target":6}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="arraysubscript"
nsURI="http://www.openmodelica.org/modelicaml/editor/xtext/array/Arraysubscript"
nsPrefix="arraysubscript">
<eClassifiers xsi:type="ecore:EClass" name="subscript" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//subscript"/>
</ecore:EPackage>
| github:ecore:/data/OpenModelica/MDT/modelicaml/org.openmodelica.modelicaml.editor.xtext.arraysubscript/src-gen/org/openmodelica/modelicaml/editor/xtext/array/Arraysubscript.ecore | ecore | arraysubscript
subscript | null | {"directed":true,"nodes":[{"nsPrefix":"arraysubscript","nsURI":"http://www.openmodelica.org/modelicaml/editor/xtext/array/Arraysubscript","name":"arraysubscript","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"subscript","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"id":2,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="_VXXSkRirEem2CYYVeB7Aag" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el">
<eClassifiers xsi:type="ecore:EClass" name="ELPackage" eSuperTypes="#//ELNamedElement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VXYgsBirEem2CYYVeB7Aag" value="_VXYgsRirEem2CYYVeB7Aag"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELClass" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//ELMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//ELField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELVariable" eSuperTypes="#//ELTypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//ELVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1"
eType="#//ELVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//ELStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VXZu0BirEem2CYYVeB7Aag" value="_VXZu0RirEem2CYYVeB7Aag"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//ELExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//ELVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//ELBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELBlockStarementKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//ELExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOp">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VXa89BirEem2CYYVeB7Aag" value="_VXa89RirEem2CYYVeB7Aag"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precedence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"/>
<eClassifiers xsi:type="ecore:EClass" name="ELNamedElement">
<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="ELTypedElement" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VXa88BirEem2CYYVeB7Aag" value="_VXa88RirEem2CYYVeB7Aag"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELModel" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="#//ELOp"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//ELBlockStarementKind" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ELOpKind">
<eLiterals name="infix" literal="_VXXSkBirEem2CYYVeB7Aag"/>
<eLiterals name="suffix"/>
<eLiterals name="prefix"/>
<eLiterals name="syntax" literal="syntax"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="placeholder6017771" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//ELVariable"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight136/6_a10.ecore | ecore | _VXXSkRirEem2CYYVeB7Aag
ELPackage
classes
ELClass
methods
fields
innerClasses
ELVariable
ELMethod
parameters
localVariables
block
ELField
ELStatement
ELBlock
statements
ELExpression
ELLiteral
value
ELCall
arguments
thisArgument
ELAccess
variable
ELBlockStatement
block
kind
expressions
ELOp
syntax
precedence
ELDataType
ELNamedElement
name
ELTypedElement
type
array
ELBlockStarementKind
syntax
blocks
expressions
ELModel
ops
blocks
ELOpKind
infix
_VXXSkBirEem2CYYVeB7Aag
suffix
suffix
prefix
prefix
syntax
syntax
placeholder6017771
expr
assignee | null | {"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"_VXXSkRirEem2CYYVeB7Aag","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELVariable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELNamedElement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"placeholder6017771","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":"classes","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":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":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":"innerClasses","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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"},{"container":false,"ordered":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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"infix","id":84,"value":0,"literal":"_VXXSkBirEem2CYYVeB7Aag","eClass":"EEnumLiteral"},{"name":"suffix","id":85,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":86,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":87,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":15},{"source":1,"target":21},{"source":1,"target":22},{"source":21,"target":2},{"source":21,"target":23},{"source":21,"target":1},{"source":23,"target":2},{"source":22,"target":15},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":24,"target":4},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":4},{"source":25,"target":5},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":5},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":2},{"source":30,"target":2},{"source":27,"target":15},{"source":3,"target":0},{"source":3,"target":16},{"source":3,"target":31},{"source":31,"target":16},{"source":4,"target":0},{"source":4,"target":16},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":32,"target":3},{"source":32,"target":36},{"source":32,"target":4},{"source":36,"target":3},{"source":33,"target":3},{"source":33,"target":37},{"source":33,"target":4},{"source":37,"target":3},{"source":34,"target":7},{"source":34,"target":38},{"source":34,"target":4},{"source":38,"target":7},{"source":35,"target":16},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":39},{"source":39,"target":3},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":40},{"source":40,"target":6},{"source":40,"target":41},{"source":40,"target":7},{"source":41,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":42},{"source":42,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":43},{"source":9,"target":44},{"source":43,"target":45},{"source":43,"target":9},{"source":44,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":46,"target":8},{"source":46,"target":49},{"source":46,"target":10},{"source":49,"target":8},{"source":47,"target":8},{"source":47,"target":50},{"source":47,"target":10},{"source":50,"target":8},{"source":48,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":51},{"source":11,"target":52},{"source":51,"target":3},{"source":51,"target":53},{"source":51,"target":11},{"source":53,"target":3},{"source":52,"target":8},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":54},{"source":12,"target":55},{"source":12,"target":56},{"source":12,"target":57},{"source":54,"target":7},{"source":54,"target":58},{"source":54,"target":12},{"source":58,"target":7},{"source":55,"target":17},{"source":55,"target":59},{"source":55,"target":12},{"source":59,"target":17},{"source":56,"target":8},{"source":56,"target":60},{"source":56,"target":12},{"source":60,"target":8},{"source":57,"target":6},{"source":13,"target":0},{"source":13,"target":61},{"source":13,"target":62},{"source":61,"target":63},{"source":61,"target":13},{"source":62,"target":64},{"source":62,"target":13},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":65},{"source":65,"target":2},{"source":15,"target":0},{"source":15,"target":66},{"source":66,"target":67},{"source":66,"target":15},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":68},{"source":16,"target":69},{"source":16,"target":70},{"source":68,"target":2},{"source":68,"target":71},{"source":68,"target":16},{"source":71,"target":2},{"source":69,"target":72},{"source":69,"target":16},{"source":70,"target":15},{"source":17,"target":0},{"source":17,"target":73},{"source":17,"target":74},{"source":17,"target":75},{"source":73,"target":76},{"source":73,"target":17},{"source":74,"target":77},{"source":74,"target":17},{"source":75,"target":78},{"source":75,"target":17},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":79},{"source":18,"target":80},{"source":18,"target":81},{"source":79,"target":13},{"source":79,"target":82},{"source":79,"target":18},{"source":82,"target":13},{"source":80,"target":17},{"source":80,"target":83},{"source":80,"target":18},{"source":83,"target":17},{"source":81,"target":15},{"source":19,"target":0},{"source":19,"target":84},{"source":19,"target":85},{"source":19,"target":86},{"source":19,"target":87},{"source":84,"target":19},{"source":85,"target":19},{"source":86,"target":19},{"source":87,"target":19},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":88},{"source":20,"target":89},{"source":20,"target":90},{"source":88,"target":8},{"source":88,"target":91},{"source":88,"target":20},{"source":91,"target":8},{"source":89,"target":3},{"source":89,"target":92},{"source":89,"target":20},{"source":92,"target":3},{"source":90,"target":6}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="c" nsURI="http://eclipse.org/emf/emfstore/migration/edapt/test/c"
nsPrefix="org.eclipse.emfstore.migration.edapt.test.c">
<eAnnotations source="http://www.eclipse.org/edapt">
<details key="historyURI" value="b.history"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="C" eSuperTypes="b.ecore#//B"/>
</ecore:EPackage>
| github:ecore:/data/eclipse/emf.emfstore.core/tests/org.eclipse.emf.emfstore.migration.edapt.test/model/c.ecore | ecore | c
C | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emfstore.migration.edapt.test.c","nsURI":"http://eclipse.org/emf/emfstore/migration/edapt/test/c","name":"c","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"id":2,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="textbt" nsURI="http://org.be.textbe/textbt/2.0.0" nsPrefix="textbt">
<eClassifiers xsi:type="ecore:EClass" name="Specification" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Every TextBT model contains a specification of system behavior. This element represents the specification."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
upperBound="-1" eType="#//component/Component" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The components that are used in this specification."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="requirements" lowerBound="1"
upperBound="-1" eType="#//traceability/Requirement" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The components that are used in this specification."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//activity/Activity"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The root of the behavior tree."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="system" eType="#//component/Component">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The system component that contains all other components in this specification."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentTypes" ordered="false"
lowerBound="1" upperBound="-1" eType="#//component/ComponentType" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The types of components present in the specification."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorTree" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A tree-shaped analysis of a systems' components behavior and related requirements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="subtrees" upperBound="-1"
eType="#//BehaviorTree" changeable="false" volatile="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="trees contained within the tree rooted at the node of interest. "Branch" is a synonym for "subtree"."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="OrderedSet{}"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An element of the model that has a name."/>
</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 this element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eSubpackages name="component" nsURI="http://org.be.textbe/textbt/component" nsPrefix="component">
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A physical assembly of functional parts, like an aircraft or part of a program in memory."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//component/ComponentType" transient="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of a component that determines its behavior."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the unique identifier of this component"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentType" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An identifier for components that by manufacture have the same properties."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="behavior" upperBound="-1"
eType="#//component/Behavior" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The behavior exhibited by all components that have this type."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the unique identifier of this component"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the behaviour associated with the component"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
transient="true" defaultValueLiteral="" iD="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the global identifier of this behavior"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eSubpackages name="behavior" nsURI="http://org.be.textbe/textbt/component/behavior"
nsPrefix="behavior">
<eSubpackages name="event" nsURI="http://org.be.textbe/textbt/component/behavior/event"
nsPrefix="event">
<eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="#//component/Behavior">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Wait until event e is received"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1"
eType="#//component/behavior/event/EventDefinition" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The definition of the event"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Output" abstract="true" eSuperTypes="#//component/behavior/event/Event">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generate an event"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Input" abstract="true" eSuperTypes="#//component/behavior/event/Event">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Wait for an events"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InternalOutput" eSuperTypes="#//component/behavior/event/Output">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generate event e internally to system"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InternalInput" eSuperTypes="#//component/behavior/event/Input">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Wait for event e internally (from system)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalInput" eSuperTypes="#//component/behavior/event/Input">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Wait for event e to be received from environment"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalOutput" eSuperTypes="#//component/behavior/event/Output">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generate event e and send to environment"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventDefinition" abstract="true"
interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A definition of an event"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextualEventDefinition" eSuperTypes="#//component/behavior/event/EventDefinition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A definition of an event given as text"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1"
eType="#//component/behavior/event/EventExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the string that defines the event"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EventExpression" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="a string defining an event, potentially in a formal language"/>
</eAnnotations>
</eClassifiers>
</eSubpackages>
<eSubpackages name="state" nsURI="http://org.be.textbe/textbt/component/behavior/state"
nsPrefix="state">
<eClassifiers xsi:type="ecore:EClass" name="StatefulBehavior" abstract="true"
eSuperTypes="#//component/Behavior">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A behavior that pertains to the state of a single component in the system"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1"
eType="#//component/behavior/state/StateDefinition" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The definition of the state that this behavior pertains to"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateRealization" eSuperTypes="#//component/behavior/state/StatefulBehavior">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Component C realizes state s"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Selection" eSuperTypes="#//component/behavior/state/StatefulBehavior">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Special"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Guard" eSuperTypes="#//component/behavior/state/StatefulBehavior">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Wait until C is in state S"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateDefinition" abstract="true"
interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The definition of a state"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextualStateDefinition" eSuperTypes="#//component/behavior/state/StateDefinition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The definition of a state by means of a textual language. This may be a formal language."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1"
eType="#//component/behavior/state/StateExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The string expression that defines the state."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="StateExpression" instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of textual state definitions."/>
</eAnnotations>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</eSubpackages>
<eSubpackages name="node" nsURI="http://org.be.textbe/textbt/node" nsPrefix="node">
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A location in a behavior tree, represented by a box with two compartments."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An optional label for disambiguation, required in case a node with the same component and behavior appears elsewhere in the tree."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//node/Node"
changeable="false" volatile="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The immediate ancestor of this node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parents" eType="#//node/Node"
changeable="false" volatile="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="nodes which appear in a direct line between this node and the root node of the tree"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="siblings" upperBound="-1"
eType="#//node/Node" changeable="false" volatile="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="nodes which share the same parent as this node"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//node/Node" changeable="false" volatile="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Nodes immediately below this node"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descendants" eType="#//node/Node"
changeable="false" volatile="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Any node appearing anywhere below this node"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="siblingBranches" upperBound="-1"
eType="#//branch/Branch" changeable="false" volatile="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Trees with a sibling node as their root"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="root" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The node is the specification root"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="leaf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The node is a leaf"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="traceability" lowerBound="1"
eType="#//traceability/TraceabilityLink" containment="true" eOpposite="#//traceability/TraceabilityLink/node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The link of this node to its defining requirement."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorNode" eSuperTypes="#//node/OperationNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Behavior nodes have an associated behavior of a component or component set."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="behavior" lowerBound="1"
eType="#//component/Behavior">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the behavior associated with this node"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="actor" lowerBound="1"
eType="#//component/Component" changeable="false" volatile="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="specifies the component"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="OclVoid"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelOnlyNode" eSuperTypes="#//node/OperationNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Label Only Nodes are used with as origins or destinations of node operators. They only have a label and no associated behavior. They are called "Empty Nodes" in original documentation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationNode" abstract="true" eSuperTypes="#//node/Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A node that can have an operation."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//node/operation/Operation"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The operation associated with the node."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eSubpackages name="quantifying" nsURI="http://org.be.textbe/textbt/node/quantifying"
nsPrefix="quantifying">
<eClassifiers xsi:type="ecore:EClass" name="QuantifyingNode" abstract="true"
eSuperTypes="#//node/Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Component Set Node binds a member variable to a component type. The variable can then be used in the descendant tree to refer to the behavior specified by the type of the component set."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//component/Component" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The member of the set defined by the expression that is being bound."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="set" lowerBound="1"
eType="#//node/quantifying/ComponentSetDefinition" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The set of components that this node uses as base for Quantification"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1"
eType="#//node/quantifying/ComponentSetDefinition" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The definition of the set of components that this quantifier pertains to"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForAll" eSuperTypes="#//node/quantifying/QuantifyingNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Execute an instance of T for every element in CSET"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForSome" eSuperTypes="#//node/quantifying/QuantifyingNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Execute an instance of T for some number (including 0) of elements in CSET"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtLeastOne" eSuperTypes="#//node/quantifying/QuantifyingNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Execute an instance of T for some number (but at least 1) of elements in CSET"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForOneArbitrary" eSuperTypes="#//node/quantifying/QuantifyingNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Execute an instance of T for one element in CSET"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextualComponentSetDefinition" eSuperTypes="#//node/quantifying/ComponentSetDefinition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A definition of a set of components given as text."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1"
eType="#//node/quantifying/ComponentSetDefinitionExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression that defines how to create the node set at this time. The expression selects a subset of all components contained in the system and binds this set to member variables that can be addressed in the subtree."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ComponentSetDefinitionExpression"
instanceClassName="java.lang.String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An expression that defines how to create the node set at this time. The expression selects a subset of all components contained in the system and binds this set to member variables that can be addressed in the subtree."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentSetDefinition" abstract="true"
interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A definition of a set of components."/>
</eAnnotations>
</eClassifiers>
</eSubpackages>
<eSubpackages name="operation" nsURI="http://org.be.textbe/textbt/node/operation"
nsPrefix="operation">
<eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An indicator that alters the behavior so loops and parallel execution constructs can be expressed."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//node/operation/Operation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Behave as the destination tree. The destination node must appear in an alternative branch to the origin."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="continueLike" lowerBound="1"
eType="#//node/Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the destination node whose behavior this tree should follow."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reversion" eSuperTypes="#//node/operation/Operation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Behave as the destination tree. The destination node must be an ancestor. All sibling behaviour is terminated."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="revertTo" lowerBound="1"
eType="#//node/Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the destination node whose behavior should be reverted to."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BranchKill" eSuperTypes="#//node/operation/Operation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Terminate all behaviour associated with destination tree."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="stop" lowerBound="1"
eType="#//node/Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the destination node whose behavior should be terminated."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Synchronisation" eSuperTypes="#//node/operation/Operation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Wait for destination node (or nodes)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="waitFor" lowerBound="1"
upperBound="-1" eType="#//node/BehaviorNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the destination node or nodes whose execution this node should wait for."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="May" eSuperTypes="#//node/operation/Operation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The node may execute normally, or may have no effect."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StartNew" eSuperTypes="#//node/operation/Operation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Behave as the destination tree. The destination node must be an ancestor, as with reversion. But in 'Start New' sibling behaviour is not terminated."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="startNew" lowerBound="1"
eType="#//node/Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the destination node whose behavior should be started."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
</eSubpackages>
<eSubpackages name="activity" nsURI="http://org.be.textbe/textbt/activity" nsPrefix="activity">
<eClassifiers xsi:type="ecore:EClass" name="Activity" abstract="true" interface="true"
eSuperTypes="#//BehaviorTree">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An activity groups the behavior of nodes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="child" eType="#//BehaviorTree"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The activity that follows this one."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eSubpackages name="sequence" nsURI="http://org.be.textbe/textbt/activity/sequence"
nsPrefix="sequence">
<eClassifiers xsi:type="ecore:EClass" name="Sequence" abstract="true" eSuperTypes="#//activity/Activity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Sequence executes behavior of components in order."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="step" lowerBound="1"
upperBound="-1" eType="#//node/OperationNode" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the steps of the sequence"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="quantifier" eType="#//node/quantifying/QuantifyingNode"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the quantifier that applies in the tree started by this sequence"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtomicSequence" eSuperTypes="#//activity/sequence/Sequence">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Execute N1 immediately followed by N2, passing control to tree T . The behavior of concurrent BTs may not be interleaved between N1 and N2.Called 'Atomic Composition' in original documentation. "/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterleavingSequence" eSuperTypes="#//activity/sequence/Sequence">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Execute node N, passing control to tree T . The behavior of concurrent BTs may be interleaved between N and T . Called 'Sequential Composition' in original documentation. "/>
</eAnnotations>
</eClassifiers>
</eSubpackages>
<eSubpackages name="systemStateGuard" nsURI="http://org.be.textbe/textbt/activity/systemStateGuard"
nsPrefix="systemStateGuard">
<eClassifiers xsi:type="ecore:EClass" name="SystemStateGuard" abstract="true"
eSuperTypes="#//activity/Activity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A SystemStateGuard will let behavior progress, as soon as the condition is true. The operator op may be one of &, |, or XOR, corresponding to logical conjunction, disjunction and exclusive or. Called 'Conditional Operator' in the original documentation. The nodes must be atomically connected selection nodes which all have the AND operator (or OR or XOR), and then it means 'if the conjunction (or disjunction etc.) of the selections hold'. 'Condition Operators define a composite node that acts as a guard. The node executes only if the joint condition over components holds. This is in contrast to simple selection, that can only query the state of one component at a time."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentSelection"
lowerBound="1" upperBound="-1" eType="#//component/behavior/state/Selection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The component selection nodes that make up this guard."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conjunction" eSuperTypes="#//activity/systemStateGuard/SystemStateGuard">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Gate that triggers if all conditions are true. i.e. a Boolean AND operator."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Disjunction" eSuperTypes="#//activity/systemStateGuard/SystemStateGuard">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Gate that triggers if one or more conditions are true. i.e. a Boolean OR operator."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MutualExclusion" eSuperTypes="#//activity/systemStateGuard/SystemStateGuard">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Gate that triggers if exactly one condition is true. i.e. a Boolean XOR operator."/>
</eAnnotations>
</eClassifiers>
</eSubpackages>
</eSubpackages>
<eSubpackages name="branch" nsURI="http://org.be.textbe/textbt/branch" nsPrefix="branch">
<eClassifiers xsi:type="ecore:EClass" name="Branch" abstract="true" interface="true"
eSuperTypes="#//BehaviorTree">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A node that redirects the control flow to one or more other destinations in the behavior tree, marked by a labeled node."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForkBranch" eSuperTypes="#//branch/Branch">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Execute N, passing control to both T1 and T2."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="processes" lowerBound="2"
upperBound="-1" eType="#//activity/sequence/Sequence" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the behavior trees that form the processes initiated by this fork."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RandomChoiceBranch" eSuperTypes="#//branch/Branch">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A nondeterministic choice is made between T1 and T2, depending on which is ready to execute (not blocked)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="choices" lowerBound="2"
upperBound="-1" eType="#//activity/sequence/Sequence" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the behavior trees that form the branches of this choice."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
<eSubpackages name="traceability" nsURI="http://org.be.textbe/textbt/traceability"
nsPrefix="traceability">
<eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A documented required property of the specified system."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The unique identifier of this requirement."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TraceabilityStatus">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition of the status of the link."/>
</eAnnotations>
<eLiterals name="Original">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Definition of the status of the link."/>
</eAnnotations>
</eLiterals>
<eLiterals name="Implied" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The requirement is not explicitly stated. This behavior forms an interpretation of the requirement."/>
</eAnnotations>
</eLiterals>
<eLiterals name="Missing" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The requirement is not stated. However without it, the system cannot function."/>
</eAnnotations>
</eLiterals>
<eLiterals name="Updated" value="3">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The requirement is not correct as stated. Without alteration to it, the system cannot function."/>
</eAnnotations>
</eLiterals>
<eLiterals name="Deleted" value="4">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The requirement is redundant or unnecessary as stated. It is dropped."/>
</eAnnotations>
</eLiterals>
<eLiterals name="Refined" value="5">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The requirement behavior is more general, but the model is a faithful refinement."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceabilityLink">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A reference to the requirements document."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//traceability/TraceabilityStatus">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indicates how the node relates to the link"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="requirement" upperBound="-1"
eType="#//traceability/Requirement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indicates the requirements that are being covered by the behavior of this node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//node/Node"
eOpposite="#//node/Node/traceability">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the node whose requirement is linked."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="updatedInVersion" 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 Traceability Status indicates that the behavior has been added in the post-development (PD) or maintenance phase. Where there are different series of changes / upgrades we use ++V1.0, ++V2.0, etc to indicate the particular upgrade series."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/t-ho/textbe/model_bt_v2/trunk/org.be.textbe.bt.model.v2/model/textbt.ecore | ecore | textbt
Specification
components
requirements
root
system
componentTypes
BehaviorTree
subtrees
NamedElement
name
component
Component
type
id
ComponentType
behavior
id
Behavior
id
behavior
event
Event
definition
Output
Input
InternalOutput
InternalInput
ExternalInput
ExternalOutput
EventDefinition
TextualEventDefinition
expression
EventExpression
java.lang.String
java.lang.String
state
StatefulBehavior
definition
StateRealization
Selection
Guard
StateDefinition
TextualStateDefinition
expression
StateExpression
java.lang.String
java.lang.String
node
Node
label
parent
parents
siblings
children
descendants
siblingBranches
root
leaf
traceability
BehaviorNode
behavior
actor
LabelOnlyNode
OperationNode
operation
quantifying
QuantifyingNode
variable
set
definition
ForAll
ForSome
AtLeastOne
ForOneArbitrary
TextualComponentSetDefinition
expression
ComponentSetDefinitionExpression
java.lang.String
java.lang.String
ComponentSetDefinition
operation
Operation
Reference
continueLike
Reversion
revertTo
BranchKill
stop
Synchronisation
waitFor
May
StartNew
startNew
activity
Activity
child
sequence
Sequence
step
quantifier
AtomicSequence
InterleavingSequence
systemStateGuard
SystemStateGuard
componentSelection
Conjunction
Disjunction
MutualExclusion
branch
Branch
ForkBranch
processes
RandomChoiceBranch
choices
traceability
Requirement
id
TraceabilityStatus
Original
Original
Implied
Implied
Missing
Missing
Updated
Updated
Deleted
Deleted
Refined
Refined
TraceabilityLink
status
requirement
node
updatedInVersion | null | {"directed":true,"nodes":[{"nsPrefix":"textbt","nsURI":"http://org.be.textbe/textbt/2.0.0","name":"textbt","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorTree","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"component","nsURI":"http://org.be.textbe/textbt/component","name":"component","id":4,"eClass":"EPackage"},{"nsPrefix":"node","nsURI":"http://org.be.textbe/textbt/node","name":"node","id":5,"eClass":"EPackage"},{"nsPrefix":"activity","nsURI":"http://org.be.textbe/textbt/activity","name":"activity","id":6,"eClass":"EPackage"},{"nsPrefix":"branch","nsURI":"http://org.be.textbe/textbt/branch","name":"branch","id":7,"eClass":"EPackage"},{"nsPrefix":"traceability","nsURI":"http://org.be.textbe/textbt/traceability","name":"traceability","id":8,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"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":"requirements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"root","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":"system","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentTypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"id":16,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"id":18,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"id":23,"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":false,"unique":true,"name":"subtrees","changeable":false,"resolveProxies":true,"lowerBound":0,"id":24,"derived":true},{"id":25,"eClass":"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":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"nsPrefix":"behavior","nsURI":"http://org.be.textbe/textbt/component/behavior","name":"behavior","id":29,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"nsPrefix":"event","nsURI":"http://org.be.textbe/textbt/component/behavior/event","name":"event","id":42,"eClass":"EPackage"},{"nsPrefix":"state","nsURI":"http://org.be.textbe/textbt/component/behavior/state","name":"state","id":43,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalOutput","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalInput","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalInput","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalOutput","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDefinition","instanceClass":null,"abstract":true,"id":51,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextualEventDefinition","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EventExpression","instanceClass":"java.lang.String","id":53,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatefulBehavior","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateRealization","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateDefinition","instanceClass":null,"abstract":true,"id":70,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextualStateDefinition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"StateExpression","instanceClass":"java.lang.String","id":72,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorNode","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelOnlyNode","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationNode","instanceClass":null,"abstract":true,"id":85,"interface":false,"eClass":"EClass"},{"nsPrefix":"quantifying","nsURI":"http://org.be.textbe/textbt/node/quantifying","name":"quantifying","id":86,"eClass":"EPackage"},{"nsPrefix":"operation","nsURI":"http://org.be.textbe/textbt/node/operation","name":"operation","id":87,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":false,"resolveProxies":true,"lowerBound":0,"id":89,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parents","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":false,"unique":true,"name":"siblings","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":false,"unique":true,"name":"children","changeable":false,"resolveProxies":true,"lowerBound":0,"id":92,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"descendants","changeable":false,"resolveProxies":true,"lowerBound":0,"id":93,"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":false,"unique":true,"name":"siblingBranches","changeable":false,"resolveProxies":true,"lowerBound":0,"id":94,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":false,"lowerBound":0,"iD":false,"id":95,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"leaf","changeable":false,"lowerBound":0,"iD":false,"id":96,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"traceability","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":true,"id":104,"interface":true,"eClass":"EClass"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceabilityLink","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"id":109,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"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":false,"unique":true,"name":"actor","changeable":false,"resolveProxies":true,"lowerBound":1,"id":112,"derived":true},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"id":120,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifyingNode","instanceClass":null,"abstract":true,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForAll","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForSome","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtLeastOne","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForOneArbitrary","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextualComponentSetDefinition","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ComponentSetDefinitionExpression","instanceClass":"java.lang.String","id":127,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentSetDefinition","instanceClass":null,"abstract":true,"id":128,"interface":true,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"set","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reversion","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchKill","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronisation","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"May","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartNew","instanceClass":null,"abstract":false,"id":148,"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":"continueLike","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"revertTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stop","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"waitFor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startNew","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"nsPrefix":"sequence","nsURI":"http://org.be.textbe/textbt/activity/sequence","name":"sequence","id":165,"eClass":"EPackage"},{"nsPrefix":"systemStateGuard","nsURI":"http://org.be.textbe/textbt/activity/systemStateGuard","name":"systemStateGuard","id":166,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":true,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicSequence","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterleavingSequence","instanceClass":null,"abstract":false,"id":172,"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":"step","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quantifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemStateGuard","instanceClass":null,"abstract":true,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conjunction","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjunction","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MutualExclusion","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"componentSelection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkBranch","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomChoiceBranch","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":2,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"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":"choices","changeable":true,"resolveProxies":true,"lowerBound":2,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TraceabilityStatus","instanceClass":null,"id":199,"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"name":"Original","id":203,"value":0,"literal":"Original","eClass":"EEnumLiteral"},{"name":"Implied","id":204,"value":1,"literal":"Implied","eClass":"EEnumLiteral"},{"name":"Missing","id":205,"value":2,"literal":"Missing","eClass":"EEnumLiteral"},{"name":"Updated","id":206,"value":3,"literal":"Updated","eClass":"EEnumLiteral"},{"name":"Deleted","id":207,"value":4,"literal":"Deleted","eClass":"EEnumLiteral"},{"name":"Refined","id":208,"value":5,"literal":"Refined","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requirement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"updatedInVersion","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":3},{"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":9,"target":15},{"source":9,"target":16},{"source":9,"target":1},{"source":16,"target":15},{"source":10,"target":17},{"source":10,"target":18},{"source":10,"target":1},{"source":18,"target":17},{"source":11,"target":19},{"source":11,"target":20},{"source":11,"target":1},{"source":20,"target":19},{"source":12,"target":15},{"source":12,"target":21},{"source":12,"target":1},{"source":21,"target":15},{"source":13,"target":22},{"source":13,"target":23},{"source":13,"target":1},{"source":23,"target":22},{"source":14,"target":3},{"source":2,"target":0},{"source":2,"target":24},{"source":24,"target":2},{"source":24,"target":25},{"source":24,"target":2},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":26},{"source":26,"target":27},{"source":26,"target":3},{"source":4,"target":15},{"source":4,"target":22},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":0},{"source":15,"target":4},{"source":15,"target":3},{"source":15,"target":30},{"source":15,"target":31},{"source":15,"target":32},{"source":30,"target":22},{"source":30,"target":33},{"source":30,"target":15},{"source":33,"target":22},{"source":31,"target":34},{"source":31,"target":15},{"source":32,"target":3},{"source":22,"target":4},{"source":22,"target":3},{"source":22,"target":35},{"source":22,"target":36},{"source":22,"target":37},{"source":35,"target":28},{"source":35,"target":38},{"source":35,"target":22},{"source":38,"target":28},{"source":36,"target":39},{"source":36,"target":22},{"source":37,"target":3},{"source":28,"target":4},{"source":28,"target":40},{"source":40,"target":41},{"source":40,"target":28},{"source":29,"target":42},{"source":29,"target":43},{"source":29,"target":4},{"source":42,"target":44},{"source":42,"target":45},{"source":42,"target":46},{"source":42,"target":47},{"source":42,"target":48},{"source":42,"target":49},{"source":42,"target":50},{"source":42,"target":51},{"source":42,"target":52},{"source":42,"target":53},{"source":42,"target":29},{"source":44,"target":42},{"source":44,"target":28},{"source":44,"target":54},{"source":44,"target":55},{"source":54,"target":51},{"source":54,"target":56},{"source":54,"target":44},{"source":56,"target":51},{"source":55,"target":28},{"source":45,"target":42},{"source":45,"target":44},{"source":45,"target":57},{"source":57,"target":44},{"source":46,"target":42},{"source":46,"target":44},{"source":46,"target":58},{"source":58,"target":44},{"source":47,"target":42},{"source":47,"target":45},{"source":47,"target":59},{"source":59,"target":45},{"source":48,"target":42},{"source":48,"target":46},{"source":48,"target":60},{"source":60,"target":46},{"source":49,"target":42},{"source":49,"target":46},{"source":49,"target":61},{"source":61,"target":46},{"source":50,"target":42},{"source":50,"target":45},{"source":50,"target":62},{"source":62,"target":45},{"source":51,"target":42},{"source":52,"target":42},{"source":52,"target":51},{"source":52,"target":63},{"source":52,"target":64},{"source":63,"target":53},{"source":63,"target":65},{"source":63,"target":52},{"source":65,"target":53},{"source":64,"target":51},{"source":53,"target":42},{"source":43,"target":66},{"source":43,"target":67},{"source":43,"target":68},{"source":43,"target":69},{"source":43,"target":70},{"source":43,"target":71},{"source":43,"target":72},{"source":43,"target":29},{"source":66,"target":43},{"source":66,"target":28},{"source":66,"target":73},{"source":66,"target":74},{"source":73,"target":70},{"source":73,"target":75},{"source":73,"target":66},{"source":75,"target":70},{"source":74,"target":28},{"source":67,"target":43},{"source":67,"target":66},{"source":67,"target":76},{"source":76,"target":66},{"source":68,"target":43},{"source":68,"target":66},{"source":68,"target":77},{"source":77,"target":66},{"source":69,"target":43},{"source":69,"target":66},{"source":69,"target":78},{"source":78,"target":66},{"source":70,"target":43},{"source":71,"target":43},{"source":71,"target":70},{"source":71,"target":79},{"source":71,"target":80},{"source":79,"target":72},{"source":79,"target":81},{"source":79,"target":71},{"source":81,"target":72},{"source":80,"target":70},{"source":72,"target":43},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":0},{"source":82,"target":5},{"source":82,"target":88},{"source":82,"target":89},{"source":82,"target":90},{"source":82,"target":91},{"source":82,"target":92},{"source":82,"target":93},{"source":82,"target":94},{"source":82,"target":95},{"source":82,"target":96},{"source":82,"target":97},{"source":88,"target":98},{"source":88,"target":82},{"source":89,"target":82},{"source":89,"target":99},{"source":89,"target":82},{"source":99,"target":82},{"source":90,"target":82},{"source":90,"target":100},{"source":90,"target":82},{"source":100,"target":82},{"source":91,"target":82},{"source":91,"target":101},{"source":91,"target":82},{"source":101,"target":82},{"source":92,"target":82},{"source":92,"target":102},{"source":92,"target":82},{"source":102,"target":82},{"source":93,"target":82},{"source":93,"target":103},{"source":93,"target":82},{"source":103,"target":82},{"source":94,"target":104},{"source":94,"target":105},{"source":94,"target":82},{"source":105,"target":104},{"source":95,"target":106},{"source":95,"target":82},{"source":96,"target":107},{"source":96,"target":82},{"source":97,"target":108},{"source":97,"target":109},{"source":97,"target":82},{"source":97,"target":110},{"source":109,"target":108},{"source":83,"target":5},{"source":83,"target":85},{"source":83,"target":111},{"source":83,"target":112},{"source":83,"target":113},{"source":111,"target":28},{"source":111,"target":114},{"source":111,"target":83},{"source":114,"target":28},{"source":112,"target":15},{"source":112,"target":115},{"source":112,"target":83},{"source":115,"target":15},{"source":113,"target":85},{"source":84,"target":5},{"source":84,"target":85},{"source":84,"target":116},{"source":116,"target":85},{"source":85,"target":5},{"source":85,"target":82},{"source":85,"target":117},{"source":85,"target":118},{"source":117,"target":119},{"source":117,"target":120},{"source":117,"target":85},{"source":120,"target":119},{"source":118,"target":82},{"source":86,"target":121},{"source":86,"target":122},{"source":86,"target":123},{"source":86,"target":124},{"source":86,"target":125},{"source":86,"target":126},{"source":86,"target":127},{"source":86,"target":128},{"source":86,"target":5},{"source":121,"target":86},{"source":121,"target":82},{"source":121,"target":129},{"source":121,"target":130},{"source":121,"target":131},{"source":121,"target":132},{"source":129,"target":15},{"source":129,"target":133},{"source":129,"target":121},{"source":133,"target":15},{"source":130,"target":128},{"source":130,"target":134},{"source":130,"target":121},{"source":134,"target":128},{"source":131,"target":128},{"source":131,"target":135},{"source":131,"target":121},{"source":135,"target":128},{"source":132,"target":82},{"source":122,"target":86},{"source":122,"target":121},{"source":122,"target":136},{"source":136,"target":121},{"source":123,"target":86},{"source":123,"target":121},{"source":123,"target":137},{"source":137,"target":121},{"source":124,"target":86},{"source":124,"target":121},{"source":124,"target":138},{"source":138,"target":121},{"source":125,"target":86},{"source":125,"target":121},{"source":125,"target":139},{"source":139,"target":121},{"source":126,"target":86},{"source":126,"target":128},{"source":126,"target":140},{"source":126,"target":141},{"source":140,"target":127},{"source":140,"target":142},{"source":140,"target":126},{"source":142,"target":127},{"source":141,"target":128},{"source":127,"target":86},{"source":128,"target":86},{"source":87,"target":119},{"source":87,"target":143},{"source":87,"target":144},{"source":87,"target":145},{"source":87,"target":146},{"source":87,"target":147},{"source":87,"target":148},{"source":87,"target":5},{"source":119,"target":87},{"source":143,"target":87},{"source":143,"target":119},{"source":143,"target":149},{"source":143,"target":150},{"source":149,"target":82},{"source":149,"target":151},{"source":149,"target":143},{"source":151,"target":82},{"source":150,"target":119},{"source":144,"target":87},{"source":144,"target":119},{"source":144,"target":152},{"source":144,"target":153},{"source":152,"target":82},{"source":152,"target":154},{"source":152,"target":144},{"source":154,"target":82},{"source":153,"target":119},{"source":145,"target":87},{"source":145,"target":119},{"source":145,"target":155},{"source":145,"target":156},{"source":155,"target":82},{"source":155,"target":157},{"source":155,"target":145},{"source":157,"target":82},{"source":156,"target":119},{"source":146,"target":87},{"source":146,"target":119},{"source":146,"target":158},{"source":146,"target":159},{"source":158,"target":83},{"source":158,"target":160},{"source":158,"target":146},{"source":160,"target":83},{"source":159,"target":119},{"source":147,"target":87},{"source":147,"target":119},{"source":147,"target":161},{"source":161,"target":119},{"source":148,"target":87},{"source":148,"target":119},{"source":148,"target":162},{"source":148,"target":163},{"source":162,"target":82},{"source":162,"target":164},{"source":162,"target":148},{"source":164,"target":82},{"source":163,"target":119},{"source":6,"target":19},{"source":6,"target":165},{"source":6,"target":166},{"source":6,"target":0},{"source":19,"target":6},{"source":19,"target":2},{"source":19,"target":167},{"source":19,"target":168},{"source":167,"target":2},{"source":167,"target":169},{"source":167,"target":19},{"source":169,"target":2},{"source":168,"target":2},{"source":165,"target":170},{"source":165,"target":171},{"source":165,"target":172},{"source":165,"target":6},{"source":170,"target":165},{"source":170,"target":19},{"source":170,"target":173},{"source":170,"target":174},{"source":170,"target":175},{"source":173,"target":85},{"source":173,"target":176},{"source":173,"target":170},{"source":176,"target":85},{"source":174,"target":121},{"source":174,"target":177},{"source":174,"target":170},{"source":177,"target":121},{"source":175,"target":19},{"source":171,"target":165},{"source":171,"target":170},{"source":171,"target":178},{"source":178,"target":170},{"source":172,"target":165},{"source":172,"target":170},{"source":172,"target":179},{"source":179,"target":170},{"source":166,"target":180},{"source":166,"target":181},{"source":166,"target":182},{"source":166,"target":183},{"source":166,"target":6},{"source":180,"target":166},{"source":180,"target":19},{"source":180,"target":184},{"source":180,"target":185},{"source":184,"target":68},{"source":184,"target":186},{"source":184,"target":180},{"source":186,"target":68},{"source":185,"target":19},{"source":181,"target":166},{"source":181,"target":180},{"source":181,"target":187},{"source":187,"target":180},{"source":182,"target":166},{"source":182,"target":180},{"source":182,"target":188},{"source":188,"target":180},{"source":183,"target":166},{"source":183,"target":180},{"source":183,"target":189},{"source":189,"target":180},{"source":7,"target":104},{"source":7,"target":190},{"source":7,"target":191},{"source":7,"target":0},{"source":104,"target":7},{"source":104,"target":2},{"source":104,"target":192},{"source":192,"target":2},{"source":190,"target":7},{"source":190,"target":104},{"source":190,"target":193},{"source":190,"target":194},{"source":193,"target":170},{"source":193,"target":195},{"source":193,"target":190},{"source":195,"target":170},{"source":194,"target":104},{"source":191,"target":7},{"source":191,"target":104},{"source":191,"target":196},{"source":191,"target":197},{"source":196,"target":170},{"source":196,"target":198},{"source":196,"target":191},{"source":198,"target":170},{"source":197,"target":104},{"source":8,"target":17},{"source":8,"target":199},{"source":8,"target":108},{"source":8,"target":0},{"source":17,"target":8},{"source":17,"target":3},{"source":17,"target":200},{"source":17,"target":201},{"source":200,"target":202},{"source":200,"target":17},{"source":201,"target":3},{"source":199,"target":8},{"source":199,"target":203},{"source":199,"target":204},{"source":199,"target":205},{"source":199,"target":206},{"source":199,"target":207},{"source":199,"target":208},{"source":203,"target":199},{"source":204,"target":199},{"source":205,"target":199},{"source":206,"target":199},{"source":207,"target":199},{"source":208,"target":199},{"source":108,"target":8},{"source":108,"target":209},{"source":108,"target":210},{"source":108,"target":110},{"source":108,"target":211},{"source":209,"target":199},{"source":209,"target":212},{"source":209,"target":108},{"source":212,"target":199},{"source":210,"target":17},{"source":210,"target":213},{"source":210,"target":108},{"source":213,"target":17},{"source":110,"target":82},{"source":110,"target":214},{"source":110,"target":108},{"source":110,"target":97},{"source":214,"target":82},{"source":211,"target":215},{"source":211,"target":108}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="league" nsURI="platform:/plugin/TDT4250.Project/model/League.ecore"
nsPrefix="league">
<eClassifiers xsi:type="ecore:EClass" name="League">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="allTeamsMeetsHomeAndAway"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="Season" upperBound="-1"
eType="#//Season" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Teams" upperBound="-1"
eType="#//Team" 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="Season">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="correctNumberOfMatchesPerSeason"/>
</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="matchweeks" upperBound="-1"
eType="#//Matchweek" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="standing" upperBound="-1"
eType="#//Standing" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Matchweek">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="teamsPlaysOnlyOneMatchPerWeek"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="matches" upperBound="-1"
eType="#//Match" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="matchweek" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Match">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="correctNumberOfCards"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="Hometeam" lowerBound="1"
eType="#//Team"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Awayteam" lowerBound="1"
eType="#//Team"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Bookings" upperBound="-1"
eType="#//Booking" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Homegoals" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Avaygoals" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Referee" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Team">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="OwnedPlayer" upperBound="-1"
eType="#//Player" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Abbr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Stadium" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Player">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Position" lowerBound="1"
eType="#//PositionType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Booking">
<eStructuralFeatures xsi:type="ecore:EReference" name="BookedPlayer" eType="#//Player"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" lowerBound="1" eType="#//BookingType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Minute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Standing">
<eStructuralFeatures xsi:type="ecore:EReference" name="team" eType="#//Team"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="GamesPlayed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Points" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Wins" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Draws" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Loose" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="GoalsFor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="GoalsAgainst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="GoalDifference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BookingType">
<eLiterals name="RedCard" value="1"/>
<eLiterals name="YellowCard" value="2"/>
<eLiterals name="Goal" value="3"/>
<eLiterals name="OwnGoal" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PositionType">
<eLiterals name="Keeper" value="1"/>
<eLiterals name="Defence" value="2"/>
<eLiterals name="Midfield" value="3"/>
<eLiterals name="Attacker" value="4"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Ebsz/TDT4250-Project/model/League.ecore | ecore | league
League
Season
Teams
name
Season
name
matchweeks
standing
Matchweek
matches
matchweek
Match
Hometeam
Awayteam
Bookings
Date
Homegoals
Avaygoals
Referee
Team
Name
OwnedPlayer
Abbr
Stadium
Player
name
Position
Booking
BookedPlayer
Type
Minute
Standing
team
Position
GamesPlayed
Points
Wins
Draws
Loose
GoalsFor
GoalsAgainst
GoalDifference
BookingType
RedCard
RedCard
YellowCard
YellowCard
Goal
Goal
OwnGoal
OwnGoal
PositionType
Keeper
Keeper
Defence
Defence
Midfield
Midfield
Attacker
Attacker | null | {"directed":true,"nodes":[{"nsPrefix":"league","nsURI":"platform:/plugin/TDT4250.Project/model/League.ecore","name":"league","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"League","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Season","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Matchweek","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Match","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Team","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Player","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Booking","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Standing","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookingType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PositionType","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":"Season","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":"Teams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"matchweeks","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":"standing","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"matches","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"matchweek","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Hometeam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Awayteam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Bookings","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"Date","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Homegoals","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Avaygoals","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Referee","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"OwnedPlayer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Abbr","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":"Stadium","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"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":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BookedPlayer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Minute","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"team","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Position","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"GamesPlayed","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Wins","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":"Draws","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Loose","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"GoalsFor","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"GoalsAgainst","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"GoalDifference","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"name":"RedCard","id":79,"value":1,"literal":"RedCard","eClass":"EEnumLiteral"},{"name":"YellowCard","id":80,"value":2,"literal":"YellowCard","eClass":"EEnumLiteral"},{"name":"Goal","id":81,"value":3,"literal":"Goal","eClass":"EEnumLiteral"},{"name":"OwnGoal","id":82,"value":4,"literal":"OwnGoal","eClass":"EEnumLiteral"},{"name":"Keeper","id":83,"value":1,"literal":"Keeper","eClass":"EEnumLiteral"},{"name":"Defence","id":84,"value":2,"literal":"Defence","eClass":"EEnumLiteral"},{"name":"Midfield","id":85,"value":3,"literal":"Midfield","eClass":"EEnumLiteral"},{"name":"Attacker","id":86,"value":4,"literal":"Attacker","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":11,"target":2},{"source":11,"target":14},{"source":11,"target":1},{"source":14,"target":2},{"source":12,"target":5},{"source":12,"target":15},{"source":12,"target":1},{"source":15,"target":5},{"source":13,"target":16},{"source":13,"target":1},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":17,"target":20},{"source":17,"target":2},{"source":18,"target":3},{"source":18,"target":21},{"source":18,"target":2},{"source":21,"target":3},{"source":19,"target":8},{"source":19,"target":22},{"source":19,"target":2},{"source":22,"target":8},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":23,"target":4},{"source":23,"target":25},{"source":23,"target":3},{"source":25,"target":4},{"source":24,"target":26},{"source":24,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":27,"target":5},{"source":27,"target":34},{"source":27,"target":4},{"source":34,"target":5},{"source":28,"target":5},{"source":28,"target":35},{"source":28,"target":4},{"source":35,"target":5},{"source":29,"target":7},{"source":29,"target":36},{"source":29,"target":4},{"source":36,"target":7},{"source":30,"target":37},{"source":30,"target":4},{"source":31,"target":38},{"source":31,"target":4},{"source":32,"target":39},{"source":32,"target":4},{"source":33,"target":40},{"source":33,"target":4},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":41,"target":45},{"source":41,"target":5},{"source":42,"target":6},{"source":42,"target":46},{"source":42,"target":5},{"source":46,"target":6},{"source":43,"target":47},{"source":43,"target":5},{"source":44,"target":48},{"source":44,"target":5},{"source":6,"target":0},{"source":6,"target":49},{"source":6,"target":50},{"source":49,"target":51},{"source":49,"target":6},{"source":50,"target":10},{"source":50,"target":52},{"source":50,"target":6},{"source":52,"target":10},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":53,"target":6},{"source":53,"target":56},{"source":53,"target":7},{"source":56,"target":6},{"source":54,"target":9},{"source":54,"target":57},{"source":54,"target":7},{"source":57,"target":9},{"source":55,"target":58},{"source":55,"target":7},{"source":8,"target":0},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":59,"target":5},{"source":59,"target":69},{"source":59,"target":8},{"source":69,"target":5},{"source":60,"target":70},{"source":60,"target":8},{"source":61,"target":71},{"source":61,"target":8},{"source":62,"target":72},{"source":62,"target":8},{"source":63,"target":73},{"source":63,"target":8},{"source":64,"target":74},{"source":64,"target":8},{"source":65,"target":75},{"source":65,"target":8},{"source":66,"target":76},{"source":66,"target":8},{"source":67,"target":77},{"source":67,"target":8},{"source":68,"target":78},{"source":68,"target":8},{"source":9,"target":0},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":79,"target":9},{"source":80,"target":9},{"source":81,"target":9},{"source":82,"target":9},{"source":10,"target":0},{"source":10,"target":83},{"source":10,"target":84},{"source":10,"target":85},{"source":10,"target":86},{"source":83,"target":10},{"source":84,"target":10},{"source":85,"target":10},{"source":86,"target":10}],"multigraph":true} |
true | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tfsm" nsURI="http://tfsmconcurrentmt/" nsPrefix="org.gemoc.sample.tfsm">
<eClassifiers xsi:type="ecore:EClass" name="TFSM" eSuperTypes="//NamedElement">
<eOperations name="init">
<eAnnotations source="dynamic"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="changeCurrentState">
<eAnnotations source="dynamic"/>
<eParameters name="newState" eType="//State"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedStates" upperBound="-1" eType="//State" containment="true" eOpposite="//State/owningFSM"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localEvents" upperBound="-1" eType="//FSMEvent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localClock" lowerBound="1" eType="//FSMClock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTransitions" upperBound="-1" eType="//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentState" eType="//State">
<eAnnotations source="dynamic"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="//NamedElement">
<eOperations name="onEnter">
<eAnnotations source="dynamic"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="onLeave">
<eAnnotations source="dynamic"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="//TFSM" eOpposite="//TFSM/ownedStates"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="//Transition" eOpposite="//Transition/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="//Transition" eOpposite="//Transition/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="//NamedElement">
<eOperations name="fire">
<eAnnotations source="dynamic"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//State" eOpposite="//State/outgoingTransitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//State" eOpposite="//State/incomingTransitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedGuard" lowerBound="1" eType="//Guard" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generatedEvents" upperBound="-1" eType="//FSMEvent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<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="Guard" abstract="true" eSuperTypes="//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TemporalGuard" eSuperTypes="//Guard">
<eStructuralFeatures xsi:type="ecore:EReference" name="onClock" lowerBound="1" eType="//FSMClock"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="afterDuration" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventGuard" eSuperTypes="//Guard">
<eStructuralFeatures xsi:type="ecore:EReference" name="triggeringEvent" lowerBound="1" eType="//FSMEvent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FSMEvent" eSuperTypes="//NamedElement">
<eOperations name="occurs">
<eAnnotations source="dynamic"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sollicitingTransitions" upperBound="-1" eType="//Transition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FSMClock" eSuperTypes="//NamedElement">
<eOperations name="ticks">
<eAnnotations source="dynamic"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfTicks">
<eAnnotations source="dynamic"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimedSystem" eSuperTypes="//NamedElement">
<eOperations name="init">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="tfsms" upperBound="-1" eType="//TFSM" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="globalClocks" upperBound="-1" eType="//FSMClock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="globalEvents" upperBound="-1" eType="//FSMEvent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvaluateGuard" eSuperTypes="//Guard">
<eOperations name="evaluate">
<eAnnotations source="dynamic"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MatiasVara/BCOoLExamples/languages/tfsmwithonenter/org.gemoc.sample.tfsm.xdsml/model-gen/TfsmConcurrentMT.ecore | ecore | tfsm
TFSM
init
changeCurrentState
newState
ownedStates
initialState
localEvents
localClock
ownedTransitions
currentState
State
onEnter
onLeave
owningFSM
outgoingTransitions
incomingTransitions
Transition
fire
source
target
ownedGuard
generatedEvents
action
NamedElement
name
Guard
TemporalGuard
onClock
afterDuration
EventGuard
triggeringEvent
FSMEvent
occurs
sollicitingTransitions
FSMClock
ticks
numberOfTicks
TimedSystem
init
tfsms
globalClocks
globalEvents
EvaluateGuard
evaluate
condition | null | {"directed":true,"nodes":[{"nsPrefix":"org.gemoc.sample.tfsm","nsURI":"http://tfsmconcurrentmt/","name":"tfsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFSM","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":"NamedElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalGuard","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventGuard","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMEvent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMClock","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluateGuard","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"changeCurrentState","lowerBound":0,"id":13,"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":"ownedStates","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":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"localEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localClock","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":"ownedTransitions","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":"currentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newState","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EParameter"},{"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":"owningFSM","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"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"onEnter","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onLeave","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","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"},{"container":false,"ordered":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":40,"derived":false},{"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},{"ordered":true,"upperBound":1,"unique":true,"name":"fire","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedGuard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generatedEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"onClock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"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":"afterDuration","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"triggeringEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"occurs","lowerBound":0,"id":65,"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":"sollicitingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ticks","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfTicks","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":75,"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":"tfsms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalClocks","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":"globalEvents","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":84,"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":"condition","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":1},{"source":13,"target":22},{"source":22,"target":2},{"source":22,"target":23},{"source":22,"target":13},{"source":23,"target":2},{"source":14,"target":2},{"source":14,"target":24},{"source":14,"target":1},{"source":14,"target":25},{"source":24,"target":2},{"source":15,"target":2},{"source":15,"target":26},{"source":15,"target":1},{"source":26,"target":2},{"source":16,"target":8},{"source":16,"target":27},{"source":16,"target":1},{"source":27,"target":8},{"source":17,"target":9},{"source":17,"target":28},{"source":17,"target":1},{"source":28,"target":9},{"source":18,"target":3},{"source":18,"target":29},{"source":18,"target":1},{"source":29,"target":3},{"source":19,"target":2},{"source":19,"target":30},{"source":19,"target":1},{"source":30,"target":2},{"source":20,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":25},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":31,"target":36},{"source":31,"target":2},{"source":32,"target":37},{"source":32,"target":2},{"source":25,"target":1},{"source":25,"target":38},{"source":25,"target":2},{"source":25,"target":14},{"source":38,"target":1},{"source":33,"target":3},{"source":33,"target":39},{"source":33,"target":2},{"source":33,"target":40},{"source":39,"target":3},{"source":34,"target":3},{"source":34,"target":41},{"source":34,"target":2},{"source":34,"target":42},{"source":41,"target":3},{"source":35,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":43},{"source":3,"target":40},{"source":3,"target":42},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":43,"target":48},{"source":43,"target":3},{"source":40,"target":2},{"source":40,"target":49},{"source":40,"target":3},{"source":40,"target":33},{"source":49,"target":2},{"source":42,"target":2},{"source":42,"target":50},{"source":42,"target":3},{"source":42,"target":34},{"source":50,"target":2},{"source":44,"target":5},{"source":44,"target":51},{"source":44,"target":3},{"source":51,"target":5},{"source":45,"target":8},{"source":45,"target":52},{"source":45,"target":3},{"source":52,"target":8},{"source":46,"target":53},{"source":46,"target":3},{"source":47,"target":4},{"source":4,"target":0},{"source":4,"target":54},{"source":54,"target":55},{"source":54,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":56},{"source":56,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":57,"target":9},{"source":57,"target":60},{"source":57,"target":6},{"source":60,"target":9},{"source":58,"target":61},{"source":58,"target":6},{"source":59,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":62},{"source":7,"target":63},{"source":62,"target":8},{"source":62,"target":64},{"source":62,"target":7},{"source":64,"target":8},{"source":63,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":65,"target":68},{"source":65,"target":8},{"source":66,"target":3},{"source":66,"target":69},{"source":66,"target":8},{"source":69,"target":3},{"source":67,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":70,"target":73},{"source":70,"target":9},{"source":71,"target":74},{"source":71,"target":9},{"source":72,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":75,"target":80},{"source":75,"target":10},{"source":76,"target":1},{"source":76,"target":81},{"source":76,"target":10},{"source":81,"target":1},{"source":77,"target":9},{"source":77,"target":82},{"source":77,"target":10},{"source":82,"target":9},{"source":78,"target":8},{"source":78,"target":83},{"source":78,"target":10},{"source":83,"target":8},{"source":79,"target":4},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":84},{"source":11,"target":85},{"source":11,"target":86},{"source":84,"target":87},{"source":84,"target":11},{"source":85,"target":88},{"source":85,"target":11},{"source":86,"target":5}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="TypeC"
nsURI="platform:/resource/A2BMultDiffIn/Metamodel/TypeC.ecore" nsPrefix="tpC">
<eClassifiers xsi:type="ecore:EClass" name="CElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/NMFCode/ATL2NMFS/resources/A2BMultDiffIn/TypeC.ecore | ecore | TypeC
CElement
elementName | null | {"directed":true,"nodes":[{"nsPrefix":"tpC","nsURI":"platform:/resource/A2BMultDiffIn/Metamodel/TypeC.ecore","name":"TypeC","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CElement","instanceClass":null,"abstract":false,"id":1,"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":"elementName","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="FederationOffice"
nsURI="http://www.panlab.org/FederationOffice" nsPrefix="org.panlab.FederationOffice">
<eClassifiers xsi:type="ecore:EEnum" name="VTStatus">
<eLiterals name="NEW"/>
<eLiterals name="REQUESTED" value="1"/>
<eLiterals name="SCHEDULED_PROVISIONING" value="2" literal="SCHEDULED_PROVISIONING"/>
<eLiterals name="MODIFIED" value="3"/>
<eLiterals name="REJECTED" value="4"/>
<eLiterals name="RUNNING" value="5" literal="RUNNING"/>
<eLiterals name="PROVISIONING" value="6" literal="PROVISIONING"/>
<eLiterals name="SHUT_DOWN" value="7" literal="SHUT_DOWN"/>
<eLiterals name="DELETED" value="8" literal="DELETED"/>
<eLiterals name="SHUTTING_DOWN" value="9" literal="SHUTTING_DOWN"/>
<eLiterals name="SCHEDULED_SHUT_DOWN" value="10" literal="SCHEDULED_SHUT_DOWN"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Office" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The class representing an office. Usually will be a singleton class
It could be also from NDL: Administrative Domain, the organization that actually controls and provisions the resources, such as network resources and computing resources. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="registeredUsers" upperBound="-1"
eType="#//users/OfficeUser" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributedTaxonomies"
upperBound="-1" eType="#//services/Taxonomy" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="offeredServices" upperBound="-1"
eType="#//services/OfferedService" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="availableFederationScenarios"
upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="offeredServiceCompositions"
upperBound="-1" eType="#//services/ServiceComposition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ResourceServiceContracts"
upperBound="-1" eType="#//availabilityContract/ResourceServiceContract" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SLAs" upperBound="-1" eType="#//slareservations/SLA"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="APIGateway" 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" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eSubpackages name="users" nsURI="http://www.panlab.org/FederationOffice/model/users"
nsPrefix="org.panlab.FederationOffice.model.users">
<eClassifiers xsi:type="ecore:EClass" name="Account" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourcesProvider" eSuperTypes="#//users/OfficeUser">
<eStructuralFeatures xsi:type="ecore:EReference" name="offeredSiteList" upperBound="-1"
eType="#//providersite/Site" containment="true" eOpposite="#//providersite/Site/belongsToProvider"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TestbedDesigner" eSuperTypes="#//users/OfficeUser">
<eStructuralFeatures xsi:type="ecore:EReference" name="designsVirtualTestbeds"
upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Admin" eSuperTypes="#//users/OfficePersonel"/>
<eClassifiers xsi:type="ecore:EClass" name="OfficeCustomer" eSuperTypes="#//users/OfficeUser">
<eStructuralFeatures xsi:type="ecore:EReference" name="utilizesVirtualTestbed"
upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasTestbedDesigner" eType="#//users/TestbedDesigner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OfficeUser" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasAccount" eType="#//users/Account"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="organization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="telephone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OfficePersonel" eSuperTypes="#//users/OfficeUser"/>
</eSubpackages>
<eSubpackages name="resources" nsURI="http://www.panlab.org/FederationOffice/model/resources"
nsPrefix="org.panlab.FederationOffice.model.resources">
<eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//NamedElement">
<eOperations name="getFullQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceSettings" upperBound="-1"
eType="#//resources/ResourceSetting" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributesToCategories"
upperBound="-1" eType="#//resources/ResourceCategory" eOpposite="#//resources/ResourceCategory/resourcelist"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiresResources" upperBound="-1"
eType="#//resources/Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A resource requires another resources Rb to be present in the scenario in order to be able to operate"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OfferedResource" eSuperTypes="#//resources/Resource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceType" eType="#//resources/ResourceType"
defaultValueLiteral="SINGLETON">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="resourceType can be SINGLETON or MULTITON"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="belongsToSite" eType="#//providersite/Site"
eOpposite="#//providersite/Site/offeredResourcesList"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implOfferedService" eType="#//services/Service"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multitonMaxOccur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If MULTITON type then this value has a meaning. For example
suppose that UoP has a Dynamic Resource that can offer until 20 Virtual Machines. So this Offered Resource might be instantiated until 20 times
Default will be -1 which means unlimited instances"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceSetting" eSuperTypes="#//services/AbstractSetting">
<eStructuralFeatures xsi:type="ecore:EReference" name="OnlyConfiguredByResources"
upperBound="-1" eType="#//resources/Resource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="OnlyConfiguredByResources shows that this ResourceSetting can be configured by only other ResourceSetting of the OnlyConfiguredByResources list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="implServiceSetting" eType="#//services/ServiceSetting"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceCategory" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="resourcelist" upperBound="-1"
eType="#//resources/Resource" eOpposite="#//resources/Resource/contributesToCategories"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResourceType">
<eLiterals name="SINGLETON">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Singleton Resource:
One VT can use it each time; 
CAN be reserved; 
installation fee + rent fee
For example Asterisk server of UoP 

"/>
</eAnnotations>
</eLiterals>
<eLiterals name="MULTITON" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Multiton resource:
Many testbeds can "instantiate" the same resource, but when instantiated each instance is unique; 
CANNOT be reserved; Although availability might be affected by multitonMaxOccur 
optional installation fee + optional rent fee
For example VOIP_UA , or a resource which installs a software on a machine which can be anywhere just given only ie ssh access"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
</eSubpackages>
<eSubpackages name="networkelements" nsURI="http://www.panlab.org/FederationOffice/model/networkelements"
nsPrefix="org.panlab.FederationOffice.model.networkelements">
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//networkelements/NetworkElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Device, a physical network device. 
"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NetworkElement" eSuperTypes="#//NamedElement"/>
</eSubpackages>
<eSubpackages name="providersite" nsURI="http://www.panlab.org/FederationOffice/model/providersite"
nsPrefix="org.panlab.FederationOffice.model.providersite">
<eClassifiers xsi:type="ecore:EClass" name="PTM" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="IP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="belongsToSite" eType="#//providersite/Site"
eOpposite="#//providersite/Site/ptm"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IGW" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="belongsToSite" eType="#//providersite/Site"
eOpposite="#//providersite/Site/igwlist"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="IP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Site" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ptm" lowerBound="1" eType="#//providersite/PTM"
containment="true" eOpposite="#//providersite/PTM/belongsToSite"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="igwlist" lowerBound="1"
upperBound="-1" eType="#//providersite/IGW" containment="true" eOpposite="#//providersite/IGW/belongsToSite"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="locatedAt" lowerBound="1"
eType="#//providersite/SiteLocation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="offeredResourcesList"
upperBound="-1" eType="#//resources/OfferedResource" containment="true"
eOpposite="#//resources/OfferedResource/belongsToSite"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="belongsToProvider" eType="#//users/ResourcesProvider"
eOpposite="#//users/ResourcesProvider/offeredSiteList"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SiteLocation" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="geocoords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="slareservations" nsURI="http://www.panlab.org/FederationOffice/model/slareservations"
nsPrefix="org.panlab.FederationOffice.model.slareservations">
<eClassifiers xsi:type="ecore:EClass" name="SLA" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ReservedRsources" upperBound="-1"
eType="#//slareservations/ReservedResourceContract" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forVT" eType="#//federationscenarios/RequestedFederationScenario"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReservedResourceContract" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forResource" eType="#//resources/OfferedResource"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="federationscenarios" nsURI="http://www.panlab.org/FederationOffice/model/federationscenarios"
nsPrefix="org.panlab.FederationOffice.model.federationscenarios">
<eClassifiers xsi:type="ecore:EClass" name="RequestedFederationScenario" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Just an offerting of the office. A collection of VT that VT designers can implement but always the office owns"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isShared" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//VTStatus"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="VTCredentials" eType="#//federationscenarios/Credentials"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="servicesRequest" eType="#//federationscenarios/ServicesRequest"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureRequest"
eType="#//federationscenarios/InfrastructureRequest" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scheduledPlan" eType="#//federationscenarios/ScheduledPlan"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//federationscenarios/Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="runtimeInfo" eType="#//experimentRuntime/RuntimeElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceRequest" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="refService" lowerBound="1"
eType="#//services/Service">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="OfferedByProviders" eType="#//users/ResourcesProvider"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reqServiceSettings" upperBound="-1"
eType="#//federationscenarios/ServiceSettingInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numOfServices" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceRequest" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="refOfferedResource" lowerBound="1"
eType="#//resources/OfferedResource"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reqResourceSettings"
upperBound="-1" eType="#//federationscenarios/ResourceSettingInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="runtimeInfo" eType="#//experimentRuntime/RuntimeElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SettingInstance" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="staticValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignSetting" upperBound="-1"
eType="#//federationscenarios/SettingInstance">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Assignments work differently from VCT tool. in vct tool the arrows are references.. where in us assign means that the assignedSetting value is the source and the current element Setting is the consumer target
This allows us to assign in a Setting Instance many source Setting values from other Services/Resource
For example: Assume That we have a Setting of a Service that accepts an arbitrary list of IPs. Then we can have
Setting "myIPList": myIPlist assign "machine1.IP", "machine2.IP", "machine3.IP""/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceSettingInstance" eSuperTypes="#//federationscenarios/SettingInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="refServiceSetting" lowerBound="1"
eType="#//services/ServiceSetting"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceSettingInstance" eSuperTypes="#//federationscenarios/SettingInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="refResourceSetting" lowerBound="1"
eType="#//resources/ResourceSetting"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Credentials" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServicesRequest" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceRequestList" upperBound="-1"
eType="#//federationscenarios/ServiceRequest" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InfrastructureRequest" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="reqOfferedResources"
upperBound="-1" eType="#//federationscenarios/ResourceRequest" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceGroups" upperBound="-1"
eType="#//federationscenarios/ResourceGroup" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScheduledPlan">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceGroup" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="groupedResources" upperBound="-1"
eType="#//federationscenarios/ResourceRequest"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="services" nsURI="http://www.panlab.org/FederationOffice/model/services"
nsPrefix="org.panlab.FederationOffice.model.services">
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Representing services 
e.g. a MySQL server. The MySQL server might be "providedByResources" by "any one" of uopMySQL, FokusMySQL, etc
Bettet to inherit this class and live services even maybe unimplemented. (not abstract yet thoug)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceSettings" upperBound="-1"
eType="#//services/ServiceSetting" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiresServices" upperBound="-1"
eType="#//services/Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A service Sa requires another service Sb to be present in the scenario in order to be able to operate"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceSetting" eSuperTypes="#//services/AbstractSetting">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Service setting that a service has.
For example "MySQLserver" service has a setting "mUser".
This setting later can be mapped to another Offered resource's setting.
Example:
The "MySQLserver" service might be "providedByResources" (anyone of) uopMySQL, FokusMySQL, etc
So if uopMySQL offeredResource, has a setting "uopMyUser" then"mUser" is mapped to "uopMyUser" of uopMySQL.
Also if FokusMySQL offeredResource, has a setting "fokusMyUser" then"mUser" is mapped to "fokusMyUser" of FokusMySQL.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappedToResourceSettings"
upperBound="-1" eType="#//resources/ResourceSetting"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providedByResources"
upperBound="-1" eType="#//resources/Resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OfferedService" eSuperTypes="#//services/Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Representing Offered services by the office.
e.g. a MySQL server. The MySQL server might be "providedByResources" by "any one" of uopMySQL, FokusMySQL, etc
"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceComposition" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Representing Offered ready composed services by the office.
e.g. an IMS network and services. The IMS has a list of services like an HSS , presence server, etc. 
When a user asks for an IMS service, the fed will locate any of each service (HSS , presence server) even on different provider locations although might give priority on an IMS ServiceComposition from a single provide to enhance speed, provisioning, etc
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasServices" upperBound="-1"
eType="#//services/Service"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SettingType" abstract="true" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="tideTypeString" eSuperTypes="#//services/SettingType">
<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="tideTypeEnum" eSuperTypes="#//services/SettingType">
<eStructuralFeatures xsi:type="ecore:EReference" name="tideEnumlist" upperBound="-1"
eType="#//services/tideTypeEnumItem" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//services/tideTypeEnumItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="tideTypeList" eSuperTypes="#//services/SettingType">
<eStructuralFeatures xsi:type="ecore:EReference" name="ContainsElementsOf" eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="tideTypeEnumItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" 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="tideTypeTideElement" eSuperTypes="#//services/SettingType">
<eStructuralFeatures xsi:type="ecore:EReference" name="ofTideElement" eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Taxonomy" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="taxonomies" upperBound="-1"
eType="#//services/Taxonomy" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1"
eType="#//resources/ResourceCategory" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasScenarios" upperBound="-1"
eType="#//federationscenarios/RequestedFederationScenario"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasServices" upperBound="-1"
eType="#//services/Service"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractSetting" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="settingType" eType="#//services/SettingType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userExposed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userEditable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="canBePublished" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Readable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Writable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="settingConstraints" upperBound="-1"
eType="#//services/SettingConstraint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiresParams" upperBound="-1"
eType="#//services/AbstractSetting">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="-	A parameter Pa of a resource/service Ra requires a parameter(s) Pb of another Resource/Service Rb"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SettingConstraint" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ForOperation" eType="#//services/ServiceResourceOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="AvailableAfterOperation"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="-	if set A parameter is available only after a certain CRUD operation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RequiredBeforeOperation"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="-	If set A parameter must be present, must have a not null value before a CRUD operation"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ServiceResourceOperation">
<eLiterals name="OP_CREATE"/>
<eLiterals name="OP_READ" value="1"/>
<eLiterals name="OP_UPDATE" value="2"/>
<eLiterals name="OP_DELETE" value="3"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="settingdependencies" nsURI="http://www.panlab.org/FederationOffice/model/settingdependencies"
nsPrefix="org.panlab.FederationOffice.model.settingdependencies"/>
<eSubpackages name="availabilityContract" nsURI="http://www.panlab.org/FederationOffice/model/availabilitycontract"
nsPrefix="org.panlab.FederationOffice.model.availabilitycontract">
<eClassifiers xsi:type="ecore:EClass" name="ResourceServiceContract" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="forOfferedService" lowerBound="1"
eType="#//services/Service"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forOfferedResource" lowerBound="1"
eType="#//resources/OfferedResource"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="StartDate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="EndDate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="availability" eType="#//availabilityContract/Availability"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Availability">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FromTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ToTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cost" eType="#//availabilityContract/Cost"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FromDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ToDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Repeatability" eType="#//availabilityContract/RepatabilityScheme"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Repeat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="RepeatUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cost">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="perUnit" eType="#//availabilityContract/costUnit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Amount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="costUnit">
<eLiterals name="MIN"/>
<eLiterals name="HOUR" value="1"/>
<eLiterals name="DAY" value="2"/>
<eLiterals name="USAGE" value="3"/>
<eLiterals name="OTHER" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RepatabilityScheme">
<eLiterals name="DAILY"/>
<eLiterals name="WEEKLY" value="1"/>
<eLiterals name="MONTHLY" value="2"/>
<eLiterals name="YEARLY" value="3"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="uiObjects" nsURI="http://www.panlab.org/FederationOffice/model/uiObjects"
nsPrefix="org.panlab.FederationOffice.model.uiObjects">
<eClassifiers xsi:type="ecore:EClass" name="ui_TaxonomyTreeItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" eType="#//uiObjects/ui_TaxonomyTreeItem"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DisplayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childNodes" upperBound="-1"
eType="#//uiObjects/ui_TaxonomyTreeItem" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="officeElement" eType="#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OfficeManager">
<eStructuralFeatures xsi:type="ecore:EReference" name="officesRef" upperBound="-1"
eType="#//Office"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="experimentRuntime" nsURI="http://www.panlab.org/FederationOffice/model/experimentRuntime"
nsPrefix="org.panlab.FederationOffice.model.experimentRuntime">
<eClassifiers xsi:type="ecore:EClass" name="RuntimeElement" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//experimentRuntime/RuntimeElementStatus"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="GUID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RuntimeElementStatus">
<eLiterals name="NOT_EXISTS"/>
<eLiterals name="ONLINE" value="1"/>
<eLiterals name="OFFLINE" value="2"/>
<eLiterals name="STARTING" value="3"/>
<eLiterals name="STOPPING" value="4"/>
<eLiterals name="UPDATING" value="5"/>
<eLiterals name="ERROR" value="6"/>
<eLiterals name="UNKNOWN" value="7"/>
<eLiterals name="INITIALIZING" value="8" literal="INITIALIZING"/>
<eLiterals name="WAITING" value="9" literal="WAITING"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RunningScenarios">
<eStructuralFeatures xsi:type="ecore:EReference" name="requestedScenarios" upperBound="-1"
eType="#//federationscenarios/RequestedFederationScenario"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="extensionInterfaces" nsURI="http://www.panlab.org/FederationOffice/model/extensionInterfaces"
nsPrefix="org.panlab.FederationOffice.model.extensionInterfaces">
<eClassifiers xsi:type="ecore:EClass" name="IOfficeRepository" abstract="true"
interface="true">
<eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="loadOffice" eType="#//Office"/>
<eOperations name="getOffice" eType="#//Office"/>
<eOperations name="LoadScenario">
<eParameters name="fedScenario" eType="#//federationscenarios/RequestedFederationScenario"/>
</eOperations>
<eOperations name="registerOfficeRepositoryListener">
<eParameters name="listener" eType="#//extensionInterfaces/IOfficeRepositoryListener"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IOfficeRepositoryListener" abstract="true"
interface="true">
<eOperations name="RepositoryChanged"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IProvisionResource" abstract="true"
interface="true">
<eOperations name="provisionResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/>
<eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/>
</eOperations>
<eOperations name="supportsOffice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getSupportedOfficeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="deleteResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/>
<eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/>
</eOperations>
<eOperations name="updateResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/>
<eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/>
<eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/>
</eOperations>
<eOperations name="readResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/>
<eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/>
<eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/>
<eParameters name="forceUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IWorkflowEngine" abstract="true" interface="true">
<eOperations name="getEngineName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getRunningScenarios" eType="#//experimentRuntime/RunningScenarios"/>
<eOperations name="ScheduleScenario">
<eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/>
</eOperations>
<eOperations name="ShutDownScenario">
<eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/>
</eOperations>
<eOperations name="DeletePermanentlyScenario">
<eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/>
</eOperations>
<eOperations name="ShutDownResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/>
<eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/>
</eOperations>
<eOperations name="UpdateResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/>
<eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/>
<eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/>
</eOperations>
<eOperations name="ReadResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/>
<eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/>
<eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/>
<eParameters name="forceUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IProvisioningJobListener" abstract="true"
interface="true">
<eOperations name="initialize">
<eParameters name="source" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="eventOccured">
<eParameters name="event" eType="#//extensionInterfaces/IProvisioningJobEvent"/>
</eOperations>
<eOperations name="terminate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IProvisioningJobEvent" abstract="true"
interface="true">
<eOperations name="statusChangedOnScenario" eType="#//federationscenarios/RequestedFederationScenario"/>
<eOperations name="statusChangedOnResource" eType="#//federationscenarios/ResourceRequest"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/FederationOffice.ecore | ecore | FederationOffice
VTStatus
NEW
NEW
REQUESTED
REQUESTED
SCHEDULED_PROVISIONING
SCHEDULED_PROVISIONING
MODIFIED
MODIFIED
REJECTED
REJECTED
RUNNING
RUNNING
PROVISIONING
PROVISIONING
SHUT_DOWN
SHUT_DOWN
DELETED
DELETED
SHUTTING_DOWN
SHUTTING_DOWN
SCHEDULED_SHUT_DOWN
SCHEDULED_SHUT_DOWN
Office
registeredUsers
contributedTaxonomies
offeredServices
availableFederationScenarios
offeredServiceCompositions
ResourceServiceContracts
SLAs
resourceURI
APIGateway
NamedElement
name
id
description
uniqueID
users
Account
password
username
ResourcesProvider
offeredSiteList
TestbedDesigner
designsVirtualTestbeds
Admin
OfficeCustomer
utilizesVirtualTestbed
hasTestbedDesigner
OfficeUser
hasAccount
organization
address
telephone
OfficePersonel
resources
Resource
getFullQualifiedName
resourceSettings
contributesToCategories
requiresResources
OfferedResource
resourceType
SINGLETON
belongsToSite
implOfferedService
multitonMaxOccur
-1
ResourceSetting
OnlyConfiguredByResources
implServiceSetting
ResourceCategory
resourcelist
ResourceType
SINGLETON
SINGLETON
MULTITON
MULTITON
networkelements
Device
NetworkElement
providersite
PTM
IP
belongsToSite
IGW
belongsToSite
IP
Site
ptm
igwlist
locatedAt
offeredResourcesList
belongsToProvider
SiteLocation
address
geocoords
slareservations
SLA
ReservedRsources
forVT
ValidFrom
ValidUntil
ReservedResourceContract
ValidFrom
forResource
ValidUntil
federationscenarios
RequestedFederationScenario
isShared
status
VTCredentials
servicesRequest
infrastructureRequest
scheduledPlan
imports
runtimeInfo
ServiceRequest
refService
OfferedByProviders
reqServiceSettings
numOfServices
ResourceRequest
refOfferedResource
reqResourceSettings
runtimeInfo
SettingInstance
staticValue
assignSetting
ServiceSettingInstance
refServiceSetting
ResourceSettingInstance
refResourceSetting
Credentials
username
password
ServicesRequest
serviceRequestList
InfrastructureRequest
reqOfferedResources
resourceGroups
ScheduledPlan
ValidFrom
ValidUntil
Import
importURI
ResourceGroup
groupedResources
services
Service
serviceSettings
requiresServices
ServiceSetting
mappedToResourceSettings
providedByResources
OfferedService
ServiceComposition
hasServices
SettingType
tideTypeString
defaultValue
tideTypeEnum
tideEnumlist
defaultValue
tideTypeList
ContainsElementsOf
tideTypeEnumItem
value
description
tideTypeTideElement
ofTideElement
Taxonomy
taxonomies
categories
hasScenarios
hasServices
AbstractSetting
settingType
userExposed
userEditable
canBePublished
Readable
false
Writable
false
settingConstraints
requiresParams
SettingConstraint
ForOperation
AvailableAfterOperation
RequiredBeforeOperation
ServiceResourceOperation
OP_CREATE
OP_CREATE
OP_READ
OP_READ
OP_UPDATE
OP_UPDATE
OP_DELETE
OP_DELETE
settingdependencies
availabilityContract
ResourceServiceContract
forOfferedService
forOfferedResource
StartDate
EndDate
availability
Availability
FromTime
ToTime
cost
FromDate
ToDate
Repeatability
Repeat
RepeatUntil
Cost
perUnit
Amount
costUnit
MIN
MIN
HOUR
HOUR
DAY
DAY
USAGE
USAGE
OTHER
OTHER
RepatabilityScheme
DAILY
DAILY
WEEKLY
WEEKLY
MONTHLY
MONTHLY
YEARLY
YEARLY
uiObjects
ui_TaxonomyTreeItem
parentNode
DisplayName
childNodes
officeElement
OfficeManager
officesRef
experimentRuntime
RuntimeElement
status
GUID
context
RuntimeElementStatus
NOT_EXISTS
NOT_EXISTS
ONLINE
ONLINE
OFFLINE
OFFLINE
STARTING
STARTING
STOPPING
STOPPING
UPDATING
UPDATING
ERROR
ERROR
UNKNOWN
UNKNOWN
INITIALIZING
INITIALIZING
WAITING
WAITING
RunningScenarios
requestedScenarios
extensionInterfaces
IOfficeRepository
getName
loadOffice
getOffice
LoadScenario
fedScenario
registerOfficeRepositoryListener
listener
IOfficeRepositoryListener
RepositoryChanged
IProvisionResource
provisionResource
officeName
scenario
resourceReq
supportsOffice
officeName
getSupportedOfficeName
deleteResource
officeName
scenario
resourceReq
updateResource
officeName
scenario
resourceReq
assignedSetting
readResource
officeName
scenario
resourceReq
assignedSetting
forceUpdate
IWorkflowEngine
getEngineName
getRunningScenarios
ScheduleScenario
scenario
ShutDownScenario
scenario
DeletePermanentlyScenario
scenario
ShutDownResource
scenario
resourceReq
UpdateResource
scenario
resourceReq
assignedSetting
ReadResource
scenario
resourceReq
assignedSetting
forceUpdate
IProvisioningJobListener
initialize
source
eventOccured
event
terminate
IProvisioningJobEvent
statusChangedOnScenario
statusChangedOnResource | null | {"directed":true,"nodes":[{"nsPrefix":"org.panlab.FederationOffice","nsURI":"http://www.panlab.org/FederationOffice","name":"FederationOffice","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VTStatus","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Office","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"},{"nsPrefix":"org.panlab.FederationOffice.model.users","nsURI":"http://www.panlab.org/FederationOffice/model/users","name":"users","id":4,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.resources","nsURI":"http://www.panlab.org/FederationOffice/model/resources","name":"resources","id":5,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.networkelements","nsURI":"http://www.panlab.org/FederationOffice/model/networkelements","name":"networkelements","id":6,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.providersite","nsURI":"http://www.panlab.org/FederationOffice/model/providersite","name":"providersite","id":7,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.slareservations","nsURI":"http://www.panlab.org/FederationOffice/model/slareservations","name":"slareservations","id":8,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.federationscenarios","nsURI":"http://www.panlab.org/FederationOffice/model/federationscenarios","name":"federationscenarios","id":9,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.services","nsURI":"http://www.panlab.org/FederationOffice/model/services","name":"services","id":10,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.settingdependencies","nsURI":"http://www.panlab.org/FederationOffice/model/settingdependencies","name":"settingdependencies","id":11,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.availabilitycontract","nsURI":"http://www.panlab.org/FederationOffice/model/availabilitycontract","name":"availabilityContract","id":12,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.uiObjects","nsURI":"http://www.panlab.org/FederationOffice/model/uiObjects","name":"uiObjects","id":13,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.experimentRuntime","nsURI":"http://www.panlab.org/FederationOffice/model/experimentRuntime","name":"experimentRuntime","id":14,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.extensionInterfaces","nsURI":"http://www.panlab.org/FederationOffice/model/extensionInterfaces","name":"extensionInterfaces","id":15,"eClass":"EPackage"},{"name":"NEW","id":16,"value":0,"literal":"NEW","eClass":"EEnumLiteral"},{"name":"REQUESTED","id":17,"value":1,"literal":"REQUESTED","eClass":"EEnumLiteral"},{"name":"SCHEDULED_PROVISIONING","id":18,"value":2,"literal":"SCHEDULED_PROVISIONING","eClass":"EEnumLiteral"},{"name":"MODIFIED","id":19,"value":3,"literal":"MODIFIED","eClass":"EEnumLiteral"},{"name":"REJECTED","id":20,"value":4,"literal":"REJECTED","eClass":"EEnumLiteral"},{"name":"RUNNING","id":21,"value":5,"literal":"RUNNING","eClass":"EEnumLiteral"},{"name":"PROVISIONING","id":22,"value":6,"literal":"PROVISIONING","eClass":"EEnumLiteral"},{"name":"SHUT_DOWN","id":23,"value":7,"literal":"SHUT_DOWN","eClass":"EEnumLiteral"},{"name":"DELETED","id":24,"value":8,"literal":"DELETED","eClass":"EEnumLiteral"},{"name":"SHUTTING_DOWN","id":25,"value":9,"literal":"SHUTTING_DOWN","eClass":"EEnumLiteral"},{"name":"SCHEDULED_SHUT_DOWN","id":26,"value":10,"literal":"SCHEDULED_SHUT_DOWN","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":"registeredUsers","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":"contributedTaxonomies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredServices","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":"availableFederationScenarios","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":"offeredServiceCompositions","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":"ResourceServiceContracts","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":"SLAs","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":"resourceURI","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":"APIGateway","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficeUser","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"id":38,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Taxonomy","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"id":40,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfferedService","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"id":42,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestedFederationScenario","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"id":44,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceComposition","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"id":46,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceServiceContract","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SLA","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uniqueID","changeable":true,"lowerBound":0,"iD":true,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Account","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourcesProvider","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestbedDesigner","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Admin","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficeCustomer","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficePersonel","instanceClass":null,"abstract":false,"id":66,"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":"password","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredSiteList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Site","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"id":75,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongsToProvider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"designsVirtualTestbeds","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"utilizesVirtualTestbed","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":"hasTestbedDesigner","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":true,"unsettable":false,"transient":false,"unique":true,"name":"hasAccount","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":"organization","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":"address","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":"telephone","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfferedResource","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceSetting","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceCategory","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceType","instanceClass":null,"id":100,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFullQualifiedName","lowerBound":0,"id":101,"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":"resourceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributesToCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiresResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourcelist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SINGLETON","unsettable":false,"transient":false,"unique":true,"name":"resourceType","changeable":true,"lowerBound":0,"iD":false,"id":111,"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":"belongsToSite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implOfferedService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"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":"multitonMaxOccur","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredResourcesList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSetting","instanceClass":null,"abstract":false,"id":122,"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":"OnlyConfiguredByResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implServiceSetting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceSetting","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"name":"SINGLETON","id":131,"value":0,"literal":"SINGLETON","eClass":"EEnumLiteral"},{"name":"MULTITON","id":132,"value":1,"literal":"MULTITON","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkElement","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PTM","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IGW","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiteLocation","instanceClass":null,"abstract":false,"id":139,"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":"IP","changeable":true,"lowerBound":0,"iD":false,"id":140,"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":"belongsToSite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ptm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"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":"belongsToSite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"IP","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"igwlist","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locatedAt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"geocoords","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReservedResourceContract","instanceClass":null,"abstract":false,"id":164,"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":"ReservedRsources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forVT","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidFrom","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidUntil","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidFrom","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":"forResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidUntil","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceRequest","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRequest","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SettingInstance","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceSettingInstance","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceSettingInstance","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Credentials","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServicesRequest","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureRequest","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduledPlan","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceGroup","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isShared","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"VTCredentials","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"servicesRequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"infrastructureRequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scheduledPlan","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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"runtimeInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeElement","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"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":"refService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"OfferedByProviders","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"reqServiceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numOfServices","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refOfferedResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reqResourceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"runtimeInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"staticValue","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignSetting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refServiceSetting","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refResourceSetting","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"username","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceRequestList","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reqOfferedResources","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":"resourceGroups","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":"ValidFrom","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidUntil","changeable":true,"lowerBound":0,"iD":false,"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":"importURI","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupedResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SettingType","instanceClass":null,"abstract":true,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeString","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeEnum","instanceClass":null,"abstract":false,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeList","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeEnumItem","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeTideElement","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SettingConstraint","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ServiceResourceOperation","instanceClass":null,"id":266,"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":"serviceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiresServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mappedToResourceSettings","changeable":true,"resolveProxies":true,"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":false,"transient":false,"unique":true,"name":"providedByResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","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":"tideEnumlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ContainsElementsOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ofTideElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"taxonomies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"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":"settingType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"userExposed","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userEditable","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canBePublished","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":"false","unsettable":false,"transient":false,"unique":true,"name":"Readable","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":"false","unsettable":false,"transient":false,"unique":true,"name":"Writable","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settingConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiresParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ForOperation","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"AvailableAfterOperation","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RequiredBeforeOperation","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"name":"OP_CREATE","id":333,"value":0,"literal":"OP_CREATE","eClass":"EEnumLiteral"},{"name":"OP_READ","id":334,"value":1,"literal":"OP_READ","eClass":"EEnumLiteral"},{"name":"OP_UPDATE","id":335,"value":2,"literal":"OP_UPDATE","eClass":"EEnumLiteral"},{"name":"OP_DELETE","id":336,"value":3,"literal":"OP_DELETE","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Availability","instanceClass":null,"abstract":false,"id":337,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cost","instanceClass":null,"abstract":false,"id":338,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"costUnit","instanceClass":null,"id":339,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RepatabilityScheme","instanceClass":null,"id":340,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forOfferedService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forOfferedResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"StartDate","changeable":true,"lowerBound":1,"iD":false,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"EndDate","changeable":true,"lowerBound":1,"iD":false,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"availability","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FromTime","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ToTime","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cost","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FromDate","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ToDate","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Repeatability","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Repeat","changeable":true,"lowerBound":0,"iD":false,"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":"RepeatUntil","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"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"perUnit","changeable":true,"lowerBound":0,"iD":false,"id":368,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Amount","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"name":"MIN","id":372,"value":0,"literal":"MIN","eClass":"EEnumLiteral"},{"name":"HOUR","id":373,"value":1,"literal":"HOUR","eClass":"EEnumLiteral"},{"name":"DAY","id":374,"value":2,"literal":"DAY","eClass":"EEnumLiteral"},{"name":"USAGE","id":375,"value":3,"literal":"USAGE","eClass":"EEnumLiteral"},{"name":"OTHER","id":376,"value":4,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"DAILY","id":377,"value":0,"literal":"DAILY","eClass":"EEnumLiteral"},{"name":"WEEKLY","id":378,"value":1,"literal":"WEEKLY","eClass":"EEnumLiteral"},{"name":"MONTHLY","id":379,"value":2,"literal":"MONTHLY","eClass":"EEnumLiteral"},{"name":"YEARLY","id":380,"value":3,"literal":"YEARLY","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ui_TaxonomyTreeItem","instanceClass":null,"abstract":false,"id":381,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficeManager","instanceClass":null,"abstract":false,"id":382,"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":"parentNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":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":384,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"officeElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"officesRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"RuntimeElementStatus","instanceClass":null,"id":393,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunningScenarios","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"GUID","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"name":"NOT_EXISTS","id":402,"value":0,"literal":"NOT_EXISTS","eClass":"EEnumLiteral"},{"name":"ONLINE","id":403,"value":1,"literal":"ONLINE","eClass":"EEnumLiteral"},{"name":"OFFLINE","id":404,"value":2,"literal":"OFFLINE","eClass":"EEnumLiteral"},{"name":"STARTING","id":405,"value":3,"literal":"STARTING","eClass":"EEnumLiteral"},{"name":"STOPPING","id":406,"value":4,"literal":"STOPPING","eClass":"EEnumLiteral"},{"name":"UPDATING","id":407,"value":5,"literal":"UPDATING","eClass":"EEnumLiteral"},{"name":"ERROR","id":408,"value":6,"literal":"ERROR","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":409,"value":7,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"INITIALIZING","id":410,"value":8,"literal":"INITIALIZING","eClass":"EEnumLiteral"},{"name":"WAITING","id":411,"value":9,"literal":"WAITING","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requestedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IOfficeRepository","instanceClass":null,"abstract":true,"id":414,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IOfficeRepositoryListener","instanceClass":null,"abstract":true,"id":415,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvisionResource","instanceClass":null,"abstract":true,"id":416,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IWorkflowEngine","instanceClass":null,"abstract":true,"id":417,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvisioningJobListener","instanceClass":null,"abstract":true,"id":418,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvisioningJobEvent","instanceClass":null,"abstract":true,"id":419,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":420,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadOffice","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOffice","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"LoadScenario","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerOfficeRepositoryListener","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EOperation"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fedScenario","lowerBound":0,"id":428,"many":false,"required":false,"eClass":"EParameter"},{"id":429,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":430,"many":false,"required":false,"eClass":"EParameter"},{"id":431,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RepositoryChanged","lowerBound":0,"id":432,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"provisionResource","lowerBound":0,"id":433,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"supportsOffice","lowerBound":0,"id":434,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSupportedOfficeName","lowerBound":0,"id":435,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteResource","lowerBound":0,"id":436,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateResource","lowerBound":0,"id":437,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readResource","lowerBound":0,"id":438,"many":false,"required":false,"eClass":"EOperation"},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":440,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":441,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":442,"many":false,"required":false,"eClass":"EParameter"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":447,"many":false,"required":false,"eClass":"EParameter"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":451,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":452,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":453,"many":false,"required":false,"eClass":"EParameter"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":458,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":459,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":460,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":461,"many":false,"required":false,"eClass":"EParameter"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":467,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":468,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":469,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":470,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceUpdate","lowerBound":0,"id":471,"many":false,"required":false,"eClass":"EParameter"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEngineName","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRunningScenarios","lowerBound":0,"id":478,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ScheduleScenario","lowerBound":0,"id":479,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ShutDownScenario","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DeletePermanentlyScenario","lowerBound":0,"id":481,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ShutDownResource","lowerBound":0,"id":482,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdateResource","lowerBound":0,"id":483,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ReadResource","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EOperation"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EParameter"},{"id":488,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":489,"many":false,"required":false,"eClass":"EParameter"},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":491,"many":false,"required":false,"eClass":"EParameter"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":494,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":495,"many":false,"required":false,"eClass":"EParameter"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":499,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":501,"many":false,"required":false,"eClass":"EParameter"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":508,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceUpdate","lowerBound":0,"id":509,"many":false,"required":false,"eClass":"EParameter"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":514,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventOccured","lowerBound":0,"id":515,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"terminate","lowerBound":0,"id":516,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":517,"many":false,"required":false,"eClass":"EParameter"},{"id":518,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"event","lowerBound":0,"id":519,"many":false,"required":false,"eClass":"EParameter"},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statusChangedOnScenario","lowerBound":0,"id":521,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"statusChangedOnResource","lowerBound":0,"id":522,"many":false,"required":false,"eClass":"EOperation"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":16,"target":1},{"source":17,"target":1},{"source":18,"target":1},{"source":19,"target":1},{"source":20,"target":1},{"source":21,"target":1},{"source":22,"target":1},{"source":23,"target":1},{"source":24,"target":1},{"source":25,"target":1},{"source":26,"target":1},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":27,"target":37},{"source":27,"target":38},{"source":27,"target":2},{"source":38,"target":37},{"source":28,"target":39},{"source":28,"target":40},{"source":28,"target":2},{"source":40,"target":39},{"source":29,"target":41},{"source":29,"target":42},{"source":29,"target":2},{"source":42,"target":41},{"source":30,"target":43},{"source":30,"target":44},{"source":30,"target":2},{"source":44,"target":43},{"source":31,"target":45},{"source":31,"target":46},{"source":31,"target":2},{"source":46,"target":45},{"source":32,"target":47},{"source":32,"target":48},{"source":32,"target":2},{"source":48,"target":47},{"source":33,"target":49},{"source":33,"target":50},{"source":33,"target":2},{"source":50,"target":49},{"source":34,"target":51},{"source":34,"target":2},{"source":35,"target":52},{"source":35,"target":2},{"source":36,"target":3},{"source":3,"target":0},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":53,"target":57},{"source":53,"target":3},{"source":54,"target":58},{"source":54,"target":3},{"source":55,"target":59},{"source":55,"target":3},{"source":56,"target":60},{"source":56,"target":3},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":37},{"source":4,"target":66},{"source":4,"target":0},{"source":61,"target":4},{"source":61,"target":3},{"source":61,"target":67},{"source":61,"target":68},{"source":61,"target":69},{"source":67,"target":70},{"source":67,"target":61},{"source":68,"target":71},{"source":68,"target":61},{"source":69,"target":3},{"source":62,"target":4},{"source":62,"target":37},{"source":62,"target":72},{"source":62,"target":73},{"source":72,"target":74},{"source":72,"target":75},{"source":72,"target":62},{"source":72,"target":76},{"source":75,"target":74},{"source":73,"target":37},{"source":63,"target":4},{"source":63,"target":37},{"source":63,"target":77},{"source":63,"target":78},{"source":77,"target":43},{"source":77,"target":79},{"source":77,"target":63},{"source":79,"target":43},{"source":78,"target":37},{"source":64,"target":4},{"source":64,"target":66},{"source":64,"target":80},{"source":80,"target":66},{"source":65,"target":4},{"source":65,"target":37},{"source":65,"target":81},{"source":65,"target":82},{"source":65,"target":83},{"source":81,"target":43},{"source":81,"target":84},{"source":81,"target":65},{"source":84,"target":43},{"source":82,"target":63},{"source":82,"target":85},{"source":82,"target":65},{"source":85,"target":63},{"source":83,"target":37},{"source":37,"target":4},{"source":37,"target":3},{"source":37,"target":86},{"source":37,"target":87},{"source":37,"target":88},{"source":37,"target":89},{"source":37,"target":90},{"source":86,"target":61},{"source":86,"target":91},{"source":86,"target":37},{"source":91,"target":61},{"source":87,"target":92},{"source":87,"target":37},{"source":88,"target":93},{"source":88,"target":37},{"source":89,"target":94},{"source":89,"target":37},{"source":90,"target":3},{"source":66,"target":4},{"source":66,"target":37},{"source":66,"target":95},{"source":95,"target":37},{"source":5,"target":96},{"source":5,"target":97},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":0},{"source":96,"target":5},{"source":96,"target":3},{"source":96,"target":101},{"source":96,"target":102},{"source":96,"target":103},{"source":96,"target":104},{"source":96,"target":105},{"source":101,"target":106},{"source":101,"target":96},{"source":102,"target":98},{"source":102,"target":107},{"source":102,"target":96},{"source":107,"target":98},{"source":103,"target":99},{"source":103,"target":108},{"source":103,"target":96},{"source":103,"target":109},{"source":108,"target":99},{"source":104,"target":96},{"source":104,"target":110},{"source":104,"target":96},{"source":110,"target":96},{"source":105,"target":3},{"source":97,"target":5},{"source":97,"target":96},{"source":97,"target":111},{"source":97,"target":112},{"source":97,"target":113},{"source":97,"target":114},{"source":97,"target":115},{"source":111,"target":100},{"source":111,"target":116},{"source":111,"target":97},{"source":116,"target":100},{"source":112,"target":74},{"source":112,"target":117},{"source":112,"target":97},{"source":112,"target":118},{"source":117,"target":74},{"source":113,"target":119},{"source":113,"target":120},{"source":113,"target":97},{"source":120,"target":119},{"source":114,"target":121},{"source":114,"target":97},{"source":115,"target":96},{"source":98,"target":5},{"source":98,"target":122},{"source":98,"target":123},{"source":98,"target":124},{"source":98,"target":125},{"source":123,"target":96},{"source":123,"target":126},{"source":123,"target":98},{"source":126,"target":96},{"source":124,"target":127},{"source":124,"target":128},{"source":124,"target":98},{"source":128,"target":127},{"source":125,"target":122},{"source":99,"target":5},{"source":99,"target":3},{"source":99,"target":109},{"source":99,"target":129},{"source":109,"target":96},{"source":109,"target":130},{"source":109,"target":99},{"source":109,"target":103},{"source":130,"target":96},{"source":129,"target":3},{"source":100,"target":5},{"source":100,"target":131},{"source":100,"target":132},{"source":131,"target":100},{"source":132,"target":100},{"source":6,"target":133},{"source":6,"target":134},{"source":6,"target":0},{"source":133,"target":6},{"source":133,"target":134},{"source":133,"target":135},{"source":135,"target":134},{"source":134,"target":6},{"source":134,"target":3},{"source":134,"target":136},{"source":136,"target":3},{"source":7,"target":137},{"source":7,"target":138},{"source":7,"target":74},{"source":7,"target":139},{"source":7,"target":0},{"source":137,"target":7},{"source":137,"target":3},{"source":137,"target":140},{"source":137,"target":141},{"source":137,"target":142},{"source":140,"target":143},{"source":140,"target":137},{"source":141,"target":74},{"source":141,"target":144},{"source":141,"target":137},{"source":141,"target":145},{"source":144,"target":74},{"source":142,"target":3},{"source":138,"target":7},{"source":138,"target":3},{"source":138,"target":146},{"source":138,"target":147},{"source":138,"target":148},{"source":146,"target":74},{"source":146,"target":149},{"source":146,"target":138},{"source":146,"target":150},{"source":149,"target":74},{"source":147,"target":151},{"source":147,"target":138},{"source":148,"target":3},{"source":74,"target":7},{"source":74,"target":3},{"source":74,"target":145},{"source":74,"target":150},{"source":74,"target":152},{"source":74,"target":118},{"source":74,"target":76},{"source":74,"target":153},{"source":145,"target":137},{"source":145,"target":154},{"source":145,"target":74},{"source":145,"target":141},{"source":154,"target":137},{"source":150,"target":138},{"source":150,"target":155},{"source":150,"target":74},{"source":150,"target":146},{"source":155,"target":138},{"source":152,"target":139},{"source":152,"target":156},{"source":152,"target":74},{"source":156,"target":139},{"source":118,"target":97},{"source":118,"target":157},{"source":118,"target":74},{"source":118,"target":112},{"source":157,"target":97},{"source":76,"target":62},{"source":76,"target":158},{"source":76,"target":74},{"source":76,"target":72},{"source":158,"target":62},{"source":153,"target":3},{"source":139,"target":7},{"source":139,"target":3},{"source":139,"target":159},{"source":139,"target":160},{"source":139,"target":161},{"source":159,"target":162},{"source":159,"target":139},{"source":160,"target":163},{"source":160,"target":139},{"source":161,"target":3},{"source":8,"target":49},{"source":8,"target":164},{"source":8,"target":0},{"source":49,"target":8},{"source":49,"target":3},{"source":49,"target":165},{"source":49,"target":166},{"source":49,"target":167},{"source":49,"target":168},{"source":49,"target":169},{"source":165,"target":164},{"source":165,"target":170},{"source":165,"target":49},{"source":170,"target":164},{"source":166,"target":43},{"source":166,"target":171},{"source":166,"target":49},{"source":171,"target":43},{"source":167,"target":172},{"source":167,"target":49},{"source":168,"target":173},{"source":168,"target":49},{"source":169,"target":3},{"source":164,"target":8},{"source":164,"target":3},{"source":164,"target":174},{"source":164,"target":175},{"source":164,"target":176},{"source":164,"target":177},{"source":174,"target":178},{"source":174,"target":164},{"source":175,"target":97},{"source":175,"target":179},{"source":175,"target":164},{"source":179,"target":97},{"source":176,"target":180},{"source":176,"target":164},{"source":177,"target":3},{"source":9,"target":43},{"source":9,"target":181},{"source":9,"target":182},{"source":9,"target":183},{"source":9,"target":184},{"source":9,"target":185},{"source":9,"target":186},{"source":9,"target":187},{"source":9,"target":188},{"source":9,"target":189},{"source":9,"target":190},{"source":9,"target":191},{"source":9,"target":0},{"source":43,"target":9},{"source":43,"target":3},{"source":43,"target":192},{"source":43,"target":193},{"source":43,"target":194},{"source":43,"target":195},{"source":43,"target":196},{"source":43,"target":197},{"source":43,"target":198},{"source":43,"target":199},{"source":43,"target":200},{"source":192,"target":201},{"source":192,"target":43},{"source":193,"target":1},{"source":193,"target":202},{"source":193,"target":43},{"source":202,"target":1},{"source":194,"target":186},{"source":194,"target":203},{"source":194,"target":43},{"source":203,"target":186},{"source":195,"target":187},{"source":195,"target":204},{"source":195,"target":43},{"source":204,"target":187},{"source":196,"target":188},{"source":196,"target":205},{"source":196,"target":43},{"source":205,"target":188},{"source":197,"target":189},{"source":197,"target":206},{"source":197,"target":43},{"source":206,"target":189},{"source":198,"target":190},{"source":198,"target":207},{"source":198,"target":43},{"source":207,"target":190},{"source":199,"target":208},{"source":199,"target":209},{"source":199,"target":43},{"source":209,"target":208},{"source":200,"target":3},{"source":181,"target":9},{"source":181,"target":3},{"source":181,"target":210},{"source":181,"target":211},{"source":181,"target":212},{"source":181,"target":213},{"source":181,"target":214},{"source":210,"target":119},{"source":210,"target":215},{"source":210,"target":181},{"source":215,"target":119},{"source":211,"target":62},{"source":211,"target":216},{"source":211,"target":181},{"source":216,"target":62},{"source":212,"target":184},{"source":212,"target":217},{"source":212,"target":181},{"source":217,"target":184},{"source":213,"target":218},{"source":213,"target":181},{"source":214,"target":3},{"source":182,"target":9},{"source":182,"target":3},{"source":182,"target":219},{"source":182,"target":220},{"source":182,"target":221},{"source":182,"target":222},{"source":219,"target":97},{"source":219,"target":223},{"source":219,"target":182},{"source":223,"target":97},{"source":220,"target":185},{"source":220,"target":224},{"source":220,"target":182},{"source":224,"target":185},{"source":221,"target":208},{"source":221,"target":225},{"source":221,"target":182},{"source":225,"target":208},{"source":222,"target":3},{"source":183,"target":9},{"source":183,"target":3},{"source":183,"target":226},{"source":183,"target":227},{"source":183,"target":228},{"source":226,"target":229},{"source":226,"target":183},{"source":227,"target":183},{"source":227,"target":230},{"source":227,"target":183},{"source":230,"target":183},{"source":228,"target":3},{"source":184,"target":9},{"source":184,"target":183},{"source":184,"target":231},{"source":184,"target":232},{"source":231,"target":127},{"source":231,"target":233},{"source":231,"target":184},{"source":233,"target":127},{"source":232,"target":183},{"source":185,"target":9},{"source":185,"target":183},{"source":185,"target":234},{"source":185,"target":235},{"source":234,"target":98},{"source":234,"target":236},{"source":234,"target":185},{"source":236,"target":98},{"source":235,"target":183},{"source":186,"target":9},{"source":186,"target":3},{"source":186,"target":237},{"source":186,"target":238},{"source":186,"target":239},{"source":237,"target":240},{"source":237,"target":186},{"source":238,"target":241},{"source":238,"target":186},{"source":239,"target":3},{"source":187,"target":9},{"source":187,"target":3},{"source":187,"target":242},{"source":187,"target":243},{"source":242,"target":181},{"source":242,"target":244},{"source":242,"target":187},{"source":244,"target":181},{"source":243,"target":3},{"source":188,"target":9},{"source":188,"target":3},{"source":188,"target":245},{"source":188,"target":246},{"source":188,"target":247},{"source":245,"target":182},{"source":245,"target":248},{"source":245,"target":188},{"source":248,"target":182},{"source":246,"target":191},{"source":246,"target":249},{"source":246,"target":188},{"source":249,"target":191},{"source":247,"target":3},{"source":189,"target":9},{"source":189,"target":250},{"source":189,"target":251},{"source":250,"target":252},{"source":250,"target":189},{"source":251,"target":253},{"source":251,"target":189},{"source":190,"target":9},{"source":190,"target":254},{"source":254,"target":255},{"source":254,"target":190},{"source":191,"target":9},{"source":191,"target":3},{"source":191,"target":256},{"source":191,"target":257},{"source":256,"target":182},{"source":256,"target":258},{"source":256,"target":191},{"source":258,"target":182},{"source":257,"target":3},{"source":10,"target":119},{"source":10,"target":127},{"source":10,"target":41},{"source":10,"target":45},{"source":10,"target":259},{"source":10,"target":260},{"source":10,"target":261},{"source":10,"target":262},{"source":10,"target":263},{"source":10,"target":264},{"source":10,"target":39},{"source":10,"target":122},{"source":10,"target":265},{"source":10,"target":266},{"source":10,"target":0},{"source":119,"target":10},{"source":119,"target":3},{"source":119,"target":267},{"source":119,"target":268},{"source":119,"target":269},{"source":267,"target":127},{"source":267,"target":270},{"source":267,"target":119},{"source":270,"target":127},{"source":268,"target":119},{"source":268,"target":271},{"source":268,"target":119},{"source":271,"target":119},{"source":269,"target":3},{"source":127,"target":10},{"source":127,"target":122},{"source":127,"target":272},{"source":127,"target":273},{"source":127,"target":274},{"source":272,"target":98},{"source":272,"target":275},{"source":272,"target":127},{"source":275,"target":98},{"source":273,"target":96},{"source":273,"target":276},{"source":273,"target":127},{"source":276,"target":96},{"source":274,"target":122},{"source":41,"target":10},{"source":41,"target":119},{"source":41,"target":277},{"source":277,"target":119},{"source":45,"target":10},{"source":45,"target":3},{"source":45,"target":278},{"source":45,"target":279},{"source":278,"target":119},{"source":278,"target":280},{"source":278,"target":45},{"source":280,"target":119},{"source":279,"target":3},{"source":259,"target":10},{"source":259,"target":3},{"source":259,"target":281},{"source":281,"target":3},{"source":260,"target":10},{"source":260,"target":259},{"source":260,"target":282},{"source":260,"target":283},{"source":282,"target":284},{"source":282,"target":260},{"source":283,"target":259},{"source":261,"target":10},{"source":261,"target":259},{"source":261,"target":285},{"source":261,"target":286},{"source":261,"target":287},{"source":285,"target":263},{"source":285,"target":288},{"source":285,"target":261},{"source":288,"target":263},{"source":286,"target":263},{"source":286,"target":289},{"source":286,"target":261},{"source":289,"target":263},{"source":287,"target":259},{"source":262,"target":10},{"source":262,"target":259},{"source":262,"target":290},{"source":262,"target":291},{"source":290,"target":3},{"source":290,"target":292},{"source":290,"target":262},{"source":292,"target":3},{"source":291,"target":259},{"source":263,"target":10},{"source":263,"target":293},{"source":263,"target":294},{"source":293,"target":295},{"source":293,"target":263},{"source":294,"target":296},{"source":294,"target":263},{"source":264,"target":10},{"source":264,"target":259},{"source":264,"target":297},{"source":264,"target":298},{"source":297,"target":3},{"source":297,"target":299},{"source":297,"target":264},{"source":299,"target":3},{"source":298,"target":259},{"source":39,"target":10},{"source":39,"target":3},{"source":39,"target":300},{"source":39,"target":301},{"source":39,"target":302},{"source":39,"target":303},{"source":39,"target":304},{"source":300,"target":39},{"source":300,"target":305},{"source":300,"target":39},{"source":305,"target":39},{"source":301,"target":99},{"source":301,"target":306},{"source":301,"target":39},{"source":306,"target":99},{"source":302,"target":43},{"source":302,"target":307},{"source":302,"target":39},{"source":307,"target":43},{"source":303,"target":119},{"source":303,"target":308},{"source":303,"target":39},{"source":308,"target":119},{"source":304,"target":3},{"source":122,"target":10},{"source":122,"target":3},{"source":122,"target":309},{"source":122,"target":310},{"source":122,"target":311},{"source":122,"target":312},{"source":122,"target":313},{"source":122,"target":314},{"source":122,"target":315},{"source":122,"target":316},{"source":122,"target":317},{"source":309,"target":259},{"source":309,"target":318},{"source":309,"target":122},{"source":318,"target":259},{"source":310,"target":319},{"source":310,"target":122},{"source":311,"target":320},{"source":311,"target":122},{"source":312,"target":321},{"source":312,"target":122},{"source":313,"target":322},{"source":313,"target":122},{"source":314,"target":323},{"source":314,"target":122},{"source":315,"target":265},{"source":315,"target":324},{"source":315,"target":122},{"source":324,"target":265},{"source":316,"target":122},{"source":316,"target":325},{"source":316,"target":122},{"source":325,"target":122},{"source":317,"target":3},{"source":265,"target":10},{"source":265,"target":3},{"source":265,"target":326},{"source":265,"target":327},{"source":265,"target":328},{"source":265,"target":329},{"source":326,"target":266},{"source":326,"target":330},{"source":326,"target":265},{"source":330,"target":266},{"source":327,"target":331},{"source":327,"target":265},{"source":328,"target":332},{"source":328,"target":265},{"source":329,"target":3},{"source":266,"target":10},{"source":266,"target":333},{"source":266,"target":334},{"source":266,"target":335},{"source":266,"target":336},{"source":333,"target":266},{"source":334,"target":266},{"source":335,"target":266},{"source":336,"target":266},{"source":11,"target":0},{"source":12,"target":47},{"source":12,"target":337},{"source":12,"target":338},{"source":12,"target":339},{"source":12,"target":340},{"source":12,"target":0},{"source":47,"target":12},{"source":47,"target":3},{"source":47,"target":341},{"source":47,"target":342},{"source":47,"target":343},{"source":47,"target":344},{"source":47,"target":345},{"source":47,"target":346},{"source":341,"target":119},{"source":341,"target":347},{"source":341,"target":47},{"source":347,"target":119},{"source":342,"target":97},{"source":342,"target":348},{"source":342,"target":47},{"source":348,"target":97},{"source":343,"target":349},{"source":343,"target":47},{"source":344,"target":350},{"source":344,"target":47},{"source":345,"target":337},{"source":345,"target":351},{"source":345,"target":47},{"source":351,"target":337},{"source":346,"target":3},{"source":337,"target":12},{"source":337,"target":352},{"source":337,"target":353},{"source":337,"target":354},{"source":337,"target":355},{"source":337,"target":356},{"source":337,"target":357},{"source":337,"target":358},{"source":337,"target":359},{"source":352,"target":360},{"source":352,"target":337},{"source":353,"target":361},{"source":353,"target":337},{"source":354,"target":338},{"source":354,"target":362},{"source":354,"target":337},{"source":362,"target":338},{"source":355,"target":363},{"source":355,"target":337},{"source":356,"target":364},{"source":356,"target":337},{"source":357,"target":340},{"source":357,"target":365},{"source":357,"target":337},{"source":365,"target":340},{"source":358,"target":366},{"source":358,"target":337},{"source":359,"target":367},{"source":359,"target":337},{"source":338,"target":12},{"source":338,"target":368},{"source":338,"target":369},{"source":368,"target":339},{"source":368,"target":370},{"source":368,"target":338},{"source":370,"target":339},{"source":369,"target":371},{"source":369,"target":338},{"source":339,"target":12},{"source":339,"target":372},{"source":339,"target":373},{"source":339,"target":374},{"source":339,"target":375},{"source":339,"target":376},{"source":372,"target":339},{"source":373,"target":339},{"source":374,"target":339},{"source":375,"target":339},{"source":376,"target":339},{"source":340,"target":12},{"source":340,"target":377},{"source":340,"target":378},{"source":340,"target":379},{"source":340,"target":380},{"source":377,"target":340},{"source":378,"target":340},{"source":379,"target":340},{"source":380,"target":340},{"source":13,"target":381},{"source":13,"target":382},{"source":13,"target":0},{"source":381,"target":13},{"source":381,"target":383},{"source":381,"target":384},{"source":381,"target":385},{"source":381,"target":386},{"source":383,"target":381},{"source":383,"target":387},{"source":383,"target":381},{"source":387,"target":381},{"source":384,"target":388},{"source":384,"target":381},{"source":385,"target":381},{"source":385,"target":389},{"source":385,"target":381},{"source":389,"target":381},{"source":386,"target":3},{"source":386,"target":390},{"source":386,"target":381},{"source":390,"target":3},{"source":382,"target":13},{"source":382,"target":391},{"source":391,"target":2},{"source":391,"target":392},{"source":391,"target":382},{"source":392,"target":2},{"source":14,"target":208},{"source":14,"target":393},{"source":14,"target":394},{"source":14,"target":0},{"source":208,"target":14},{"source":208,"target":3},{"source":208,"target":395},{"source":208,"target":396},{"source":208,"target":397},{"source":208,"target":398},{"source":395,"target":393},{"source":395,"target":399},{"source":395,"target":208},{"source":399,"target":393},{"source":396,"target":400},{"source":396,"target":208},{"source":397,"target":401},{"source":397,"target":208},{"source":398,"target":3},{"source":393,"target":14},{"source":393,"target":402},{"source":393,"target":403},{"source":393,"target":404},{"source":393,"target":405},{"source":393,"target":406},{"source":393,"target":407},{"source":393,"target":408},{"source":393,"target":409},{"source":393,"target":410},{"source":393,"target":411},{"source":402,"target":393},{"source":403,"target":393},{"source":404,"target":393},{"source":405,"target":393},{"source":406,"target":393},{"source":407,"target":393},{"source":408,"target":393},{"source":409,"target":393},{"source":410,"target":393},{"source":411,"target":393},{"source":394,"target":14},{"source":394,"target":412},{"source":412,"target":43},{"source":412,"target":413},{"source":412,"target":394},{"source":413,"target":43},{"source":15,"target":414},{"source":15,"target":415},{"source":15,"target":416},{"source":15,"target":417},{"source":15,"target":418},{"source":15,"target":419},{"source":15,"target":0},{"source":414,"target":15},{"source":414,"target":420},{"source":414,"target":421},{"source":414,"target":422},{"source":414,"target":423},{"source":414,"target":424},{"source":420,"target":425},{"source":420,"target":414},{"source":421,"target":2},{"source":421,"target":426},{"source":421,"target":414},{"source":426,"target":2},{"source":422,"target":2},{"source":422,"target":427},{"source":422,"target":414},{"source":427,"target":2},{"source":423,"target":414},{"source":423,"target":428},{"source":428,"target":43},{"source":428,"target":429},{"source":428,"target":423},{"source":429,"target":43},{"source":424,"target":414},{"source":424,"target":430},{"source":430,"target":415},{"source":430,"target":431},{"source":430,"target":424},{"source":431,"target":415},{"source":415,"target":15},{"source":415,"target":432},{"source":432,"target":415},{"source":416,"target":15},{"source":416,"target":433},{"source":416,"target":434},{"source":416,"target":435},{"source":416,"target":436},{"source":416,"target":437},{"source":416,"target":438},{"source":433,"target":439},{"source":433,"target":416},{"source":433,"target":440},{"source":433,"target":441},{"source":433,"target":442},{"source":440,"target":443},{"source":440,"target":433},{"source":441,"target":43},{"source":441,"target":444},{"source":441,"target":433},{"source":444,"target":43},{"source":442,"target":182},{"source":442,"target":445},{"source":442,"target":433},{"source":445,"target":182},{"source":434,"target":446},{"source":434,"target":416},{"source":434,"target":447},{"source":447,"target":448},{"source":447,"target":434},{"source":435,"target":449},{"source":435,"target":416},{"source":436,"target":450},{"source":436,"target":416},{"source":436,"target":451},{"source":436,"target":452},{"source":436,"target":453},{"source":451,"target":454},{"source":451,"target":436},{"source":452,"target":43},{"source":452,"target":455},{"source":452,"target":436},{"source":455,"target":43},{"source":453,"target":182},{"source":453,"target":456},{"source":453,"target":436},{"source":456,"target":182},{"source":437,"target":457},{"source":437,"target":416},{"source":437,"target":458},{"source":437,"target":459},{"source":437,"target":460},{"source":437,"target":461},{"source":458,"target":462},{"source":458,"target":437},{"source":459,"target":43},{"source":459,"target":463},{"source":459,"target":437},{"source":463,"target":43},{"source":460,"target":182},{"source":460,"target":464},{"source":460,"target":437},{"source":464,"target":182},{"source":461,"target":185},{"source":461,"target":465},{"source":461,"target":437},{"source":465,"target":185},{"source":438,"target":466},{"source":438,"target":416},{"source":438,"target":467},{"source":438,"target":468},{"source":438,"target":469},{"source":438,"target":470},{"source":438,"target":471},{"source":467,"target":472},{"source":467,"target":438},{"source":468,"target":43},{"source":468,"target":473},{"source":468,"target":438},{"source":473,"target":43},{"source":469,"target":182},{"source":469,"target":474},{"source":469,"target":438},{"source":474,"target":182},{"source":470,"target":185},{"source":470,"target":475},{"source":470,"target":438},{"source":475,"target":185},{"source":471,"target":476},{"source":471,"target":438},{"source":417,"target":15},{"source":417,"target":477},{"source":417,"target":478},{"source":417,"target":479},{"source":417,"target":480},{"source":417,"target":481},{"source":417,"target":482},{"source":417,"target":483},{"source":417,"target":484},{"source":477,"target":485},{"source":477,"target":417},{"source":478,"target":394},{"source":478,"target":486},{"source":478,"target":417},{"source":486,"target":394},{"source":479,"target":417},{"source":479,"target":487},{"source":487,"target":43},{"source":487,"target":488},{"source":487,"target":479},{"source":488,"target":43},{"source":480,"target":417},{"source":480,"target":489},{"source":489,"target":43},{"source":489,"target":490},{"source":489,"target":480},{"source":490,"target":43},{"source":481,"target":417},{"source":481,"target":491},{"source":491,"target":43},{"source":491,"target":492},{"source":491,"target":481},{"source":492,"target":43},{"source":482,"target":493},{"source":482,"target":417},{"source":482,"target":494},{"source":482,"target":495},{"source":494,"target":43},{"source":494,"target":496},{"source":494,"target":482},{"source":496,"target":43},{"source":495,"target":182},{"source":495,"target":497},{"source":495,"target":482},{"source":497,"target":182},{"source":483,"target":498},{"source":483,"target":417},{"source":483,"target":499},{"source":483,"target":500},{"source":483,"target":501},{"source":499,"target":43},{"source":499,"target":502},{"source":499,"target":483},{"source":502,"target":43},{"source":500,"target":182},{"source":500,"target":503},{"source":500,"target":483},{"source":503,"target":182},{"source":501,"target":185},{"source":501,"target":504},{"source":501,"target":483},{"source":504,"target":185},{"source":484,"target":505},{"source":484,"target":417},{"source":484,"target":506},{"source":484,"target":507},{"source":484,"target":508},{"source":484,"target":509},{"source":506,"target":43},{"source":506,"target":510},{"source":506,"target":484},{"source":510,"target":43},{"source":507,"target":182},{"source":507,"target":511},{"source":507,"target":484},{"source":511,"target":182},{"source":508,"target":185},{"source":508,"target":512},{"source":508,"target":484},{"source":512,"target":185},{"source":509,"target":513},{"source":509,"target":484},{"source":418,"target":15},{"source":418,"target":514},{"source":418,"target":515},{"source":418,"target":516},{"source":514,"target":418},{"source":514,"target":517},{"source":517,"target":518},{"source":517,"target":514},{"source":515,"target":418},{"source":515,"target":519},{"source":519,"target":419},{"source":519,"target":520},{"source":519,"target":515},{"source":520,"target":419},{"source":516,"target":418},{"source":419,"target":15},{"source":419,"target":521},{"source":419,"target":522},{"source":521,"target":43},{"source":521,"target":523},{"source":521,"target":419},{"source":523,"target":43},{"source":522,"target":182},{"source":522,"target":524},{"source":522,"target":419},{"source":524,"target":182}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="TypeC"
nsURI="platform:/resource/A2BUniqueLazy/Metamodel/TypeC.ecore" nsPrefix="tpC">
<eClassifiers xsi:type="ecore:EClass" name="CElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/NMFCode/ATL2NMFS/resources/A2BUniqueLazy/TypeC.ecore | ecore | TypeC
CElement
elementName | null | {"directed":true,"nodes":[{"nsPrefix":"tpC","nsURI":"platform:/resource/A2BUniqueLazy/Metamodel/TypeC.ecore","name":"TypeC","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CElement","instanceClass":null,"abstract":false,"id":1,"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":"elementName","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="CarRental2" nsURI="CarRental2" nsPrefix="CarRental2">
<eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true">
<eOperations name="fullname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="age" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMarried" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Customer" eSuperTypes="#//Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Booking_Rental" upperBound="-1"
eType="#//Rental" eOpposite="#//Rental/Booking_Customer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person">
<eOperations name="raiseSalary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="salary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Management_Branch_role_managedBranch"
eType="#//Branch" eOpposite="#//Branch/Management_Employee_role_manager"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Employment_Branch_role_employer"
lowerBound="1" eType="#//Branch" eOpposite="#//Branch/Employment_Employee_role_employee"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Branch">
<eOperations name="rentalsForDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Management_Employee_role_manager"
lowerBound="1" eType="#//Employee" eOpposite="#//Employee/Management_Branch_role_managedBranch"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Employment_Employee_role_employee"
upperBound="-1" eType="#//Employee" eOpposite="#//Employee/Employment_Branch_role_employer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Fleet_Car" upperBound="-1"
eType="#//Car" eOpposite="#//Car/Fleet_Branch"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Offers_CarGroup" upperBound="-1"
eType="#//CarGroup" eOpposite="#//CarGroup/Offers_Branch"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Provider_Rental" upperBound="-1"
eType="#//Rental" eOpposite="#//Rental/Provider_Branch"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rental">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fromDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="untilDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Booking_Customer" lowerBound="1"
eType="#//Customer" eOpposite="#//Customer/Booking_Rental"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Provider_Branch" lowerBound="1"
eType="#//Branch" eOpposite="#//Branch/Provider_Rental"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Reservation_CarGroup" lowerBound="1"
eType="#//CarGroup" eOpposite="#//CarGroup/Reservation_Rental"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Assignment_Car" eType="#//Car"
eOpposite="#//Car/Assignment_Rental"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CarGroup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Offers_Branch" upperBound="-1"
eType="#//Branch" eOpposite="#//Branch/Offers_CarGroup"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Classification_Car" upperBound="-1"
eType="#//Car" eOpposite="#//Car/Classification_CarGroup"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Reservation_Rental" upperBound="-1"
eType="#//Rental" eOpposite="#//Rental/Reservation_CarGroup"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Quality_CarGroup_role_lower"
eType="#//CarGroup" eOpposite="#//CarGroup/Quality_CarGroup_role_higher"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Quality_CarGroup_role_higher"
eType="#//CarGroup" eOpposite="#//CarGroup/Quality_CarGroup_role_lower"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Car">
<eOperations name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Fleet_Branch" lowerBound="1"
eType="#//Branch" eOpposite="#//Branch/Fleet_Car"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Classification_CarGroup"
lowerBound="1" eType="#//CarGroup" eOpposite="#//CarGroup/Classification_Car"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Assignment_Rental" eType="#//Rental"
eOpposite="#//Rental/Assignment_Car"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceDepot">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Check">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/przigoda/model-finder/de.agra.emf.modelfinder.applications.debugging.tests/models/use-models/CarRental2.ecore | ecore | CarRental2
Person
fullname
firstname
lastname
age
isMarried
Customer
address
Booking_Rental
Employee
raiseSalary
salary
Management_Branch_role_managedBranch
Employment_Branch_role_employer
Branch
rentalsForDate
location
Management_Employee_role_manager
Employment_Employee_role_employee
Fleet_Car
Offers_CarGroup
Provider_Rental
Rental
fromDate
untilDate
Booking_Customer
Provider_Branch
Reservation_CarGroup
Assignment_Car
CarGroup
kind
Offers_Branch
Classification_Car
Reservation_Rental
Quality_CarGroup_role_lower
Quality_CarGroup_role_higher
Car
description
id
Fleet_Branch
Classification_CarGroup
Assignment_Rental
ServiceDepot
location
Check
description | null | {"directed":true,"nodes":[{"nsPrefix":"CarRental2","nsURI":"CarRental2","name":"CarRental2","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":"Customer","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":"Branch","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rental","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CarGroup","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Car","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceDepot","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Check","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"fullname","lowerBound":0,"id":10,"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":"firstname","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastname","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"age","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMarried","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":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":"Booking_Rental","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Booking_Customer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"raiseSalary","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"salary","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Management_Branch_role_managedBranch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Employment_Branch_role_employer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Management_Employee_role_manager","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Employment_Employee_role_employee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"rentalsForDate","lowerBound":0,"id":37,"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":"location","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Fleet_Car","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":"Offers_CarGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Provider_Rental","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Fleet_Branch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Offers_Branch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Provider_Branch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fromDate","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"untilDate","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Reservation_CarGroup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Assignment_Car","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Reservation_Rental","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Assignment_Rental","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":"kind","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Classification_Car","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Quality_CarGroup_role_lower","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":false,"unsettable":false,"transient":false,"unique":true,"name":"Quality_CarGroup_role_higher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Classification_CarGroup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"description","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":17},{"source":12,"target":1},{"source":13,"target":18},{"source":13,"target":1},{"source":14,"target":19},{"source":14,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":20,"target":23},{"source":20,"target":2},{"source":21,"target":5},{"source":21,"target":24},{"source":21,"target":2},{"source":21,"target":25},{"source":24,"target":5},{"source":22,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"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":32},{"source":27,"target":3},{"source":28,"target":4},{"source":28,"target":33},{"source":28,"target":3},{"source":28,"target":34},{"source":33,"target":4},{"source":29,"target":4},{"source":29,"target":35},{"source":29,"target":3},{"source":29,"target":36},{"source":35,"target":4},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":34},{"source":4,"target":36},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":37,"target":4},{"source":38,"target":42},{"source":38,"target":4},{"source":34,"target":3},{"source":34,"target":43},{"source":34,"target":4},{"source":34,"target":28},{"source":43,"target":3},{"source":36,"target":3},{"source":36,"target":44},{"source":36,"target":4},{"source":36,"target":29},{"source":44,"target":3},{"source":39,"target":7},{"source":39,"target":45},{"source":39,"target":4},{"source":39,"target":46},{"source":45,"target":7},{"source":40,"target":6},{"source":40,"target":47},{"source":40,"target":4},{"source":40,"target":48},{"source":47,"target":6},{"source":41,"target":5},{"source":41,"target":49},{"source":41,"target":4},{"source":41,"target":50},{"source":49,"target":5},{"source":5,"target":0},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":25},{"source":5,"target":50},{"source":5,"target":53},{"source":5,"target":54},{"source":51,"target":55},{"source":51,"target":5},{"source":52,"target":56},{"source":52,"target":5},{"source":25,"target":2},{"source":25,"target":57},{"source":25,"target":5},{"source":25,"target":21},{"source":57,"target":2},{"source":50,"target":4},{"source":50,"target":58},{"source":50,"target":5},{"source":50,"target":41},{"source":58,"target":4},{"source":53,"target":6},{"source":53,"target":59},{"source":53,"target":5},{"source":53,"target":60},{"source":59,"target":6},{"source":54,"target":7},{"source":54,"target":61},{"source":54,"target":5},{"source":54,"target":62},{"source":61,"target":7},{"source":6,"target":0},{"source":6,"target":63},{"source":6,"target":48},{"source":6,"target":64},{"source":6,"target":60},{"source":6,"target":65},{"source":6,"target":66},{"source":63,"target":67},{"source":63,"target":6},{"source":48,"target":4},{"source":48,"target":68},{"source":48,"target":6},{"source":48,"target":40},{"source":68,"target":4},{"source":64,"target":7},{"source":64,"target":69},{"source":64,"target":6},{"source":64,"target":70},{"source":69,"target":7},{"source":60,"target":5},{"source":60,"target":71},{"source":60,"target":6},{"source":60,"target":53},{"source":71,"target":5},{"source":65,"target":6},{"source":65,"target":72},{"source":65,"target":6},{"source":65,"target":66},{"source":72,"target":6},{"source":66,"target":6},{"source":66,"target":73},{"source":66,"target":6},{"source":66,"target":65},{"source":73,"target":6},{"source":7,"target":0},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":46},{"source":7,"target":70},{"source":7,"target":62},{"source":74,"target":76},{"source":74,"target":7},{"source":75,"target":77},{"source":75,"target":7},{"source":46,"target":4},{"source":46,"target":78},{"source":46,"target":7},{"source":46,"target":39},{"source":78,"target":4},{"source":70,"target":6},{"source":70,"target":79},{"source":70,"target":7},{"source":70,"target":64},{"source":79,"target":6},{"source":62,"target":5},{"source":62,"target":80},{"source":62,"target":7},{"source":62,"target":54},{"source":80,"target":5},{"source":8,"target":0},{"source":8,"target":81},{"source":81,"target":82},{"source":81,"target":8},{"source":9,"target":0},{"source":9,"target":83},{"source":83,"target":84},{"source":83,"target":9}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="el" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el">
<eClassifiers xsi:type="ecore:EClass" name="ELPackage" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELClass" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//ELMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//ELField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1"
eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELVariable" eSuperTypes="#//ELTypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//ELVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1"
eType="#//ELVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable"/>
<eClassifiers xsi:type="ecore:EClass" name="ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//ELStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELOp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//ELExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//ELVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//ELBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELBlockStarementKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//ELExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precedence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"/>
<eClassifiers xsi:type="ecore:EClass" name="ELNamedElement">
<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="ELTypedElement" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELModel" eSuperTypes="#//ELNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1"
eType="#//ELPackage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="#//ELOp"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//ELBlockStarementKind" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ELOpKind">
<eLiterals name="infix" literal="infix"/>
<eLiterals name="suffix"/>
<eLiterals name="prefix"/>
<eLiterals name="syntax" literal="syntax"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//ELVariable"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/markus1978/RandomEMF/plugins/de.hub.rcore.example/model/example-language.ecore | ecore | el
ELPackage
classes
ELClass
methods
fields
superClases
innerClasses
ELVariable
ELMethod
parameters
localVariables
block
ELField
ELStatement
ELBlock
statements
ELExpression
ELLiteral
value
ELOpCall
kind
ELCall
arguments
callee
thisArgument
ELAccess
variable
ELBlockStatement
block
kind
expressions
ELOp
kind
syntax
operands
precedence
ELDataType
ELNamedElement
name
ELTypedElement
type
array
ELBlockStarementKind
syntax
blocks
expressions
ELModel
packages
ops
blocks
ELOpKind
infix
infix
suffix
suffix
prefix
prefix
syntax
syntax
ELAssignment
expr
assignee | null | {"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"el","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELVariable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOpCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELNamedElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":21,"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":22,"derived":false},{"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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","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":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":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":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","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":"blocks","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"},{"name":"infix","id":98,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":99,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":100,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":101,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":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":16},{"source":1,"target":22},{"source":1,"target":23},{"source":22,"target":2},{"source":22,"target":24},{"source":22,"target":1},{"source":24,"target":2},{"source":23,"target":16},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":25,"target":4},{"source":25,"target":30},{"source":25,"target":2},{"source":30,"target":4},{"source":26,"target":5},{"source":26,"target":31},{"source":26,"target":2},{"source":31,"target":5},{"source":27,"target":2},{"source":27,"target":32},{"source":27,"target":2},{"source":32,"target":2},{"source":28,"target":2},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":2},{"source":29,"target":16},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":34},{"source":34,"target":17},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":3},{"source":36,"target":3},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":3},{"source":37,"target":7},{"source":37,"target":41},{"source":37,"target":4},{"source":41,"target":7},{"source":38,"target":17},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":42},{"source":42,"target":3},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":43},{"source":43,"target":6},{"source":43,"target":44},{"source":43,"target":7},{"source":44,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":45},{"source":45,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":46},{"source":9,"target":47},{"source":46,"target":48},{"source":46,"target":9},{"source":47,"target":8},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":49},{"source":10,"target":50},{"source":49,"target":14},{"source":49,"target":51},{"source":49,"target":10},{"source":51,"target":14},{"source":50,"target":11},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":52,"target":8},{"source":52,"target":56},{"source":52,"target":11},{"source":56,"target":8},{"source":53,"target":4},{"source":53,"target":57},{"source":53,"target":11},{"source":57,"target":4},{"source":54,"target":8},{"source":54,"target":58},{"source":54,"target":11},{"source":58,"target":8},{"source":55,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":59},{"source":12,"target":60},{"source":59,"target":3},{"source":59,"target":61},{"source":59,"target":12},{"source":61,"target":3},{"source":60,"target":8},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":62},{"source":13,"target":63},{"source":13,"target":64},{"source":13,"target":65},{"source":62,"target":7},{"source":62,"target":66},{"source":62,"target":13},{"source":66,"target":7},{"source":63,"target":18},{"source":63,"target":67},{"source":63,"target":13},{"source":67,"target":18},{"source":64,"target":8},{"source":64,"target":68},{"source":64,"target":13},{"source":68,"target":8},{"source":65,"target":6},{"source":14,"target":0},{"source":14,"target":69},{"source":14,"target":70},{"source":14,"target":71},{"source":14,"target":72},{"source":69,"target":20},{"source":69,"target":73},{"source":69,"target":14},{"source":73,"target":20},{"source":70,"target":74},{"source":70,"target":14},{"source":71,"target":75},{"source":71,"target":14},{"source":72,"target":76},{"source":72,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":77},{"source":77,"target":2},{"source":16,"target":0},{"source":16,"target":78},{"source":78,"target":79},{"source":78,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":80},{"source":17,"target":81},{"source":17,"target":82},{"source":80,"target":2},{"source":80,"target":83},{"source":80,"target":17},{"source":83,"target":2},{"source":81,"target":84},{"source":81,"target":17},{"source":82,"target":16},{"source":18,"target":0},{"source":18,"target":85},{"source":18,"target":86},{"source":18,"target":87},{"source":85,"target":88},{"source":85,"target":18},{"source":86,"target":89},{"source":86,"target":18},{"source":87,"target":90},{"source":87,"target":18},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":91},{"source":19,"target":92},{"source":19,"target":93},{"source":19,"target":94},{"source":91,"target":1},{"source":91,"target":95},{"source":91,"target":19},{"source":95,"target":1},{"source":92,"target":14},{"source":92,"target":96},{"source":92,"target":19},{"source":96,"target":14},{"source":93,"target":18},{"source":93,"target":97},{"source":93,"target":19},{"source":97,"target":18},{"source":94,"target":16},{"source":20,"target":0},{"source":20,"target":98},{"source":20,"target":99},{"source":20,"target":100},{"source":20,"target":101},{"source":98,"target":20},{"source":99,"target":20},{"source":100,"target":20},{"source":101,"target":20},{"source":21,"target":0},{"source":21,"target":6},{"source":21,"target":102},{"source":21,"target":103},{"source":21,"target":104},{"source":102,"target":8},{"source":102,"target":105},{"source":102,"target":21},{"source":105,"target":8},{"source":103,"target":3},{"source":103,"target":106},{"source":103,"target":21},{"source":106,"target":3},{"source":104,"target":6}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="CoachBusWithEDataType" nsURI="http:///CoachBusWithEDataType.ecore"
nsPrefix="CoachBusWithEDataType">
<eClassifiers xsi:type="ecore:EClass" name="Passenger">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="age" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedCoachBusWithEDataTypeNonNegativeAge.ecore | ecore | CoachBusWithEDataType
Passenger
age | null | {"directed":true,"nodes":[{"nsPrefix":"CoachBusWithEDataType","nsURI":"http:///CoachBusWithEDataType.ecore","name":"CoachBusWithEDataType","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Passenger","instanceClass":null,"abstract":false,"id":1,"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":"age","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="xlink" nsURI="http://www.w3.org/1999/xlink" nsPrefix="xlink">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This schema document provides attribute declarations and
attribute group, complex type and simple type definitions which can be used in
the construction of user schemas to define the structure of particular linking
constructs, e.g.

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
 xmlns:xl="http://www.w3.org/1999/xlink">

 <xs:import namespace="http://www.w3.org/1999/xlink"
 location="http://www.w3.org/1999/xlink.xsd">

 <xs:element name="mySimple">
 <xs:complexType>
 ...
 <xs:attributeGroup ref="xl:simpleAttrs"/>
 ...
 </xs:complexType>
 </xs:element>
 ...
</xs:schema>

 <div xmlns="http://www.w3.org/1999/xhtml">
 <h1>About the XML namespace</h1>

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

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

 <div class="bodytext">
 <p>
 denotes Jon Bosak, the chair of 
 the original XML Working Group. This name is reserved by 
 the following decision of the W3C XML Plenary and 
 XML Coordination groups:
 </p>
 <blockquote>
 <p>
	In appreciation for his vision, leadership and
	dedication the W3C XML Plenary on this 10th day of
	February, 2000, reserves for Jon Bosak in perpetuity
	the XML name "xml:Father".
 </p>
 </blockquote>
 </div>
 </div>
 

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

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

 <div id="nsversioning" xml:id="nsversioning" xmlns="http://www.w3.org/1999/xhtml">
 <h2>
 <a name="nsversioning">Versioning policy for this schema document</a>
 </h2>
 <div class="bodytext">
 <p>
 In keeping with the XML Schema WG's standard versioning
 policy, this schema document will persist at
 <a href="http://www.w3.org/2009/01/xml.xsd">
 http://www.w3.org/2009/01/xml.xsd</a>.
 </p>
 <p>
 At the date of issue it can also be found at
 <a href="http://www.w3.org/2001/xml.xsd">
 http://www.w3.org/2001/xml.xsd</a>.
 </p>
 <p>
 The schema document at that URI may however change in the future,
 in order to remain compatible with the latest version of XML
 Schema itself, or with the XML namespace itself. In other words,
 if the XML Schema or XML namespaces change, the version of this
 document at <a href="http://www.w3.org/2001/xml.xsd">
 http://www.w3.org/2001/xml.xsd 
 </a> 
 will change accordingly; the version at 
 <a href="http://www.w3.org/2009/01/xml.xsd">
 http://www.w3.org/2009/01/xml.xsd 
 </a> 
 will not change.
 </p>
 <p>
 Previous dated (and unchanging) versions of this schema 
 document are at:
 </p>
 <ul>
 <li>
 <a href="http://www.w3.org/2009/01/xml.xsd">
	http://www.w3.org/2009/01/xml.xsd</a>
 </li>
 <li>
 <a href="http://www.w3.org/2007/08/xml.xsd">
	http://www.w3.org/2007/08/xml.xsd</a>
 </li>
 <li>
 <a href="http://www.w3.org/2004/10/xml.xsd">
	http://www.w3.org/2004/10/xml.xsd</a>
 </li>
 <li>
 <a href="http://www.w3.org/2001/03/xml.xsd">
	http://www.w3.org/2001/03/xml.xsd</a>
 </li>
 </ul>
 </div>
 </div>
 "/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EEnum" name="ActuateType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="actuateType"/>
</eAnnotations>
<eLiterals name="onLoad"/>
<eLiterals name="onRequest" value="1"/>
<eLiterals name="other" value="2"/>
<eLiterals name="none" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ActuateTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="actuateType:Object"/>
<details key="baseType" value="actuateType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ArcroleType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="arcroleType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#anyURI"/>
<details key="minLength" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArcType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="arcType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="titleGroup" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="title:group"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="title" upperBound="-1"
eType="#//TitleEltType" changeable="false" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="title"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="title:group"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actuate" eType="#//ActuateType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="actuate"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arcrole" eType="#//ArcroleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="arcrole"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="#//FromType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="from"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="show" eType="#//ShowType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="show"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title1" eType="#//TitleAttrType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="title"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="#//ToType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 from and to have default behavior when values are missing
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="to"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType"
defaultValueLiteral="arc" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="arc" upperBound="-2" eType="#//ArcType"
changeable="false" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="arc"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="locator" upperBound="-2"
eType="#//LocatorType" changeable="false" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="locator"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resource" upperBound="-2"
eType="#//ResourceType" changeable="false" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="resource"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="title" upperBound="-2"
eType="#//TitleEltType" changeable="false" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="title"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actuate" eType="#//ActuateType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="actuate"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arcrole" eType="#//ArcroleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="arcrole"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="#//FromType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="from"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="#//HrefType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="href"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="#//LabelType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="label"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//RoleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="role"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="show" eType="#//ShowType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="show"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title1" eType="#//TitleAttrType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="title"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="#//ToType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="to"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extended">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 Intended for use as the type of user-declared elements to make them
 extended links.
 Note that the elements referenced in the content model are all abstract.
 The intention is that by simply declaring elements with these as their
 substitutionGroup, all the right things will happen.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="extended"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extendedModel" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="ExtendedModel:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="titleGroup" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="title:group"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#ExtendedModel:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="title" upperBound="-1"
eType="#//TitleEltType" changeable="false" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="title"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="title:group"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceGroup" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="resource:group"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#ExtendedModel:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resource" upperBound="-1"
eType="#//ResourceType" changeable="false" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="resource"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="resource:group"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locatorGroup" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="locator:group"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#ExtendedModel:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="locator" upperBound="-1"
eType="#//LocatorType" changeable="false" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="locator"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="locator:group"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arcGroup" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"
volatile="true" transient="true" derived="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="arc:group"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#ExtendedModel:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="arc" upperBound="-1" eType="#//ArcType"
changeable="false" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="arc"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="arc:group"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//RoleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="role"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title1" eType="#//TitleAttrType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="title"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType"
defaultValueLiteral="extended" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FromType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="fromType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#NCName"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="HrefType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="hrefType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#anyURI"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="LabelType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="labelType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#NCName"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocatorType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="locatorType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="titleGroup" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="title:group"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="title" upperBound="-1"
eType="#//TitleEltType" changeable="false" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="title"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="title:group"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="href" lowerBound="1" eType="#//HrefType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="href"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="#//LabelType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 label is not required, but locators have no particular
 XLink function if they are not labeled.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="label"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//RoleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="role"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title1" eType="#//TitleAttrType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="title"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType"
defaultValueLiteral="locator" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="resourceType"/>
<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="label" eType="#//LabelType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="label"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//RoleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="role"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//TitleAttrType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="title"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType"
defaultValueLiteral="resource" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="RoleType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="roleType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#anyURI"/>
<details key="minLength" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ShowType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="showType"/>
</eAnnotations>
<eLiterals name="new"/>
<eLiterals name="replace" value="1"/>
<eLiterals name="embed" value="2"/>
<eLiterals name="other" value="3"/>
<eLiterals name="none" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ShowTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="showType:Object"/>
<details key="baseType" value="showType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Simple">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 Intended for use as the type of user-declared elements to make them
 simple links.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="simple"/>
<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="actuate" eType="#//ActuateType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="actuate"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arcrole" eType="#//ArcroleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="arcrole"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="#//HrefType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="href"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="#//RoleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="role"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="show" eType="#//ShowType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="show"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//TitleAttrType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="title"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeType"
defaultValueLiteral="simple" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TitleAttrType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="titleAttrType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TitleEltType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="titleEltType"/>
<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="lang" eType="ecore:EDataType namespace.ecore#//LangType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 xml:lang is not required, but provides much of the
 motivation for title elements in addition to attributes, and so
 is provided here for convenience.
 "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="lang"/>
<details key="namespace" value="http://www.w3.org/XML/1998/namespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//TypeType"
defaultValueLiteral="title" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ToType" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="toType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#NCName"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TypeType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="typeType"/>
</eAnnotations>
<eLiterals name="simple"/>
<eLiterals name="extended" value="1"/>
<eLiterals name="title" value="2"/>
<eLiterals name="resource" value="3"/>
<eLiterals name="locator" value="4"/>
<eLiterals name="arc" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TypeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="typeType:Object"/>
<details key="baseType" value="typeType"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/threadedblue/arf2emf/model/xlink.ecore | ecore | xlink
ActuateType
onLoad
onLoad
onRequest
onRequest
other
other
none
none
ActuateTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ArcroleType
java.lang.String
java.lang.String
ArcType
titleGroup
title
actuate
arcrole
from
show
title1
to
type
arc
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
arc
locator
resource
title
actuate
arcrole
from
href
label
role
show
title1
to
type
Extended
extendedModel
titleGroup
title
resourceGroup
resource
locatorGroup
locator
arcGroup
arc
role
title1
type
extended
FromType
java.lang.String
java.lang.String
HrefType
java.lang.String
java.lang.String
LabelType
java.lang.String
java.lang.String
LocatorType
titleGroup
title
href
label
role
title1
type
locator
ResourceType
mixed
any
label
role
title
type
resource
RoleType
java.lang.String
java.lang.String
ShowType
new
new
replace
replace
embed
embed
other
other
none
none
ShowTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
Simple
mixed
any
actuate
arcrole
href
role
show
title
type
simple
TitleAttrType
java.lang.String
java.lang.String
TitleEltType
mixed
any
lang
type
title
ToType
java.lang.String
java.lang.String
TypeType
simple
simple
extended
extended
title
title
resource
resource
locator
locator
arc
arc
TypeTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator | null | {"directed":true,"nodes":[{"nsPrefix":"xlink","nsURI":"http://www.w3.org/1999/xlink","name":"xlink","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActuateType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ActuateTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ArcroleType","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extended","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"FromType","instanceClass":"java.lang.String","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"HrefType","instanceClass":"java.lang.String","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"LabelType","instanceClass":"java.lang.String","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatorType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"RoleType","instanceClass":"java.lang.String","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ShowType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ShowTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Simple","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TitleAttrType","instanceClass":"java.lang.String","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TitleEltType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ToType","instanceClass":"java.lang.String","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeType","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":20,"serializable":true,"eClass":"EDataType"},{"name":"onLoad","id":21,"value":0,"literal":"onLoad","eClass":"EEnumLiteral"},{"name":"onRequest","id":22,"value":1,"literal":"onRequest","eClass":"EEnumLiteral"},{"name":"other","id":23,"value":2,"literal":"other","eClass":"EEnumLiteral"},{"name":"none","id":24,"value":3,"literal":"none","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"titleGroup","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"title","changeable":false,"resolveProxies":false,"lowerBound":0,"id":26,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"actuate","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arcrole","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":"from","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"show","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":"title1","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"arc","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"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":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"arc","changeable":false,"resolveProxies":false,"lowerBound":0,"id":46,"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":"locator","changeable":false,"resolveProxies":false,"lowerBound":0,"id":47,"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":"resource","changeable":false,"resolveProxies":false,"lowerBound":0,"id":48,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"title","changeable":false,"resolveProxies":false,"lowerBound":0,"id":49,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"actuate","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arcrole","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","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":"role","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"show","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title1","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":"to","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extendedModel","changeable":true,"lowerBound":0,"iD":false,"id":77,"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":"titleGroup","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"title","changeable":false,"resolveProxies":false,"lowerBound":0,"id":79,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"resourceGroup","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"resource","changeable":false,"resolveProxies":false,"lowerBound":0,"id":81,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"locatorGroup","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"locator","changeable":false,"resolveProxies":false,"lowerBound":0,"id":83,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"arcGroup","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"arc","changeable":false,"resolveProxies":false,"lowerBound":0,"id":85,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","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":"title1","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"extended","unsettable":true,"transient":false,"unique":true,"name":"type","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"},{"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"titleGroup","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"title","changeable":false,"resolveProxies":false,"lowerBound":0,"id":102,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title1","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"locator","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"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":115,"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":116,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"resource","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"name":"new","id":127,"value":0,"literal":"new","eClass":"EEnumLiteral"},{"name":"replace","id":128,"value":1,"literal":"replace","eClass":"EEnumLiteral"},{"name":"embed","id":129,"value":2,"literal":"embed","eClass":"EEnumLiteral"},{"name":"other","id":130,"value":3,"literal":"other","eClass":"EEnumLiteral"},{"name":"none","id":131,"value":4,"literal":"none","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":132,"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":133,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"actuate","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":"arcrole","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":"href","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"show","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"simple","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"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":150,"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":151,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"title","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"name":"simple","id":158,"value":0,"literal":"simple","eClass":"EEnumLiteral"},{"name":"extended","id":159,"value":1,"literal":"extended","eClass":"EEnumLiteral"},{"name":"title","id":160,"value":2,"literal":"title","eClass":"EEnumLiteral"},{"name":"resource","id":161,"value":3,"literal":"resource","eClass":"EEnumLiteral"},{"name":"locator","id":162,"value":4,"literal":"locator","eClass":"EEnumLiteral"},{"name":"arc","id":163,"value":5,"literal":"arc","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":21,"target":1},{"source":22,"target":1},{"source":23,"target":1},{"source":24,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":25,"target":34},{"source":25,"target":4},{"source":26,"target":17},{"source":26,"target":35},{"source":26,"target":4},{"source":35,"target":17},{"source":27,"target":1},{"source":27,"target":36},{"source":27,"target":4},{"source":36,"target":1},{"source":28,"target":3},{"source":28,"target":37},{"source":28,"target":4},{"source":37,"target":3},{"source":29,"target":7},{"source":29,"target":38},{"source":29,"target":4},{"source":38,"target":7},{"source":30,"target":13},{"source":30,"target":39},{"source":30,"target":4},{"source":39,"target":13},{"source":31,"target":16},{"source":31,"target":40},{"source":31,"target":4},{"source":40,"target":16},{"source":32,"target":18},{"source":32,"target":41},{"source":32,"target":4},{"source":41,"target":18},{"source":33,"target":19},{"source":33,"target":42},{"source":33,"target":4},{"source":42,"target":19},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":43,"target":60},{"source":43,"target":5},{"source":44,"target":61},{"source":44,"target":5},{"source":45,"target":62},{"source":45,"target":5},{"source":46,"target":4},{"source":46,"target":63},{"source":46,"target":5},{"source":63,"target":4},{"source":47,"target":10},{"source":47,"target":64},{"source":47,"target":5},{"source":64,"target":10},{"source":48,"target":11},{"source":48,"target":65},{"source":48,"target":5},{"source":65,"target":11},{"source":49,"target":17},{"source":49,"target":66},{"source":49,"target":5},{"source":66,"target":17},{"source":50,"target":1},{"source":50,"target":67},{"source":50,"target":5},{"source":67,"target":1},{"source":51,"target":3},{"source":51,"target":68},{"source":51,"target":5},{"source":68,"target":3},{"source":52,"target":7},{"source":52,"target":69},{"source":52,"target":5},{"source":69,"target":7},{"source":53,"target":8},{"source":53,"target":70},{"source":53,"target":5},{"source":70,"target":8},{"source":54,"target":9},{"source":54,"target":71},{"source":54,"target":5},{"source":71,"target":9},{"source":55,"target":12},{"source":55,"target":72},{"source":55,"target":5},{"source":72,"target":12},{"source":56,"target":13},{"source":56,"target":73},{"source":56,"target":5},{"source":73,"target":13},{"source":57,"target":16},{"source":57,"target":74},{"source":57,"target":5},{"source":74,"target":16},{"source":58,"target":18},{"source":58,"target":75},{"source":58,"target":5},{"source":75,"target":18},{"source":59,"target":19},{"source":59,"target":76},{"source":59,"target":5},{"source":76,"target":19},{"source":6,"target":0},{"source":6,"target":77},{"source":6,"target":78},{"source":6,"target":79},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":77,"target":89},{"source":77,"target":6},{"source":78,"target":90},{"source":78,"target":6},{"source":79,"target":17},{"source":79,"target":91},{"source":79,"target":6},{"source":91,"target":17},{"source":80,"target":92},{"source":80,"target":6},{"source":81,"target":11},{"source":81,"target":93},{"source":81,"target":6},{"source":93,"target":11},{"source":82,"target":94},{"source":82,"target":6},{"source":83,"target":10},{"source":83,"target":95},{"source":83,"target":6},{"source":95,"target":10},{"source":84,"target":96},{"source":84,"target":6},{"source":85,"target":4},{"source":85,"target":97},{"source":85,"target":6},{"source":97,"target":4},{"source":86,"target":12},{"source":86,"target":98},{"source":86,"target":6},{"source":98,"target":12},{"source":87,"target":16},{"source":87,"target":99},{"source":87,"target":6},{"source":99,"target":16},{"source":88,"target":19},{"source":88,"target":100},{"source":88,"target":6},{"source":100,"target":19},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":101},{"source":10,"target":102},{"source":10,"target":103},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":101,"target":108},{"source":101,"target":10},{"source":102,"target":17},{"source":102,"target":109},{"source":102,"target":10},{"source":109,"target":17},{"source":103,"target":8},{"source":103,"target":110},{"source":103,"target":10},{"source":110,"target":8},{"source":104,"target":9},{"source":104,"target":111},{"source":104,"target":10},{"source":111,"target":9},{"source":105,"target":12},{"source":105,"target":112},{"source":105,"target":10},{"source":112,"target":12},{"source":106,"target":16},{"source":106,"target":113},{"source":106,"target":10},{"source":113,"target":16},{"source":107,"target":19},{"source":107,"target":114},{"source":107,"target":10},{"source":114,"target":19},{"source":11,"target":0},{"source":11,"target":115},{"source":11,"target":116},{"source":11,"target":117},{"source":11,"target":118},{"source":11,"target":119},{"source":11,"target":120},{"source":115,"target":121},{"source":115,"target":11},{"source":116,"target":122},{"source":116,"target":11},{"source":117,"target":9},{"source":117,"target":123},{"source":117,"target":11},{"source":123,"target":9},{"source":118,"target":12},{"source":118,"target":124},{"source":118,"target":11},{"source":124,"target":12},{"source":119,"target":16},{"source":119,"target":125},{"source":119,"target":11},{"source":125,"target":16},{"source":120,"target":19},{"source":120,"target":126},{"source":120,"target":11},{"source":126,"target":19},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":127,"target":13},{"source":128,"target":13},{"source":129,"target":13},{"source":130,"target":13},{"source":131,"target":13},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":132},{"source":15,"target":133},{"source":15,"target":134},{"source":15,"target":135},{"source":15,"target":136},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":15,"target":140},{"source":132,"target":141},{"source":132,"target":15},{"source":133,"target":142},{"source":133,"target":15},{"source":134,"target":1},{"source":134,"target":143},{"source":134,"target":15},{"source":143,"target":1},{"source":135,"target":3},{"source":135,"target":144},{"source":135,"target":15},{"source":144,"target":3},{"source":136,"target":8},{"source":136,"target":145},{"source":136,"target":15},{"source":145,"target":8},{"source":137,"target":12},{"source":137,"target":146},{"source":137,"target":15},{"source":146,"target":12},{"source":138,"target":13},{"source":138,"target":147},{"source":138,"target":15},{"source":147,"target":13},{"source":139,"target":16},{"source":139,"target":148},{"source":139,"target":15},{"source":148,"target":16},{"source":140,"target":19},{"source":140,"target":149},{"source":140,"target":15},{"source":149,"target":19},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":150},{"source":17,"target":151},{"source":17,"target":152},{"source":17,"target":153},{"source":150,"target":154},{"source":150,"target":17},{"source":151,"target":155},{"source":151,"target":17},{"source":152,"target":156},{"source":152,"target":17},{"source":153,"target":19},{"source":153,"target":157},{"source":153,"target":17},{"source":157,"target":19},{"source":18,"target":0},{"source":19,"target":0},{"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":158,"target":19},{"source":159,"target":19},{"source":160,"target":19},{"source":161,"target":19},{"source":162,"target":19},{"source":163,"target":19},{"source":20,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="CoachBusWithEDataType" nsURI="http:///CoachBusWithEDataType.ecore"
nsPrefix="CoachBusWithEDataType">
<eClassifiers xsi:type="ecore:EClass" name="Coach">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noOfSeats" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedCoachBusWithEDataTypeMinCoachSize.ecore | ecore | CoachBusWithEDataType
Coach
noOfSeats | null | {"directed":true,"nodes":[{"nsPrefix":"CoachBusWithEDataType","nsURI":"http:///CoachBusWithEDataType.ecore","name":"CoachBusWithEDataType","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coach","instanceClass":null,"abstract":false,"id":1,"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":"noOfSeats","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="typeconfiguration" nsURI="http://www.org.polarsys.reqcycle/typeconfiguration/1.0"
nsPrefix="typeconf">
<eClassifiers xsi:type="ecore:EClass" name="TypeConfigContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1"
eType="#//Configuration" containment="true" eOpposite="#//Configuration/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultConfiguration" eType="#//Configuration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1"
eType="#//RelationsPredicatesMapping" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eOperations name="getIType" eType="#//IType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoings" upperBound="-1"
eType="#//Relation" eOpposite="#//Relation/upstreamType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomings" upperBound="-1"
eType="#//Relation" eOpposite="#//Relation/downstreamType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isExtensible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relation">
<eOperations name="getAgregated" upperBound="-1" eType="#//TType"/>
<eOperations name="getTType" eType="#//TType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="upstreamType" eType="#//Type"
eOpposite="#//Type/outgoings"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="downstreamType" eType="#//Type"
eOpposite="#//Type/incomings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="agregatedTypes" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configuration">
<eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1"
eType="#//Relation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//TypeConfigContainer"
eOpposite="#//TypeConfigContainer/configurations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//Entry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="IType" instanceClassName="org.polarsys.reqcycle.types.IType"/>
<eClassifiers xsi:type="ecore:EDataType" name="TType" instanceClassName="org.polarsys.reqcycle.traceability.model.TType"/>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true">
<eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getPossibleValues" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getType" eType="#//AttributeType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RegisteredAttribute" eSuperTypes="#//StdAttribute">
<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="StdAttribute" eSuperTypes="#//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="possibleValues" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//AttributeType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AttributeType">
<eLiterals name="String"/>
<eLiterals name="Boolean" value="1"/>
<eLiterals name="Int" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationsPredicatesMapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//Relation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decorations" upperBound="-1"
eType="#//DecorationPredicate" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DecorationPredicate" eSuperTypes="#//IPredicateLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPredicateLink" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="ecore:EClass ../../org.polarsys.reqcycle.predicates.core/model/predicates.ecore#//IPredicate"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/hefloryd/reqcycle/plugins/org.polarsys.reqcycle.traceability.types/model/TypeConfiguration.ecore | ecore | typeconfiguration
TypeConfigContainer
types
configurations
defaultConfiguration
mappings
Type
getIType
typeId
outgoings
incomings
isExtensible
Relation
getAgregated
getTType
upstreamType
downstreamType
kind
agregatedTypes
icon
attributes
Configuration
relations
name
parent
CustomType
superType
entries
Entry
name
value
IType
org.polarsys.reqcycle.types.IType
org.polarsys.reqcycle.types.IType
TType
org.polarsys.reqcycle.traceability.model.TType
org.polarsys.reqcycle.traceability.model.TType
Attribute
getName
getPossibleValues
getType
RegisteredAttribute
id
StdAttribute
name
possibleValues
type
AttributeType
String
String
Boolean
Boolean
Int
Int
RelationsPredicatesMapping
relation
decorations
DecorationPredicate
style
color
IPredicateLink
predicate | null | {"directed":true,"nodes":[{"nsPrefix":"typeconf","nsURI":"http://www.org.polarsys.reqcycle/typeconfiguration/1.0","name":"typeconfiguration","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeConfigContainer","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":"Relation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entry","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.polarsys.reqcycle.types.IType","defaultValue":null,"instanceClassName":"org.polarsys.reqcycle.types.IType","name":"IType","instanceClass":null,"id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.polarsys.reqcycle.traceability.model.TType","defaultValue":null,"instanceClassName":"org.polarsys.reqcycle.traceability.model.TType","name":"TType","instanceClass":null,"id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegisteredAttribute","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StdAttribute","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationsPredicatesMapping","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationPredicate","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPredicateLink","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":"types","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":"configurations","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":"defaultConfiguration","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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIType","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeId","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExtensible","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"upstreamType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"downstreamType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAgregated","lowerBound":0,"id":37,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTType","lowerBound":0,"id":38,"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":"kind","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"agregatedTypes","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPossibleValues","lowerBound":0,"id":66,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"possibleValues","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"name":"String","id":81,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Boolean","id":82,"value":1,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"Int","id":83,"value":2,"literal":"Int","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":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decorations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","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":"color","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":16,"target":2},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":2},{"source":17,"target":4},{"source":17,"target":21},{"source":17,"target":1},{"source":17,"target":22},{"source":21,"target":4},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":4},{"source":19,"target":13},{"source":19,"target":24},{"source":19,"target":1},{"source":24,"target":13},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":25,"target":7},{"source":25,"target":30},{"source":25,"target":2},{"source":30,"target":7},{"source":26,"target":31},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":32},{"source":27,"target":2},{"source":27,"target":33},{"source":32,"target":3},{"source":28,"target":3},{"source":28,"target":34},{"source":28,"target":2},{"source":28,"target":35},{"source":34,"target":3},{"source":29,"target":36},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":33},{"source":3,"target":35},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":37,"target":8},{"source":37,"target":43},{"source":37,"target":3},{"source":43,"target":8},{"source":38,"target":8},{"source":38,"target":44},{"source":38,"target":3},{"source":44,"target":8},{"source":33,"target":2},{"source":33,"target":45},{"source":33,"target":3},{"source":33,"target":27},{"source":45,"target":2},{"source":35,"target":2},{"source":35,"target":46},{"source":35,"target":3},{"source":35,"target":28},{"source":46,"target":2},{"source":39,"target":47},{"source":39,"target":3},{"source":40,"target":48},{"source":40,"target":3},{"source":41,"target":49},{"source":41,"target":3},{"source":42,"target":9},{"source":42,"target":50},{"source":42,"target":3},{"source":50,"target":9},{"source":4,"target":0},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":22},{"source":51,"target":3},{"source":51,"target":53},{"source":51,"target":4},{"source":53,"target":3},{"source":52,"target":54},{"source":52,"target":4},{"source":22,"target":1},{"source":22,"target":55},{"source":22,"target":4},{"source":22,"target":17},{"source":55,"target":1},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":56,"target":2},{"source":56,"target":59},{"source":56,"target":5},{"source":59,"target":2},{"source":57,"target":6},{"source":57,"target":60},{"source":57,"target":5},{"source":60,"target":6},{"source":58,"target":2},{"source":6,"target":0},{"source":6,"target":61},{"source":6,"target":62},{"source":61,"target":63},{"source":61,"target":6},{"source":62,"target":64},{"source":62,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":65},{"source":9,"target":66},{"source":9,"target":67},{"source":65,"target":68},{"source":65,"target":9},{"source":66,"target":69},{"source":66,"target":9},{"source":67,"target":12},{"source":67,"target":70},{"source":67,"target":9},{"source":70,"target":12},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":71},{"source":10,"target":72},{"source":71,"target":73},{"source":71,"target":10},{"source":72,"target":11},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":74,"target":78},{"source":74,"target":11},{"source":75,"target":79},{"source":75,"target":11},{"source":76,"target":12},{"source":76,"target":80},{"source":76,"target":11},{"source":80,"target":12},{"source":77,"target":9},{"source":12,"target":0},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":81,"target":12},{"source":82,"target":12},{"source":83,"target":12},{"source":13,"target":0},{"source":13,"target":84},{"source":13,"target":85},{"source":84,"target":3},{"source":84,"target":86},{"source":84,"target":13},{"source":86,"target":3},{"source":85,"target":14},{"source":85,"target":87},{"source":85,"target":13},{"source":87,"target":14},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":88,"target":91},{"source":88,"target":14},{"source":89,"target":92},{"source":89,"target":14},{"source":90,"target":15},{"source":15,"target":0},{"source":15,"target":93},{"source":93,"target":94},{"source":93,"target":15}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="prf" nsURI="http://sca.jpeojtrs.mil/prf" nsPrefix="prf">
<eClassifiers xsi:type="ecore:EClass" name="AbstractProperty" abstract="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="abstractproperty"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eOperations name="toAny" eType="#//Any"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The description element is used to provide a description of the properties element that is being
defined."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Token"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localMode" eType="#//AccessType"
defaultValueLiteral="readwrite" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="mode"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//AccessType"
volatile="true" transient="true" unsettable="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AccessType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AccessType"/>
</eAnnotations>
<eLiterals name="writeonly"/>
<eLiterals name="readonly" value="1"/>
<eLiterals name="readwrite" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="AccessTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AccessType:Object"/>
<details key="baseType" value="AccessType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="action"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ActionType"
defaultValueLiteral="external" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ActionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ActionType"/>
</eAnnotations>
<eLiterals name="ge"/>
<eLiterals name="gt" value="1"/>
<eLiterals name="external" value="2"/>
<eLiterals name="le" value="3"/>
<eLiterals name="lt" value="4"/>
<eLiterals name="ne" value="5"/>
<eLiterals name="eq" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ActionTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ActionType:Object"/>
<details key="baseType" value="ActionType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CharacterObject" instanceClassName="java.lang.Character">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CharacterObject"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationKind">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="configurationkind"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//StructPropertyConfigurationType"
defaultValueLiteral="configure" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="kindtype"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DceUUID" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DceUUID"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
<details key="pattern" value="DCE:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}(:\d+(.\d+)?)?"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="enumeration"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="label"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Enumerations">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="enumerations"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" lowerBound="1"
upperBound="-1" eType="#//Enumeration" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="enumeration"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputValue">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="inputvalue"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="simple" lowerBound="1"
upperBound="-1" eType="#//Simple" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Kind">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="kind"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//PropertyConfigurationType"
defaultValueLiteral="configure" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="kindtype"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrfDocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-2"
eType="#//Properties" 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="properties"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Properties" eSuperTypes="#//PropertyContainer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The properties element (see Figure D-11) is used to describe property attributes that will be used
in the configure( ) and query( ) operations for SCA CF Resource components and for definition
of attributes used for dependency checking. The properties element can also used in the CF
TestableObject runTest() operation to configure tests and provide test results."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="properties"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The description element is used to provide a description of the properties element that is being
defined."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="properties:1"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="simple" upperBound="-1"
eType="#//Simple" 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="simple"/>
<details key="group" value="#properties:1"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleSequence" upperBound="-1"
eType="#//SimpleSequence" 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="simplesequence"/>
<details key="group" value="#properties:1"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="test" upperBound="-1" eType="#//Test"
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="test"/>
<details key="group" value="#properties:1"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="struct" upperBound="-1"
eType="#//Struct" 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="struct"/>
<details key="group" value="#properties:1"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="structSequence" upperBound="-1"
eType="#//StructSequence" 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="structsequence"/>
<details key="group" value="#properties:1"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PropertyConfigurationType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="PropertyConfigurationType"/>
</eAnnotations>
<eLiterals name="configure"/>
<eLiterals name="execparam" value="1"/>
<eLiterals name="allocation" value="2"/>
<eLiterals name="factoryparam" value="3"/>
<eLiterals name="test" value="4"/>
<eLiterals name="event" value="5"/>
<eLiterals name="message" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PropertyConfigurationTypeObject"
instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="PropertyConfigurationType:Object"/>
<details key="baseType" value="PropertyConfigurationType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PropertyValueType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="PropertyValueType"/>
</eAnnotations>
<eLiterals name="string"/>
<eLiterals name="boolean" value="1"/>
<eLiterals name="ulong" value="2"/>
<eLiterals name="objref" value="3"/>
<eLiterals name="short" value="4"/>
<eLiterals name="float" value="5"/>
<eLiterals name="octet" value="6"/>
<eLiterals name="char" value="7"/>
<eLiterals name="ushort" value="8"/>
<eLiterals name="double" value="9"/>
<eLiterals name="long" value="10"/>
<eLiterals name="longlong" value="11"/>
<eLiterals name="ulonglong" value="12"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PropertyValueTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="PropertyValueType:Object"/>
<details key="baseType" value="PropertyValueType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Range">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="range"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="max"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="min"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResultValue">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="resultvalue"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="simple" lowerBound="1"
upperBound="-1" eType="#//Simple" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Simple" eSuperTypes="#//AbstractProperty">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The simple element (see Figure D-12) provides for the definition of a property which includes a
unique id, type, name and mode attributes of the property that will be used in the CF Resource
configure() and query() operations, for indication of component capabilities, or in the CF
TestableObject runTest operation. The simple element is specifically designed to support idvalue
pair definitions. A simple property id attribute corresponds to the id of the id-value pair.
The value and range of a simple property correspond to the value of the id-value pair. If no
value is given, then the property cannot be used for input test values for testing and/or as an
initial configuration or execute parameter of a component. The optional enumerations element
allows for the definition of a label-to-value for a particular property. The mode attribute defines
whether the properties element is "readonly", "writeonly" or "readwrite". The id attribute is an
identifier for the simple property element. The id attribute for a simple property that is an
allocation type is a DCE UUID value, as specified in section D.2.1. The id attribute for all other
simple property elements can be any valid XML ID type. The mode attribute is only meaningful
when the type of the kind element is "configure"."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="simple"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="units" eType="#//Unit">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="units"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//Range"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="range"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerations" eType="#//Enumerations"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="enumerations"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" upperBound="-1" eType="#//Kind"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="kind"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="action"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//PropertyValueType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleSequence" eSuperTypes="#//AbstractProperty">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="simplesequence"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//Values"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="values"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="units" eType="#//Unit">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="units"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//Range"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="range"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" upperBound="-1" eType="#//Kind"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="kind"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="action"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//PropertyValueType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Struct" eSuperTypes="#//AbstractProperty #//PropertyContainer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="struct"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="simple" lowerBound="1"
upperBound="-1" eType="#//Simple" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="configurationKind" upperBound="-1"
eType="#//ConfigurationKind" unsettable="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="configurationkind"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StructPropertyConfigurationType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="StructPropertyConfigurationType"/>
</eAnnotations>
<eLiterals name="configure"/>
<eLiterals name="allocation" value="1"/>
<eLiterals name="factoryparam" value="2"/>
<eLiterals name="test" value="3"/>
<eLiterals name="event" value="4"/>
<eLiterals name="message" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="StructPropertyConfigurationTypeObject"
instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="StructPropertyConfigurationType:Object"/>
<details key="baseType" value="StructPropertyConfigurationType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructSequence" eSuperTypes="#//AbstractProperty #//PropertyContainer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="structsequence"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="struct" lowerBound="1"
eType="#//Struct" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="struct"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="structValue" upperBound="-1"
eType="#//StructValue" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="structvalue"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="configurationKind" upperBound="-1"
eType="#//ConfigurationKind" unsettable="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="configurationkind"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructValue" eSuperTypes="#//PropertyRefContainer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="structvalue"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eOperations name="toAny" eType="#//Any"/>
<eOperations name="getRef" eType="#//SimpleRef">
<eParameters name="id" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleRef" lowerBound="1"
upperBound="-1" eType="#//SimpleRef" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="simpleref"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="struct" eType="#//Struct"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Test">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="test"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputValue" eType="#//InputValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="inputvalue"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resultValue" lowerBound="1"
eType="#//ResultValue" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="resultvalue"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
iD="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Unit" instanceClassName="java.lang.String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Unit"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Values">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="values"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyContainer" abstract="true" interface="true">
<eOperations name="getProperty" eType="#//AbstractProperty">
<eParameters name="repID" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractPropertyRef" abstract="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementOnly"/>
<details key="name" value="propertyref"/>
<details key="qualified" value="false"/>
</eAnnotations>
<eTypeParameters name="P">
<eBounds eClassifier="#//AbstractProperty"/>
</eTypeParameters>
<eOperations name="toAny" eType="#//Any"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="refID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="refid"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" volatile="true"
transient="true" derived="true">
<eGenericType eTypeParameter="#//AbstractPropertyRef/P"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyRefContainer" abstract="true"
interface="true">
<eOperations name="getPropertyContainer" eType="#//PropertyContainer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyRefGroup" abstract="true" eSuperTypes="#//PropertyRefContainer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementOnly"/>
<details key="name" value="propertyrefgroup"/>
<details key="qualified" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="properties:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleRef" upperBound="-1"
eType="#//SimpleRef" volatile="true" transient="true" derived="true" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="simpleref"/>
<details key="group" value="#properties:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleSequenceRef" upperBound="-1"
eType="#//SimpleSequenceRef" volatile="true" transient="true" derived="true"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="simplesequenceref"/>
<details key="group" value="#properties:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="structRef" upperBound="-1"
eType="#//StructRef" volatile="true" transient="true" derived="true" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="structref"/>
<details key="group" value="#properties:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="structSequenceRef" upperBound="-1"
eType="#//StructSequenceRef" volatile="true" transient="true" derived="true"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="structsequenceref"/>
<details key="group" value="#properties:0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyRefSet" abstract="true" eSuperTypes="#//PropertyRefContainer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementOnly"/>
<details key="name" value="propertyrefset"/>
<details key="qualified" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="properties:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleRef" eType="#//SimpleRef"
volatile="true" transient="true" derived="true" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="simpleref"/>
<details key="group" value="#properties:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleSequenceRef" eType="#//SimpleSequenceRef"
volatile="true" transient="true" derived="true" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="simplesequenceref"/>
<details key="group" value="#properties:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="structRef" eType="#//StructRef"
volatile="true" transient="true" derived="true" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="structref"/>
<details key="group" value="#properties:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="structSequenceRef" eType="#//StructSequenceRef"
volatile="true" transient="true" derived="true" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="structsequenceref"/>
<details key="group" value="#properties:0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleRef">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="simpleref"/>
<details key="kind" value="empty"/>
<details key="qualified" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="value"/>
</eAnnotations>
</eStructuralFeatures>
<eGenericSuperTypes eClassifier="#//AbstractPropertyRef">
<eTypeArguments eClassifier="#//Simple"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleSequenceRef">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementOnly"/>
<details key="name" value="simplesequenceref"/>
<details key="qualified" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="1"
eType="#//Values" containment="true"/>
<eGenericSuperTypes eClassifier="#//AbstractPropertyRef">
<eTypeArguments eClassifier="#//SimpleSequence"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructRef">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementOnly"/>
<details key="name" value="structref"/>
<details key="qualified" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleRef" lowerBound="1"
upperBound="-1" eType="#//SimpleRef" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="simpleref"/>
</eAnnotations>
</eStructuralFeatures>
<eGenericSuperTypes eClassifier="#//AbstractPropertyRef">
<eTypeArguments eClassifier="#//Struct"/>
</eGenericSuperTypes>
<eGenericSuperTypes eClassifier="#//PropertyRefContainer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructSequenceRef">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementOnly"/>
<details key="name" value="structsequenceref"/>
<details key="qualified" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="structValue" lowerBound="1"
upperBound="-1" eType="#//StructValue" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="structvalue"/>
</eAnnotations>
</eStructuralFeatures>
<eGenericSuperTypes eClassifier="#//AbstractPropertyRef">
<eTypeArguments eClassifier="#//StructSequence"/>
</eGenericSuperTypes>
<eGenericSuperTypes eClassifier="#//PropertyRefContainer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Any" instanceClassName="org.omg.CORBA.Any"
serializable="false"/>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/prf.ecore | ecore | prf
AbstractProperty
toAny
description
id
localMode
readwrite
name
mode
AccessType
writeonly
writeonly
readonly
readonly
readwrite
readwrite
AccessTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
Action
type
external
ActionType
ge
ge
gt
gt
external
external
le
le
lt
lt
ne
ne
eq
eq
ActionTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
CharacterObject
java.lang.Character
java.lang.Character
ConfigurationKind
type
configure
DceUUID
java.lang.String
java.lang.String
Enumeration
label
value
Enumerations
enumeration
InputValue
simple
Kind
type
configure
PrfDocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
properties
Properties
description
properties
simple
simpleSequence
test
struct
structSequence
PropertyConfigurationType
configure
configure
execparam
execparam
allocation
allocation
factoryparam
factoryparam
test
test
event
event
message
message
PropertyConfigurationTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
PropertyValueType
string
string
boolean
boolean
ulong
ulong
objref
objref
short
short
float
float
octet
octet
char
char
ushort
ushort
double
double
long
long
longlong
longlong
ulonglong
ulonglong
PropertyValueTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
Range
max
min
ResultValue
simple
Simple
value
units
range
enumerations
kind
action
type
SimpleSequence
values
units
range
kind
action
type
Struct
simple
configurationKind
StructPropertyConfigurationType
configure
configure
allocation
allocation
factoryparam
factoryparam
test
test
event
event
message
message
StructPropertyConfigurationTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
StructSequence
struct
structValue
configurationKind
StructValue
toAny
getRef
id
simpleRef
struct
index
Test
description
inputValue
resultValue
id
Unit
java.lang.String
java.lang.String
Values
value
PropertyContainer
getProperty
repID
AbstractPropertyRef
P
toAny
refID
property
PropertyRefContainer
getPropertyContainer
PropertyRefGroup
properties
simpleRef
simpleSequenceRef
structRef
structSequenceRef
PropertyRefSet
properties
simpleRef
simpleSequenceRef
structRef
structSequenceRef
SimpleRef
value
SimpleSequenceRef
values
StructRef
simpleRef
StructSequenceRef
structValue
Any
org.omg.CORBA.Any
org.omg.CORBA.Any | null | {"directed":true,"nodes":[{"nsPrefix":"prf","nsURI":"http://sca.jpeojtrs.mil/prf","name":"prf","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractProperty","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"AccessTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ActionTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"CharacterObject","instanceClass":"java.lang.Character","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationKind","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"DceUUID","instanceClass":"java.lang.String","id":9,"serializable":true,"eClass":"EDataType"},{"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":"Enumerations","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrfDocumentRoot","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PropertyConfigurationType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"PropertyConfigurationTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"PropertyValueType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"PropertyValueTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Range","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultValue","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Simple","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSequence","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Struct","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StructPropertyConfigurationType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"StructPropertyConfigurationTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructSequence","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructValue","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Unit","instanceClass":"java.lang.String","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Values","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyContainer","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPropertyRef","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRefContainer","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRefGroup","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRefSet","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleRef","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSequenceRef","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructRef","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructSequenceRef","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.omg.CORBA.Any","defaultValue":null,"instanceClassName":"org.omg.CORBA.Any","name":"Any","instanceClass":null,"id":41,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toAny","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":44,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"readwrite","unsettable":true,"transient":false,"unique":true,"name":"localMode","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":true,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":true},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"name":"writeonly","id":54,"value":0,"literal":"writeonly","eClass":"EEnumLiteral"},{"name":"readonly","id":55,"value":1,"literal":"readonly","eClass":"EEnumLiteral"},{"name":"readwrite","id":56,"value":2,"literal":"readwrite","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"external","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"name":"ge","id":59,"value":0,"literal":"ge","eClass":"EEnumLiteral"},{"name":"gt","id":60,"value":1,"literal":"gt","eClass":"EEnumLiteral"},{"name":"external","id":61,"value":2,"literal":"external","eClass":"EEnumLiteral"},{"name":"le","id":62,"value":3,"literal":"le","eClass":"EEnumLiteral"},{"name":"lt","id":63,"value":4,"literal":"lt","eClass":"EEnumLiteral"},{"name":"ne","id":64,"value":5,"literal":"ne","eClass":"EEnumLiteral"},{"name":"eq","id":65,"value":6,"literal":"eq","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"configure","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simple","changeable":true,"resolveProxies":false,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"configure","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"properties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":true},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"simple","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"simpleSequence","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"test","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"struct","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"structSequence","changeable":true,"resolveProxies":false,"lowerBound":0,"id":92,"derived":true},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"name":"configure","id":101,"value":0,"literal":"configure","eClass":"EEnumLiteral"},{"name":"execparam","id":102,"value":1,"literal":"execparam","eClass":"EEnumLiteral"},{"name":"allocation","id":103,"value":2,"literal":"allocation","eClass":"EEnumLiteral"},{"name":"factoryparam","id":104,"value":3,"literal":"factoryparam","eClass":"EEnumLiteral"},{"name":"test","id":105,"value":4,"literal":"test","eClass":"EEnumLiteral"},{"name":"event","id":106,"value":5,"literal":"event","eClass":"EEnumLiteral"},{"name":"message","id":107,"value":6,"literal":"message","eClass":"EEnumLiteral"},{"name":"string","id":108,"value":0,"literal":"string","eClass":"EEnumLiteral"},{"name":"boolean","id":109,"value":1,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"ulong","id":110,"value":2,"literal":"ulong","eClass":"EEnumLiteral"},{"name":"objref","id":111,"value":3,"literal":"objref","eClass":"EEnumLiteral"},{"name":"short","id":112,"value":4,"literal":"short","eClass":"EEnumLiteral"},{"name":"float","id":113,"value":5,"literal":"float","eClass":"EEnumLiteral"},{"name":"octet","id":114,"value":6,"literal":"octet","eClass":"EEnumLiteral"},{"name":"char","id":115,"value":7,"literal":"char","eClass":"EEnumLiteral"},{"name":"ushort","id":116,"value":8,"literal":"ushort","eClass":"EEnumLiteral"},{"name":"double","id":117,"value":9,"literal":"double","eClass":"EEnumLiteral"},{"name":"long","id":118,"value":10,"literal":"long","eClass":"EEnumLiteral"},{"name":"longlong","id":119,"value":11,"literal":"longlong","eClass":"EEnumLiteral"},{"name":"ulonglong","id":120,"value":12,"literal":"ulonglong","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":"max","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simple","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"units","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":false,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumerations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":false,"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":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":132,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"units","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":false,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":146,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simple","changeable":true,"resolveProxies":false,"lowerBound":1,"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":true,"transient":false,"unique":true,"name":"configurationKind","changeable":true,"resolveProxies":false,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"name":"configure","id":161,"value":0,"literal":"configure","eClass":"EEnumLiteral"},{"name":"allocation","id":162,"value":1,"literal":"allocation","eClass":"EEnumLiteral"},{"name":"factoryparam","id":163,"value":2,"literal":"factoryparam","eClass":"EEnumLiteral"},{"name":"test","id":164,"value":3,"literal":"test","eClass":"EEnumLiteral"},{"name":"event","id":165,"value":4,"literal":"event","eClass":"EEnumLiteral"},{"name":"message","id":166,"value":5,"literal":"message","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":"struct","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structValue","changeable":true,"resolveProxies":false,"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":true,"transient":false,"unique":true,"name":"configurationKind","changeable":true,"resolveProxies":false,"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"toAny","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRef","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleRef","changeable":true,"resolveProxies":false,"lowerBound":1,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"struct","changeable":false,"resolveProxies":true,"lowerBound":0,"id":178,"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":"index","changeable":false,"lowerBound":0,"iD":false,"id":179,"derived":true},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultValue","changeable":true,"resolveProxies":false,"lowerBound":1,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperty","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"repID","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"id":201,"eClass":"EGenericType"},{"name":"P","id":202,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"toAny","lowerBound":0,"id":203,"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":"refID","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":true},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPropertyContainer","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"id":211,"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":"properties","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"simpleRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"simpleSequenceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"structRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"structSequenceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":true},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"simpleRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"simpleSequenceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"structRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"structSequenceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":true},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleRef","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"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":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":1,"target":0},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":42,"target":41},{"source":42,"target":48},{"source":42,"target":1},{"source":48,"target":41},{"source":43,"target":49},{"source":43,"target":1},{"source":44,"target":50},{"source":44,"target":1},{"source":45,"target":2},{"source":45,"target":51},{"source":45,"target":1},{"source":51,"target":2},{"source":46,"target":52},{"source":46,"target":1},{"source":47,"target":2},{"source":47,"target":53},{"source":47,"target":1},{"source":53,"target":2},{"source":2,"target":0},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":54,"target":2},{"source":55,"target":2},{"source":56,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":57},{"source":57,"target":5},{"source":57,"target":58},{"source":57,"target":4},{"source":58,"target":5},{"source":5,"target":0},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":59,"target":5},{"source":60,"target":5},{"source":61,"target":5},{"source":62,"target":5},{"source":63,"target":5},{"source":64,"target":5},{"source":65,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":66},{"source":66,"target":25},{"source":66,"target":67},{"source":66,"target":8},{"source":67,"target":25},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":68},{"source":10,"target":69},{"source":68,"target":70},{"source":68,"target":10},{"source":69,"target":71},{"source":69,"target":10},{"source":11,"target":0},{"source":11,"target":72},{"source":72,"target":10},{"source":72,"target":73},{"source":72,"target":11},{"source":73,"target":10},{"source":12,"target":0},{"source":12,"target":74},{"source":74,"target":22},{"source":74,"target":75},{"source":74,"target":12},{"source":75,"target":22},{"source":13,"target":0},{"source":13,"target":76},{"source":76,"target":16},{"source":76,"target":77},{"source":76,"target":13},{"source":77,"target":16},{"source":14,"target":0},{"source":14,"target":78},{"source":14,"target":79},{"source":14,"target":80},{"source":14,"target":81},{"source":78,"target":82},{"source":78,"target":14},{"source":79,"target":83},{"source":79,"target":14},{"source":80,"target":84},{"source":80,"target":14},{"source":81,"target":15},{"source":81,"target":85},{"source":81,"target":14},{"source":85,"target":15},{"source":15,"target":0},{"source":15,"target":32},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":15,"target":89},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":86,"target":94},{"source":86,"target":15},{"source":87,"target":95},{"source":87,"target":15},{"source":88,"target":22},{"source":88,"target":96},{"source":88,"target":15},{"source":96,"target":22},{"source":89,"target":23},{"source":89,"target":97},{"source":89,"target":15},{"source":97,"target":23},{"source":90,"target":29},{"source":90,"target":98},{"source":90,"target":15},{"source":98,"target":29},{"source":91,"target":24},{"source":91,"target":99},{"source":91,"target":15},{"source":99,"target":24},{"source":92,"target":27},{"source":92,"target":100},{"source":92,"target":15},{"source":100,"target":27},{"source":93,"target":32},{"source":16,"target":0},{"source":16,"target":101},{"source":16,"target":102},{"source":16,"target":103},{"source":16,"target":104},{"source":16,"target":105},{"source":16,"target":106},{"source":16,"target":107},{"source":101,"target":16},{"source":102,"target":16},{"source":103,"target":16},{"source":104,"target":16},{"source":105,"target":16},{"source":106,"target":16},{"source":107,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":108},{"source":18,"target":109},{"source":18,"target":110},{"source":18,"target":111},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":18,"target":116},{"source":18,"target":117},{"source":18,"target":118},{"source":18,"target":119},{"source":18,"target":120},{"source":108,"target":18},{"source":109,"target":18},{"source":110,"target":18},{"source":111,"target":18},{"source":112,"target":18},{"source":113,"target":18},{"source":114,"target":18},{"source":115,"target":18},{"source":116,"target":18},{"source":117,"target":18},{"source":118,"target":18},{"source":119,"target":18},{"source":120,"target":18},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":121},{"source":20,"target":122},{"source":121,"target":123},{"source":121,"target":20},{"source":122,"target":124},{"source":122,"target":20},{"source":21,"target":0},{"source":21,"target":125},{"source":125,"target":22},{"source":125,"target":126},{"source":125,"target":21},{"source":126,"target":22},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":127},{"source":22,"target":128},{"source":22,"target":129},{"source":22,"target":130},{"source":22,"target":131},{"source":22,"target":132},{"source":22,"target":133},{"source":22,"target":134},{"source":127,"target":135},{"source":127,"target":22},{"source":128,"target":30},{"source":128,"target":136},{"source":128,"target":22},{"source":136,"target":30},{"source":129,"target":20},{"source":129,"target":137},{"source":129,"target":22},{"source":137,"target":20},{"source":130,"target":11},{"source":130,"target":138},{"source":130,"target":22},{"source":138,"target":11},{"source":131,"target":13},{"source":131,"target":139},{"source":131,"target":22},{"source":139,"target":13},{"source":132,"target":4},{"source":132,"target":140},{"source":132,"target":22},{"source":140,"target":4},{"source":133,"target":18},{"source":133,"target":141},{"source":133,"target":22},{"source":141,"target":18},{"source":134,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":142},{"source":23,"target":143},{"source":23,"target":144},{"source":23,"target":145},{"source":23,"target":146},{"source":23,"target":147},{"source":23,"target":148},{"source":142,"target":31},{"source":142,"target":149},{"source":142,"target":23},{"source":149,"target":31},{"source":143,"target":30},{"source":143,"target":150},{"source":143,"target":23},{"source":150,"target":30},{"source":144,"target":20},{"source":144,"target":151},{"source":144,"target":23},{"source":151,"target":20},{"source":145,"target":13},{"source":145,"target":152},{"source":145,"target":23},{"source":152,"target":13},{"source":146,"target":4},{"source":146,"target":153},{"source":146,"target":23},{"source":153,"target":4},{"source":147,"target":18},{"source":147,"target":154},{"source":147,"target":23},{"source":154,"target":18},{"source":148,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":32},{"source":24,"target":155},{"source":24,"target":156},{"source":24,"target":157},{"source":24,"target":158},{"source":155,"target":22},{"source":155,"target":159},{"source":155,"target":24},{"source":159,"target":22},{"source":156,"target":8},{"source":156,"target":160},{"source":156,"target":24},{"source":160,"target":8},{"source":157,"target":1},{"source":158,"target":32},{"source":25,"target":0},{"source":25,"target":161},{"source":25,"target":162},{"source":25,"target":163},{"source":25,"target":164},{"source":25,"target":165},{"source":25,"target":166},{"source":161,"target":25},{"source":162,"target":25},{"source":163,"target":25},{"source":164,"target":25},{"source":165,"target":25},{"source":166,"target":25},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":32},{"source":27,"target":167},{"source":27,"target":168},{"source":27,"target":169},{"source":27,"target":170},{"source":27,"target":171},{"source":167,"target":24},{"source":167,"target":172},{"source":167,"target":27},{"source":172,"target":24},{"source":168,"target":28},{"source":168,"target":173},{"source":168,"target":27},{"source":173,"target":28},{"source":169,"target":8},{"source":169,"target":174},{"source":169,"target":27},{"source":174,"target":8},{"source":170,"target":1},{"source":171,"target":32},{"source":28,"target":0},{"source":28,"target":34},{"source":28,"target":175},{"source":28,"target":176},{"source":28,"target":177},{"source":28,"target":178},{"source":28,"target":179},{"source":28,"target":180},{"source":175,"target":41},{"source":175,"target":181},{"source":175,"target":28},{"source":181,"target":41},{"source":176,"target":37},{"source":176,"target":182},{"source":176,"target":28},{"source":176,"target":183},{"source":182,"target":37},{"source":183,"target":184},{"source":183,"target":176},{"source":177,"target":37},{"source":177,"target":185},{"source":177,"target":28},{"source":185,"target":37},{"source":178,"target":24},{"source":178,"target":186},{"source":178,"target":28},{"source":186,"target":24},{"source":179,"target":187},{"source":179,"target":28},{"source":180,"target":34},{"source":29,"target":0},{"source":29,"target":188},{"source":29,"target":189},{"source":29,"target":190},{"source":29,"target":191},{"source":188,"target":192},{"source":188,"target":29},{"source":189,"target":12},{"source":189,"target":193},{"source":189,"target":29},{"source":193,"target":12},{"source":190,"target":21},{"source":190,"target":194},{"source":190,"target":29},{"source":194,"target":21},{"source":191,"target":195},{"source":191,"target":29},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":196},{"source":196,"target":197},{"source":196,"target":31},{"source":32,"target":0},{"source":32,"target":198},{"source":198,"target":1},{"source":198,"target":199},{"source":198,"target":32},{"source":198,"target":200},{"source":199,"target":1},{"source":200,"target":201},{"source":200,"target":198},{"source":33,"target":0},{"source":33,"target":202},{"source":33,"target":203},{"source":33,"target":204},{"source":33,"target":205},{"source":202,"target":206},{"source":206,"target":1},{"source":203,"target":41},{"source":203,"target":207},{"source":203,"target":33},{"source":207,"target":41},{"source":204,"target":208},{"source":204,"target":33},{"source":205,"target":1},{"source":205,"target":209},{"source":205,"target":33},{"source":209,"target":202},{"source":34,"target":0},{"source":34,"target":210},{"source":210,"target":32},{"source":210,"target":211},{"source":210,"target":34},{"source":211,"target":32},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":212},{"source":35,"target":213},{"source":35,"target":214},{"source":35,"target":215},{"source":35,"target":216},{"source":35,"target":217},{"source":212,"target":218},{"source":212,"target":35},{"source":213,"target":37},{"source":213,"target":219},{"source":213,"target":35},{"source":219,"target":37},{"source":214,"target":38},{"source":214,"target":220},{"source":214,"target":35},{"source":220,"target":38},{"source":215,"target":39},{"source":215,"target":221},{"source":215,"target":35},{"source":221,"target":39},{"source":216,"target":40},{"source":216,"target":222},{"source":216,"target":35},{"source":222,"target":40},{"source":217,"target":34},{"source":36,"target":0},{"source":36,"target":34},{"source":36,"target":223},{"source":36,"target":224},{"source":36,"target":225},{"source":36,"target":226},{"source":36,"target":227},{"source":36,"target":228},{"source":223,"target":229},{"source":223,"target":36},{"source":224,"target":37},{"source":224,"target":230},{"source":224,"target":36},{"source":230,"target":37},{"source":225,"target":38},{"source":225,"target":231},{"source":225,"target":36},{"source":231,"target":38},{"source":226,"target":39},{"source":226,"target":232},{"source":226,"target":36},{"source":232,"target":39},{"source":227,"target":40},{"source":227,"target":233},{"source":227,"target":36},{"source":233,"target":40},{"source":228,"target":34},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":234},{"source":37,"target":235},{"source":234,"target":236},{"source":234,"target":37},{"source":235,"target":237},{"source":235,"target":33},{"source":237,"target":22},{"source":38,"target":0},{"source":38,"target":33},{"source":38,"target":238},{"source":38,"target":239},{"source":238,"target":31},{"source":238,"target":240},{"source":238,"target":38},{"source":240,"target":31},{"source":239,"target":241},{"source":239,"target":33},{"source":241,"target":23},{"source":39,"target":0},{"source":39,"target":33},{"source":39,"target":34},{"source":39,"target":242},{"source":39,"target":243},{"source":39,"target":244},{"source":242,"target":37},{"source":242,"target":245},{"source":242,"target":39},{"source":245,"target":37},{"source":243,"target":246},{"source":243,"target":33},{"source":246,"target":24},{"source":244,"target":34},{"source":40,"target":0},{"source":40,"target":33},{"source":40,"target":34},{"source":40,"target":247},{"source":40,"target":248},{"source":40,"target":249},{"source":247,"target":28},{"source":247,"target":250},{"source":247,"target":40},{"source":250,"target":28},{"source":248,"target":251},{"source":248,"target":33},{"source":251,"target":27},{"source":249,"target":34},{"source":41,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="EmbeddedXtextEditor"
nsURI="http://de.fraunhofer.iem.reqpat.rmf.presentation.embeddedxtexteditor" nsPrefix="de.fraunhofer.iem.reqpat.rmf.presentation.embeddedxtexteditor">
<eClassifiers xsi:type="ecore:EClass" name="EmbeddedXtextEditorConfiguration" eSuperTypes="configuration.ecore#//ProrPresentationConfiguration"/>
</ecore:EPackage>
| github:ecore:/data/fraunhofer-iem/reqpat/de.fraunhofer.iem.reqpat.rmf.presentation.embeddedxtexteditor/model/embeddedxtexteditor.ecore | ecore | EmbeddedXtextEditor
EmbeddedXtextEditorConfiguration | null | {"directed":true,"nodes":[{"nsPrefix":"de.fraunhofer.iem.reqpat.rmf.presentation.embeddedxtexteditor","nsURI":"http://de.fraunhofer.iem.reqpat.rmf.presentation.embeddedxtexteditor","name":"EmbeddedXtextEditor","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedXtextEditorConfiguration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"id":2,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="epo"
nsURI="http://www.example.com/ExtendedPO" nsPrefix="epo">
<eClassifiers xsi:type="ecore:EClass" name="Item">
<eStructuralFeatures xsi:type="ecore:EReference" name="order" lowerBound="1" eType="#//PurchaseOrder"
transient="true" eOpposite="#//PurchaseOrder/items"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="productName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="USPrice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shipDate" eType="#//Date"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="partNum" eType="#//SKU"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="USAddress" eSuperTypes="#//Address">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="SKU" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Date" instanceClassName="java.util.Date"/>
<eClassifiers xsi:type="ecore:EClass" name="PurchaseOrder">
<eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1"
eType="#//Item" containment="true" eOpposite="#//Item/order"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="billTo" lowerBound="1"
eType="#//Address" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shipTo" eType="#//Address"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orderDate" eType="#//Date"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//OrderStatus"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="totalAmount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customer" lowerBound="1"
eType="#//Customer" resolveProxies="false" eOpposite="#//Customer/orders"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previousOrder" eType="#//PurchaseOrder"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Address" 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="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OrderStatus">
<eLiterals name="Pending"/>
<eLiterals name="BackOrder" value="1"/>
<eLiterals name="Complete" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Supplier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1"
eType="#//Customer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orders" upperBound="-1"
eType="#//PurchaseOrder" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pendingOrders" upperBound="-1"
eType="#//PurchaseOrder" changeable="false" volatile="true" transient="true"
derived="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shippedOrders" upperBound="-1"
eType="#//PurchaseOrder" changeable="false" volatile="true" transient="true"
derived="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Customer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="customerID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orders" upperBound="-1"
eType="#//PurchaseOrder" resolveProxies="false" eOpposite="#//PurchaseOrder/customer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlobalAddress" eSuperTypes="#//Address #//GlobalLocation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GlobalLocation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="countryCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CanadianAddress" eSuperTypes="#//Address">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="province" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="postalCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/ExtendedPO.ecore | ecore | epo
Item
order
productName
quantity
USPrice
comment
shipDate
partNum
USAddress
street
city
state
zip
SKU
java.lang.String
java.lang.String
Date
java.util.Date
java.util.Date
PurchaseOrder
items
billTo
shipTo
comment
orderDate
status
totalAmount
customer
previousOrder
Address
name
country
OrderStatus
Pending
Pending
BackOrder
BackOrder
Complete
Complete
Supplier
name
customers
orders
pendingOrders
shippedOrders
Customer
customerID
orders
GlobalAddress
location
GlobalLocation
countryCode
CanadianAddress
street
city
province
postalCode | null | {"directed":true,"nodes":[{"nsPrefix":"epo","nsURI":"http://www.example.com/ExtendedPO","name":"epo","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"USAddress","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"SKU","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"Date","instanceClass":"java.util.Date","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PurchaseOrder","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrderStatus","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Supplier","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalAddress","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalLocation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CanadianAddress","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"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":"order","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"productName","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"USPrice","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":"comment","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":"shipDate","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":"partNum","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"street","changeable":true,"lowerBound":0,"iD":false,"id":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":"city","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zip","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"billTo","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":"shipTo","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orderDate","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"totalAmount","changeable":false,"lowerBound":0,"iD":false,"id":42,"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":"customer","changeable":true,"resolveProxies":false,"lowerBound":1,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousOrder","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"orders","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"name":"Pending","id":59,"value":0,"literal":"Pending","eClass":"EEnumLiteral"},{"name":"BackOrder","id":60,"value":1,"literal":"BackOrder","eClass":"EEnumLiteral"},{"name":"Complete","id":61,"value":2,"literal":"Complete","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":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":"customers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"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":"pendingOrders","changeable":false,"resolveProxies":false,"lowerBound":0,"id":65,"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":"shippedOrders","changeable":false,"resolveProxies":false,"lowerBound":0,"id":66,"derived":true},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customerID","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"countryCode","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"street","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"province","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":"postalCode","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":13,"target":5},{"source":13,"target":20},{"source":13,"target":1},{"source":13,"target":21},{"source":20,"target":5},{"source":14,"target":22},{"source":14,"target":1},{"source":15,"target":23},{"source":15,"target":1},{"source":16,"target":24},{"source":16,"target":1},{"source":17,"target":25},{"source":17,"target":1},{"source":18,"target":4},{"source":18,"target":26},{"source":18,"target":1},{"source":26,"target":4},{"source":19,"target":3},{"source":19,"target":27},{"source":19,"target":1},{"source":27,"target":3},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":28,"target":33},{"source":28,"target":2},{"source":29,"target":34},{"source":29,"target":2},{"source":30,"target":35},{"source":30,"target":2},{"source":31,"target":36},{"source":31,"target":2},{"source":32,"target":6},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":21},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":21,"target":1},{"source":21,"target":45},{"source":21,"target":5},{"source":21,"target":13},{"source":45,"target":1},{"source":37,"target":6},{"source":37,"target":46},{"source":37,"target":5},{"source":46,"target":6},{"source":38,"target":6},{"source":38,"target":47},{"source":38,"target":5},{"source":47,"target":6},{"source":39,"target":48},{"source":39,"target":5},{"source":40,"target":4},{"source":40,"target":49},{"source":40,"target":5},{"source":49,"target":4},{"source":41,"target":7},{"source":41,"target":50},{"source":41,"target":5},{"source":50,"target":7},{"source":42,"target":51},{"source":42,"target":5},{"source":43,"target":9},{"source":43,"target":52},{"source":43,"target":5},{"source":43,"target":53},{"source":52,"target":9},{"source":44,"target":5},{"source":44,"target":54},{"source":44,"target":5},{"source":54,"target":5},{"source":6,"target":0},{"source":6,"target":55},{"source":6,"target":56},{"source":55,"target":57},{"source":55,"target":6},{"source":56,"target":58},{"source":56,"target":6},{"source":7,"target":0},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":59,"target":7},{"source":60,"target":7},{"source":61,"target":7},{"source":8,"target":0},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":62,"target":67},{"source":62,"target":8},{"source":63,"target":9},{"source":63,"target":68},{"source":63,"target":8},{"source":68,"target":9},{"source":64,"target":5},{"source":64,"target":69},{"source":64,"target":8},{"source":69,"target":5},{"source":65,"target":5},{"source":65,"target":70},{"source":65,"target":8},{"source":70,"target":5},{"source":66,"target":5},{"source":66,"target":71},{"source":66,"target":8},{"source":71,"target":5},{"source":9,"target":0},{"source":9,"target":72},{"source":9,"target":53},{"source":72,"target":73},{"source":72,"target":9},{"source":53,"target":5},{"source":53,"target":74},{"source":53,"target":9},{"source":53,"target":43},{"source":74,"target":5},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":11},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":75,"target":78},{"source":75,"target":10},{"source":76,"target":6},{"source":77,"target":11},{"source":11,"target":0},{"source":11,"target":79},{"source":79,"target":80},{"source":79,"target":11},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":12,"target":85},{"source":81,"target":86},{"source":81,"target":12},{"source":82,"target":87},{"source":82,"target":12},{"source":83,"target":88},{"source":83,"target":12},{"source":84,"target":89},{"source":84,"target":12},{"source":85,"target":6}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bz380279"
nsURI="http://www.eclipse.org/emf/texo/test/model/issues/bz380279" nsPrefix="bz380279">
<eClassifiers xsi:type="ecore:EClass" name="BZ380279">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/PSI-Polska/texo/tests/org.eclipse.emf.texo.modelgenerator.test/src/org/eclipse/emf/texo/modelgenerator/test/models/issues/bz380279.ecore | ecore | bz380279
BZ380279
firstName | null | {"directed":true,"nodes":[{"nsPrefix":"bz380279","nsURI":"http://www.eclipse.org/emf/texo/test/model/issues/bz380279","name":"bz380279","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BZ380279","instanceClass":null,"abstract":false,"id":1,"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":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bz403161_1" nsURI="http://www.eclipse.org/emf/texo/test/model/issues/bz403161_1"
nsPrefix="bz403161_1">
<eClassifiers xsi:type="ecore:EClass" name="Test403161_1">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/PSI-Polska/texo/tests/org.eclipse.emf.texo.modelgenerator.test/src/org/eclipse/emf/texo/modelgenerator/test/models/issues/bz403161_1.ecore | ecore | bz403161_1
Test403161_1
name | null | {"directed":true,"nodes":[{"nsPrefix":"bz403161_1","nsURI":"http://www.eclipse.org/emf/texo/test/model/issues/bz403161_1","name":"bz403161_1","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test403161_1","instanceClass":null,"abstract":false,"id":1,"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":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="DOM"
nsURI="org.amma.dsl.jdt.dom" nsPrefix="dom">
<eClassifiers xsi:type="ecore:EClass" name="AST">
<eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" ordered="false"
lowerBound="1" eType="#//ASTNode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1"
eType="#//BodyDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#//ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javadoc" ordered="false"
lowerBound="1" eType="#//Javadoc" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1"
eType="#//Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false"
lowerBound="1" eType="#//SingleVariableDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="alternateRoot" ordered="false"
lowerBound="1" eType="#//ASTNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#//PackageDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//ImportDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//AbstractTypeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveBoxing" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveUnboxing" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeBinding" ordered="false"
lowerBound="1" eType="ecore:EClass JDTAST2.ecore#//IType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onDemand" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemberValuePair" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Name" 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:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedModifier" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#//ASTNode #//ExtendedModifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="native" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="none" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="private" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protected" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="public" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javadoc" ordered="false"
lowerBound="1" eType="#//Javadoc" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false"
lowerBound="1" eType="ecore:EClass JDTAST2.ecore#//IPackageFragment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ASTNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//ASTNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nested" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</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 JDTAST1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//ASTNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeBounds" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true"
eSuperTypes="#//ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDimensions" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true"
eSuperTypes="#//BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1"
eType="#//BodyDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localTypeDeclaration" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageMemberTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#//BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#//BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration"
ordered="false" lowerBound="1" eType="#//AnonymousClassDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#//BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" 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="MethodDeclaration" eSuperTypes="#//BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1"
eType="#//Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDimensions" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constructor" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//SingleVariableDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1"
eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1"
eType="#//TypeParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false"
lowerBound="1" eType="ecore:EClass JDTAST2.ecore#//IMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#//AbstractTypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaceTypes" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1"
eType="#//EnumConstantDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="superclassType" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaceTypes" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1"
eType="#//TypeParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#//Comment"/>
<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="LineComment" eSuperTypes="#//Comment"/>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#//Expression #//ExtendedModifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" ordered="false"
lowerBound="1" eType="#//Name" containment="true"/>
</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"
lowerBound="1" eType="#//ArrayInitializer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//ArrayType" 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="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="#//AssignmentOperatorKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AssignmentOperatorKind">
<eLiterals name="right_shift_signed_assign" value="1" literal=">>="/>
<eLiterals name="bit_xor_assign" value="2" literal="^="/>
<eLiterals name="times_assign" value="3" literal="*="/>
<eLiterals name="divide_assign" value="4" literal="/="/>
<eLiterals name="minus_assign" value="5" literal="-="/>
<eLiterals name="bit_or_assign" value="6" literal="|="/>
<eLiterals name="plus_assign" value="7" literal="+="/>
<eLiterals name="assign" value="8" literal="="/>
<eLiterals name="right_shift_unsigned_assign" value="9" literal=">>>="/>
<eLiterals name="remainder_assign" value="10" literal="%="/>
<eLiterals name="bit_and_assign" value="11" literal="&="/>
<eLiterals name="left_shift_assign" value="12" literal="<<="/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</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="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charValue" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
</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="anonymousClassDeclaration"
ordered="false" lowerBound="1" eType="#//AnonymousClassDeclaration" containment="true"/>
<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="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<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="FieldAccess" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#//InfixExpressionOperatorKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InfixExpressionOperatorKind">
<eLiterals name="greater_equals" value="1" literal=">="/>
<eLiterals name="or" value="2" literal="|"/>
<eLiterals name="right_shift_signed" value="3" literal=">>"/>
<eLiterals name="minus" value="4" literal="-"/>
<eLiterals name="xor" value="5" literal="^"/>
<eLiterals name="less_equals" value="6" literal="<="/>
<eLiterals name="equals" value="7" literal="=="/>
<eLiterals name="not_equals" value="8" literal="!="/>
<eLiterals name="and" value="9" literal="&"/>
<eLiterals name="plus" value="10" literal="+"/>
<eLiterals name="greater" value="11" literal=">"/>
<eLiterals name="conditional_or" value="12" literal="||"/>
<eLiterals name="remainder" value="13" literal="%"/>
<eLiterals name="less" value="14" literal="<"/>
<eLiterals name="left_shift" value="15" literal="<<"/>
<eLiterals name="right_shift_unsigned" value="16" literal=">>>"/>
<eLiterals name="conditional_and" value="17" literal="&&"/>
<eLiterals name="times" value="18" literal="*"/>
<eLiterals name="divide" value="19" literal="/"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-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="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodBinding" ordered="false"
lowerBound="1" eType="ecore:EClass JDTAST2.ecore#//IMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Name" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="token" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
</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:EReference" name="operand" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#//PostfixExpressionOperatorKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PostfixExpressionOperatorKind">
<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:EReference" name="operand" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#//PrefixExpressionOperatorKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PrefixExpressionOperatorKind">
<eLiterals name="minus" value="1" literal="-"/>
<eLiterals name="not" value="2" literal="!"/>
<eLiterals name="decrement" value="3" literal="--"/>
<eLiterals name="complement" value="4" literal="~"/>
<eLiterals name="increment" value="5" literal="++"/>
<eLiterals name="plus" value="6" literal="+"/>
</eClassifiers>
<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 JDTAST1.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literalValue" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#//ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
</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="BreakStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#//SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#//SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoStatement" 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"/>
</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"/>
</eClassifiers>
<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="ForStatement" 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="initializers" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" 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="thenStatement" ordered="false"
lowerBound="1" eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#//SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-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="typeArguments" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</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="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="catchClauses" upperBound="-1"
eType="#//CatchClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1"
eType="#//Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finally" ordered="false"
lowerBound="1" eType="#//Block" 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="VariableDeclarationStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#//ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" 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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="componentType" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WildcardType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false"
lowerBound="1" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#//VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#//ExtendedModifier" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#//VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedName" eSuperTypes="#//Name">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1"
eType="#//SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleName" eSuperTypes="#//Name">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="declaration" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType JDTAST1.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MarkerAnnotation" eSuperTypes="#//Annotation"/>
<eClassifiers xsi:type="ecore:EClass" name="NormalAnnotation" eSuperTypes="#//Annotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//MemberValuePair" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleMemberAnnotation" eSuperTypes="#//Annotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#//Expression" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jesusc/eclectic/tests/org.eclectic.test.streaming.largemodels/model/jdt-genversion/JDTAST.ecore | ecore | DOM
AST
compilationUnits
ASTNode
AnonymousClassDeclaration
bodyDeclarations
BodyDeclaration
modifiers
javadoc
CatchClause
body
exception
Comment
alternateRoot
CompilationUnit
comments
package
imports
types
Expression
resolveBoxing
resolveUnboxing
typeBinding
ImportDeclaration
onDemand
static
name
MemberRef
name
qualifier
MemberValuePair
name
value
MethodRef
name
qualifier
parameters
MethodRefParameter
name
type
varargs
ExtendedModifier
Modifier
abstract
final
native
none
private
protected
public
static
strictfp
synchronized
transient
volatile
PackageDeclaration
annotations
javadoc
name
binding
Statement
TagElement
fragments
tagName
nested
TextElement
text
Type
TypeParameter
name
typeBounds
VariableDeclaration
extraDimensions
initializer
name
AbstractTypeDeclaration
bodyDeclarations
name
localTypeDeclaration
memberTypeDeclaration
packageMemberTypeDeclaration
AnnotationTypeMemberDeclaration
default
name
type
EnumConstantDeclaration
arguments
anonymousClassDeclaration
name
FieldDeclaration
fragments
type
Initializer
body
MethodDeclaration
body
extraDimensions
name
returnType
constructor
varargs
parameters
thrownExceptions
typeParameters
binding
AnnotationTypeDeclaration
EnumDeclaration
superInterfaceTypes
enumConstants
TypeDeclaration
superclassType
interface
superInterfaceTypes
typeParameters
BlockComment
Javadoc
tags
LineComment
Annotation
typeName
ArrayAccess
array
index
ArrayCreation
dimensions
initializer
type
ArrayInitializer
expressions
Assignment
leftHandSide
operator
rightHandSide
AssignmentOperatorKind
right_shift_signed_assign
>>=
bit_xor_assign
^=
times_assign
*=
divide_assign
/=
minus_assign
-=
bit_or_assign
|=
plus_assign
+=
assign
=
right_shift_unsigned_assign
>>>=
remainder_assign
%=
bit_and_assign
&=
left_shift_assign
<<=
BooleanLiteral
booleanValue
CastExpression
expression
type
CharacterLiteral
charValue
escapedValue
ClassInstanceCreation
arguments
anonymousClassDeclaration
expression
type
typeArguments
ConditionalExpression
elseExpression
expression
thenExpression
FieldAccess
expression
name
InfixExpression
extendedOperands
leftOperand
operator
rightOperand
InfixExpressionOperatorKind
greater_equals
>=
or
|
right_shift_signed
>>
minus
-
xor
^
less_equals
<=
equals
==
not_equals
!=
and
&
plus
+
greater
>
conditional_or
||
remainder
%
less
<
left_shift
<<
right_shift_unsigned
>>>
conditional_and
&&
times
*
divide
/
InstanceofExpression
leftOperand
rightOperand
MethodInvocation
arguments
expression
name
typeArguments
methodBinding
Name
fullyQualifiedName
NullLiteral
NumberLiteral
token
ParenthesizedExpression
expression
PostfixExpression
operand
operator
PostfixExpressionOperatorKind
increment
++
decrement
--
PrefixExpression
operand
operator
PrefixExpressionOperatorKind
minus
-
not
!
decrement
--
complement
~
increment
++
plus
+
StringLiteral
escapedValue
literalValue
SuperFieldAccess
name
qualifier
SuperMethodInvocation
arguments
name
qualifier
typeArguments
ThisExpression
qualifier
TypeLiteral
type
VariableDeclarationExpression
fragments
modifiers
type
AssertStatement
expression
message
Block
statements
BreakStatement
label
ConstructorInvocation
arguments
typeArguments
ContinueStatement
label
DoStatement
body
expression
EmptyStatement
EnhancedForStatement
body
expression
parameter
ExpressionStatement
expression
ForStatement
body
expression
initializers
updaters
IfStatement
elseStatement
expression
thenStatement
LabeledStatement
body
label
ReturnStatement
expression
SuperConstructorInvocation
arguments
expression
typeArguments
SwitchCase
expression
default
SwitchStatement
expression
statements
SynchronizedStatement
body
expression
ThrowStatement
expression
TryStatement
catchClauses
body
finally
TypeDeclarationStatement
declaration
VariableDeclarationStatement
fragments
modifiers
type
WhileStatement
body
expression
ArrayType
componentType
dimensions
elementType
ParameterizedType
type
typeArguments
PrimitiveType
code
QualifiedType
name
qualifier
SimpleType
name
WildcardType
bound
upperBound
SingleVariableDeclaration
type
varargs
modifiers
VariableDeclarationFragment
QualifiedName
name
qualifier
SimpleName
identifier
declaration
MarkerAnnotation
NormalAnnotation
values
SingleMemberAnnotation
value | null | {"directed":true,"nodes":[{"nsPrefix":"dom","nsURI":"org.amma.dsl.jdt.dom","name":"DOM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AST","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberValuePair","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedModifier","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperatorKind","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionOperatorKind","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceofExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpressionOperatorKind","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpressionOperatorKind","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedType","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildcardType","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":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedName","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleName","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarkerAnnotation","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalAnnotation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleMemberAnnotation","instanceClass":null,"abstract":false,"id":99,"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":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"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":"javadoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":110,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alternateRoot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"resolveBoxing","changeable":true,"lowerBound":1,"iD":false,"id":127,"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":"resolveUnboxing","changeable":true,"lowerBound":1,"iD":false,"id":128,"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":"typeBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"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":"onDemand","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"static","changeable":true,"lowerBound":1,"iD":false,"id":135,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":146,"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":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameters","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"},{"container":false,"ordered":false,"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":158,"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":159,"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":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":165,"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":"final","changeable":true,"lowerBound":1,"iD":false,"id":166,"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":"native","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"none","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"private","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"protected","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"public","changeable":true,"lowerBound":1,"iD":false,"id":171,"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":"static","changeable":true,"lowerBound":1,"iD":false,"id":172,"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":"strictfp","changeable":true,"lowerBound":1,"iD":false,"id":173,"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":"synchronized","changeable":true,"lowerBound":1,"iD":false,"id":174,"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":"transient","changeable":true,"lowerBound":1,"iD":false,"id":175,"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":"volatile","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"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":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":191,"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":"javadoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"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":"binding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"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":"tagName","changeable":true,"lowerBound":1,"iD":false,"id":202,"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":"nested","changeable":true,"lowerBound":1,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"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":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"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":"name","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":"typeBounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"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":"extraDimensions","changeable":true,"lowerBound":1,"iD":false,"id":217,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":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":224,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"localTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":226,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"memberTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":227,"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":"packageMemberTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"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":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":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":257,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraDimensions","changeable":true,"lowerBound":1,"iD":false,"id":258,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":260,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"constructor","changeable":true,"lowerBound":1,"iD":false,"id":261,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thrownExceptions","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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"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":"binding","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaceTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstants","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superclassType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":284,"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":"interface","changeable":true,"lowerBound":1,"iD":false,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaceTypes","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":"typeParameters","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"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"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":"typeName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"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":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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":308,"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":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"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":317,"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":318,"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":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"name":"right_shift_signed_assign","id":324,"value":1,"literal":">>=","eClass":"EEnumLiteral"},{"name":"bit_xor_assign","id":325,"value":2,"literal":"^=","eClass":"EEnumLiteral"},{"name":"times_assign","id":326,"value":3,"literal":"*=","eClass":"EEnumLiteral"},{"name":"divide_assign","id":327,"value":4,"literal":"/=","eClass":"EEnumLiteral"},{"name":"minus_assign","id":328,"value":5,"literal":"-=","eClass":"EEnumLiteral"},{"name":"bit_or_assign","id":329,"value":6,"literal":"|=","eClass":"EEnumLiteral"},{"name":"plus_assign","id":330,"value":7,"literal":"+=","eClass":"EEnumLiteral"},{"name":"assign","id":331,"value":8,"literal":"=","eClass":"EEnumLiteral"},{"name":"right_shift_unsigned_assign","id":332,"value":9,"literal":">>>=","eClass":"EEnumLiteral"},{"name":"remainder_assign","id":333,"value":10,"literal":"%=","eClass":"EEnumLiteral"},{"name":"bit_and_assign","id":334,"value":11,"literal":"&=","eClass":"EEnumLiteral"},{"name":"left_shift_assign","id":335,"value":12,"literal":"<<=","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanValue","changeable":true,"lowerBound":1,"iD":false,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"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":339,"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":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"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":"charValue","changeable":true,"lowerBound":1,"iD":false,"id":344,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"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":352,"derived":false},{"container":false,"ordered":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":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"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":360,"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":361,"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":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"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":367,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":373,"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":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":"rightOperand","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"},{"name":"greater_equals","id":381,"value":1,"literal":">=","eClass":"EEnumLiteral"},{"name":"or","id":382,"value":2,"literal":"|","eClass":"EEnumLiteral"},{"name":"right_shift_signed","id":383,"value":3,"literal":">>","eClass":"EEnumLiteral"},{"name":"minus","id":384,"value":4,"literal":"-","eClass":"EEnumLiteral"},{"name":"xor","id":385,"value":5,"literal":"^","eClass":"EEnumLiteral"},{"name":"less_equals","id":386,"value":6,"literal":"<=","eClass":"EEnumLiteral"},{"name":"equals","id":387,"value":7,"literal":"==","eClass":"EEnumLiteral"},{"name":"not_equals","id":388,"value":8,"literal":"!=","eClass":"EEnumLiteral"},{"name":"and","id":389,"value":9,"literal":"&","eClass":"EEnumLiteral"},{"name":"plus","id":390,"value":10,"literal":"+","eClass":"EEnumLiteral"},{"name":"greater","id":391,"value":11,"literal":">","eClass":"EEnumLiteral"},{"name":"conditional_or","id":392,"value":12,"literal":"||","eClass":"EEnumLiteral"},{"name":"remainder","id":393,"value":13,"literal":"%","eClass":"EEnumLiteral"},{"name":"less","id":394,"value":14,"literal":"<","eClass":"EEnumLiteral"},{"name":"left_shift","id":395,"value":15,"literal":"<<","eClass":"EEnumLiteral"},{"name":"right_shift_unsigned","id":396,"value":16,"literal":">>>","eClass":"EEnumLiteral"},{"name":"conditional_and","id":397,"value":17,"literal":"&&","eClass":"EEnumLiteral"},{"name":"times","id":398,"value":18,"literal":"*","eClass":"EEnumLiteral"},{"name":"divide","id":399,"value":19,"literal":"/","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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"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":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":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":405,"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":406,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":407,"derived":false},{"container":false,"ordered":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":408,"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":"methodBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fullyQualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":426,"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":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"name":"increment","id":431,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"decrement","id":432,"value":2,"literal":"--","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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":433,"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":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"name":"minus","id":438,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"not","id":439,"value":2,"literal":"!","eClass":"EEnumLiteral"},{"name":"decrement","id":440,"value":3,"literal":"--","eClass":"EEnumLiteral"},{"name":"complement","id":441,"value":4,"literal":"~","eClass":"EEnumLiteral"},{"name":"increment","id":442,"value":5,"literal":"++","eClass":"EEnumLiteral"},{"name":"plus","id":443,"value":6,"literal":"+","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":444,"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":"literalValue","changeable":true,"lowerBound":1,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":449,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":455,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":456,"derived":false},{"container":false,"ordered":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":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":463,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"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":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"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":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"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":476,"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":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":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":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"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":495,"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":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"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":501,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":502,"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":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"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":511,"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":512,"derived":false},{"container":false,"ordered":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":513,"derived":false},{"container":false,"ordered":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":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"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":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":521,"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":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"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":527,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":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":535,"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":536,"derived":false},{"container":false,"ordered":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":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"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":542,"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":"default","changeable":true,"lowerBound":1,"iD":false,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"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":547,"derived":false},{"container":false,"ordered":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":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"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":552,"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":553,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"container":false,"ordered":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":560,"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":561,"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":"finally","changeable":true,"resolveProxies":true,"lowerBound":1,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"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":567,"derived":false},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"container":false,"ordered":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":570,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"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":577,"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":578,"derived":false},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"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":"componentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":582,"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":"dimensions","changeable":true,"lowerBound":1,"iD":false,"id":583,"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":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"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":589,"derived":false},{"container":false,"ordered":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":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"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":"code","changeable":true,"lowerBound":1,"iD":false,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"id":596,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":597,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":598,"derived":false},{"id":599,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":602,"derived":false},{"id":603,"eClass":"EGenericType"},{"id":604,"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":"bound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":605,"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":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"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":610,"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":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":611,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":612,"derived":false},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":618,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":619,"derived":false},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"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":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":623,"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":"declaration","changeable":true,"lowerBound":1,"iD":false,"id":624,"derived":false},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"container":false,"ordered":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":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"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":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":1,"target":0},{"source":1,"target":100},{"source":100,"target":2},{"source":100,"target":101},{"source":100,"target":1},{"source":101,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":102},{"source":3,"target":103},{"source":102,"target":4},{"source":102,"target":104},{"source":102,"target":3},{"source":104,"target":4},{"source":103,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":105,"target":14},{"source":105,"target":108},{"source":105,"target":4},{"source":108,"target":14},{"source":106,"target":33},{"source":106,"target":109},{"source":106,"target":4},{"source":109,"target":33},{"source":107,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":110},{"source":5,"target":111},{"source":5,"target":112},{"source":110,"target":66},{"source":110,"target":113},{"source":110,"target":5},{"source":113,"target":66},{"source":111,"target":93},{"source":111,"target":114},{"source":111,"target":5},{"source":114,"target":93},{"source":112,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":115},{"source":6,"target":116},{"source":115,"target":2},{"source":115,"target":117},{"source":115,"target":6},{"source":117,"target":2},{"source":116,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":118},{"source":7,"target":119},{"source":7,"target":120},{"source":7,"target":121},{"source":7,"target":122},{"source":118,"target":6},{"source":118,"target":123},{"source":118,"target":7},{"source":123,"target":6},{"source":119,"target":16},{"source":119,"target":124},{"source":119,"target":7},{"source":124,"target":16},{"source":120,"target":9},{"source":120,"target":125},{"source":120,"target":7},{"source":125,"target":9},{"source":121,"target":23},{"source":121,"target":126},{"source":121,"target":7},{"source":126,"target":23},{"source":122,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":127},{"source":8,"target":128},{"source":8,"target":129},{"source":8,"target":130},{"source":127,"target":131},{"source":127,"target":8},{"source":128,"target":132},{"source":128,"target":8},{"source":129,"target":133},{"source":129,"target":8},{"source":130,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":134},{"source":9,"target":135},{"source":9,"target":136},{"source":9,"target":137},{"source":134,"target":138},{"source":134,"target":9},{"source":135,"target":139},{"source":135,"target":9},{"source":136,"target":51},{"source":136,"target":140},{"source":136,"target":9},{"source":140,"target":51},{"source":137,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":141},{"source":10,"target":142},{"source":10,"target":143},{"source":141,"target":96},{"source":141,"target":144},{"source":141,"target":10},{"source":144,"target":96},{"source":142,"target":51},{"source":142,"target":145},{"source":142,"target":10},{"source":145,"target":51},{"source":143,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":146},{"source":11,"target":147},{"source":11,"target":148},{"source":146,"target":96},{"source":146,"target":149},{"source":146,"target":11},{"source":149,"target":96},{"source":147,"target":8},{"source":147,"target":150},{"source":147,"target":11},{"source":150,"target":8},{"source":148,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":151},{"source":12,"target":152},{"source":12,"target":153},{"source":12,"target":154},{"source":151,"target":96},{"source":151,"target":155},{"source":151,"target":12},{"source":155,"target":96},{"source":152,"target":51},{"source":152,"target":156},{"source":152,"target":12},{"source":156,"target":51},{"source":153,"target":13},{"source":153,"target":157},{"source":153,"target":12},{"source":157,"target":13},{"source":154,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":158},{"source":13,"target":159},{"source":13,"target":160},{"source":13,"target":161},{"source":158,"target":96},{"source":158,"target":162},{"source":158,"target":13},{"source":162,"target":96},{"source":159,"target":20},{"source":159,"target":163},{"source":159,"target":13},{"source":163,"target":20},{"source":160,"target":164},{"source":160,"target":13},{"source":161,"target":2},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":14},{"source":15,"target":165},{"source":15,"target":166},{"source":15,"target":167},{"source":15,"target":168},{"source":15,"target":169},{"source":15,"target":170},{"source":15,"target":171},{"source":15,"target":172},{"source":15,"target":173},{"source":15,"target":174},{"source":15,"target":175},{"source":15,"target":176},{"source":15,"target":177},{"source":15,"target":178},{"source":165,"target":179},{"source":165,"target":15},{"source":166,"target":180},{"source":166,"target":15},{"source":167,"target":181},{"source":167,"target":15},{"source":168,"target":182},{"source":168,"target":15},{"source":169,"target":183},{"source":169,"target":15},{"source":170,"target":184},{"source":170,"target":15},{"source":171,"target":185},{"source":171,"target":15},{"source":172,"target":186},{"source":172,"target":15},{"source":173,"target":187},{"source":173,"target":15},{"source":174,"target":188},{"source":174,"target":15},{"source":175,"target":189},{"source":175,"target":15},{"source":176,"target":190},{"source":176,"target":15},{"source":177,"target":2},{"source":178,"target":14},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":191},{"source":16,"target":192},{"source":16,"target":193},{"source":16,"target":194},{"source":16,"target":195},{"source":191,"target":35},{"source":191,"target":196},{"source":191,"target":16},{"source":196,"target":35},{"source":192,"target":33},{"source":192,"target":197},{"source":192,"target":16},{"source":197,"target":33},{"source":193,"target":51},{"source":193,"target":198},{"source":193,"target":16},{"source":198,"target":51},{"source":194,"target":199},{"source":194,"target":16},{"source":195,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":200},{"source":200,"target":2},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":201},{"source":18,"target":202},{"source":18,"target":203},{"source":18,"target":204},{"source":201,"target":2},{"source":201,"target":205},{"source":201,"target":18},{"source":205,"target":2},{"source":202,"target":206},{"source":202,"target":18},{"source":203,"target":207},{"source":203,"target":18},{"source":204,"target":2},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":208},{"source":19,"target":209},{"source":208,"target":210},{"source":208,"target":19},{"source":209,"target":2},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":211},{"source":211,"target":2},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":212},{"source":21,"target":213},{"source":21,"target":214},{"source":212,"target":96},{"source":212,"target":215},{"source":212,"target":21},{"source":215,"target":96},{"source":213,"target":20},{"source":213,"target":216},{"source":213,"target":21},{"source":216,"target":20},{"source":214,"target":2},{"source":22,"target":0},{"source":22,"target":2},{"source":22,"target":217},{"source":22,"target":218},{"source":22,"target":219},{"source":22,"target":220},{"source":217,"target":221},{"source":217,"target":22},{"source":218,"target":8},{"source":218,"target":222},{"source":218,"target":22},{"source":222,"target":8},{"source":219,"target":96},{"source":219,"target":223},{"source":219,"target":22},{"source":223,"target":96},{"source":220,"target":2},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":224},{"source":23,"target":225},{"source":23,"target":226},{"source":23,"target":227},{"source":23,"target":228},{"source":23,"target":229},{"source":224,"target":4},{"source":224,"target":230},{"source":224,"target":23},{"source":230,"target":4},{"source":225,"target":96},{"source":225,"target":231},{"source":225,"target":23},{"source":231,"target":96},{"source":226,"target":232},{"source":226,"target":23},{"source":227,"target":233},{"source":227,"target":23},{"source":228,"target":234},{"source":228,"target":23},{"source":229,"target":4},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":235},{"source":24,"target":236},{"source":24,"target":237},{"source":24,"target":238},{"source":235,"target":8},{"source":235,"target":239},{"source":235,"target":24},{"source":239,"target":8},{"source":236,"target":96},{"source":236,"target":240},{"source":236,"target":24},{"source":240,"target":96},{"source":237,"target":20},{"source":237,"target":241},{"source":237,"target":24},{"source":241,"target":20},{"source":238,"target":4},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":242},{"source":25,"target":243},{"source":25,"target":244},{"source":25,"target":245},{"source":242,"target":8},{"source":242,"target":246},{"source":242,"target":25},{"source":246,"target":8},{"source":243,"target":3},{"source":243,"target":247},{"source":243,"target":25},{"source":247,"target":3},{"source":244,"target":96},{"source":244,"target":248},{"source":244,"target":25},{"source":248,"target":96},{"source":245,"target":4},{"source":26,"target":0},{"source":26,"target":4},{"source":26,"target":249},{"source":26,"target":250},{"source":26,"target":251},{"source":249,"target":94},{"source":249,"target":252},{"source":249,"target":26},{"source":252,"target":94},{"source":250,"target":20},{"source":250,"target":253},{"source":250,"target":26},{"source":253,"target":20},{"source":251,"target":4},{"source":27,"target":0},{"source":27,"target":4},{"source":27,"target":254},{"source":27,"target":255},{"source":254,"target":66},{"source":254,"target":256},{"source":254,"target":27},{"source":256,"target":66},{"source":255,"target":4},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":257},{"source":28,"target":258},{"source":28,"target":259},{"source":28,"target":260},{"source":28,"target":261},{"source":28,"target":262},{"source":28,"target":263},{"source":28,"target":264},{"source":28,"target":265},{"source":28,"target":266},{"source":28,"target":267},{"source":257,"target":66},{"source":257,"target":268},{"source":257,"target":28},{"source":268,"target":66},{"source":258,"target":269},{"source":258,"target":28},{"source":259,"target":96},{"source":259,"target":270},{"source":259,"target":28},{"source":270,"target":96},{"source":260,"target":20},{"source":260,"target":271},{"source":260,"target":28},{"source":271,"target":20},{"source":261,"target":272},{"source":261,"target":28},{"source":262,"target":273},{"source":262,"target":28},{"source":263,"target":93},{"source":263,"target":274},{"source":263,"target":28},{"source":274,"target":93},{"source":264,"target":51},{"source":264,"target":275},{"source":264,"target":28},{"source":275,"target":51},{"source":265,"target":21},{"source":265,"target":276},{"source":265,"target":28},{"source":276,"target":21},{"source":266,"target":277},{"source":266,"target":28},{"source":267,"target":4},{"source":29,"target":0},{"source":29,"target":23},{"source":29,"target":278},{"source":278,"target":23},{"source":30,"target":0},{"source":30,"target":23},{"source":30,"target":279},{"source":30,"target":280},{"source":30,"target":281},{"source":279,"target":20},{"source":279,"target":282},{"source":279,"target":30},{"source":282,"target":20},{"source":280,"target":25},{"source":280,"target":283},{"source":280,"target":30},{"source":283,"target":25},{"source":281,"target":23},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":284},{"source":31,"target":285},{"source":31,"target":286},{"source":31,"target":287},{"source":31,"target":288},{"source":284,"target":20},{"source":284,"target":289},{"source":284,"target":31},{"source":289,"target":20},{"source":285,"target":290},{"source":285,"target":31},{"source":286,"target":20},{"source":286,"target":291},{"source":286,"target":31},{"source":291,"target":20},{"source":287,"target":21},{"source":287,"target":292},{"source":287,"target":31},{"source":292,"target":21},{"source":288,"target":23},{"source":32,"target":0},{"source":32,"target":6},{"source":32,"target":293},{"source":293,"target":6},{"source":33,"target":0},{"source":33,"target":6},{"source":33,"target":294},{"source":33,"target":295},{"source":294,"target":18},{"source":294,"target":296},{"source":294,"target":33},{"source":296,"target":18},{"source":295,"target":6},{"source":34,"target":0},{"source":34,"target":6},{"source":34,"target":297},{"source":297,"target":6},{"source":35,"target":0},{"source":35,"target":8},{"source":35,"target":14},{"source":35,"target":298},{"source":35,"target":299},{"source":35,"target":300},{"source":298,"target":51},{"source":298,"target":301},{"source":298,"target":35},{"source":301,"target":51},{"source":299,"target":8},{"source":300,"target":14},{"source":36,"target":0},{"source":36,"target":8},{"source":36,"target":302},{"source":36,"target":303},{"source":36,"target":304},{"source":302,"target":8},{"source":302,"target":305},{"source":302,"target":36},{"source":305,"target":8},{"source":303,"target":8},{"source":303,"target":306},{"source":303,"target":36},{"source":306,"target":8},{"source":304,"target":8},{"source":37,"target":0},{"source":37,"target":8},{"source":37,"target":307},{"source":37,"target":308},{"source":37,"target":309},{"source":37,"target":310},{"source":307,"target":8},{"source":307,"target":311},{"source":307,"target":37},{"source":311,"target":8},{"source":308,"target":38},{"source":308,"target":312},{"source":308,"target":37},{"source":312,"target":38},{"source":309,"target":87},{"source":309,"target":313},{"source":309,"target":37},{"source":313,"target":87},{"source":310,"target":8},{"source":38,"target":0},{"source":38,"target":8},{"source":38,"target":314},{"source":38,"target":315},{"source":314,"target":8},{"source":314,"target":316},{"source":314,"target":38},{"source":316,"target":8},{"source":315,"target":8},{"source":39,"target":0},{"source":39,"target":8},{"source":39,"target":317},{"source":39,"target":318},{"source":39,"target":319},{"source":39,"target":320},{"source":317,"target":8},{"source":317,"target":321},{"source":317,"target":39},{"source":321,"target":8},{"source":318,"target":40},{"source":318,"target":322},{"source":318,"target":39},{"source":322,"target":40},{"source":319,"target":8},{"source":319,"target":323},{"source":319,"target":39},{"source":323,"target":8},{"source":320,"target":8},{"source":40,"target":0},{"source":40,"target":324},{"source":40,"target":325},{"source":40,"target":326},{"source":40,"target":327},{"source":40,"target":328},{"source":40,"target":329},{"source":40,"target":330},{"source":40,"target":331},{"source":40,"target":332},{"source":40,"target":333},{"source":40,"target":334},{"source":40,"target":335},{"source":324,"target":40},{"source":325,"target":40},{"source":326,"target":40},{"source":327,"target":40},{"source":328,"target":40},{"source":329,"target":40},{"source":330,"target":40},{"source":331,"target":40},{"source":332,"target":40},{"source":333,"target":40},{"source":334,"target":40},{"source":335,"target":40},{"source":41,"target":0},{"source":41,"target":8},{"source":41,"target":336},{"source":41,"target":337},{"source":336,"target":338},{"source":336,"target":41},{"source":337,"target":8},{"source":42,"target":0},{"source":42,"target":8},{"source":42,"target":339},{"source":42,"target":340},{"source":42,"target":341},{"source":339,"target":8},{"source":339,"target":342},{"source":339,"target":42},{"source":342,"target":8},{"source":340,"target":20},{"source":340,"target":343},{"source":340,"target":42},{"source":343,"target":20},{"source":341,"target":8},{"source":43,"target":0},{"source":43,"target":8},{"source":43,"target":344},{"source":43,"target":345},{"source":43,"target":346},{"source":344,"target":347},{"source":344,"target":43},{"source":345,"target":348},{"source":345,"target":43},{"source":346,"target":8},{"source":44,"target":0},{"source":44,"target":8},{"source":44,"target":349},{"source":44,"target":350},{"source":44,"target":351},{"source":44,"target":352},{"source":44,"target":353},{"source":44,"target":354},{"source":349,"target":8},{"source":349,"target":355},{"source":349,"target":44},{"source":355,"target":8},{"source":350,"target":3},{"source":350,"target":356},{"source":350,"target":44},{"source":356,"target":3},{"source":351,"target":8},{"source":351,"target":357},{"source":351,"target":44},{"source":357,"target":8},{"source":352,"target":20},{"source":352,"target":358},{"source":352,"target":44},{"source":358,"target":20},{"source":353,"target":20},{"source":353,"target":359},{"source":353,"target":44},{"source":359,"target":20},{"source":354,"target":8},{"source":45,"target":0},{"source":45,"target":8},{"source":45,"target":360},{"source":45,"target":361},{"source":45,"target":362},{"source":45,"target":363},{"source":360,"target":8},{"source":360,"target":364},{"source":360,"target":45},{"source":364,"target":8},{"source":361,"target":8},{"source":361,"target":365},{"source":361,"target":45},{"source":365,"target":8},{"source":362,"target":8},{"source":362,"target":366},{"source":362,"target":45},{"source":366,"target":8},{"source":363,"target":8},{"source":46,"target":0},{"source":46,"target":8},{"source":46,"target":367},{"source":46,"target":368},{"source":46,"target":369},{"source":367,"target":8},{"source":367,"target":370},{"source":367,"target":46},{"source":370,"target":8},{"source":368,"target":96},{"source":368,"target":371},{"source":368,"target":46},{"source":371,"target":96},{"source":369,"target":8},{"source":47,"target":0},{"source":47,"target":8},{"source":47,"target":372},{"source":47,"target":373},{"source":47,"target":374},{"source":47,"target":375},{"source":47,"target":376},{"source":372,"target":8},{"source":372,"target":377},{"source":372,"target":47},{"source":377,"target":8},{"source":373,"target":8},{"source":373,"target":378},{"source":373,"target":47},{"source":378,"target":8},{"source":374,"target":48},{"source":374,"target":379},{"source":374,"target":47},{"source":379,"target":48},{"source":375,"target":8},{"source":375,"target":380},{"source":375,"target":47},{"source":380,"target":8},{"source":376,"target":8},{"source":48,"target":0},{"source":48,"target":381},{"source":48,"target":382},{"source":48,"target":383},{"source":48,"target":384},{"source":48,"target":385},{"source":48,"target":386},{"source":48,"target":387},{"source":48,"target":388},{"source":48,"target":389},{"source":48,"target":390},{"source":48,"target":391},{"source":48,"target":392},{"source":48,"target":393},{"source":48,"target":394},{"source":48,"target":395},{"source":48,"target":396},{"source":48,"target":397},{"source":48,"target":398},{"source":48,"target":399},{"source":381,"target":48},{"source":382,"target":48},{"source":383,"target":48},{"source":384,"target":48},{"source":385,"target":48},{"source":386,"target":48},{"source":387,"target":48},{"source":388,"target":48},{"source":389,"target":48},{"source":390,"target":48},{"source":391,"target":48},{"source":392,"target":48},{"source":393,"target":48},{"source":394,"target":48},{"source":395,"target":48},{"source":396,"target":48},{"source":397,"target":48},{"source":398,"target":48},{"source":399,"target":48},{"source":49,"target":0},{"source":49,"target":8},{"source":49,"target":400},{"source":49,"target":401},{"source":49,"target":402},{"source":400,"target":8},{"source":400,"target":403},{"source":400,"target":49},{"source":403,"target":8},{"source":401,"target":20},{"source":401,"target":404},{"source":401,"target":49},{"source":404,"target":20},{"source":402,"target":8},{"source":50,"target":0},{"source":50,"target":8},{"source":50,"target":405},{"source":50,"target":406},{"source":50,"target":407},{"source":50,"target":408},{"source":50,"target":409},{"source":50,"target":410},{"source":405,"target":8},{"source":405,"target":411},{"source":405,"target":50},{"source":411,"target":8},{"source":406,"target":8},{"source":406,"target":412},{"source":406,"target":50},{"source":412,"target":8},{"source":407,"target":96},{"source":407,"target":413},{"source":407,"target":50},{"source":413,"target":96},{"source":408,"target":20},{"source":408,"target":414},{"source":408,"target":50},{"source":414,"target":20},{"source":409,"target":415},{"source":409,"target":50},{"source":410,"target":8},{"source":51,"target":0},{"source":51,"target":8},{"source":51,"target":416},{"source":51,"target":417},{"source":416,"target":418},{"source":416,"target":51},{"source":417,"target":8},{"source":52,"target":0},{"source":52,"target":8},{"source":52,"target":419},{"source":419,"target":8},{"source":53,"target":0},{"source":53,"target":8},{"source":53,"target":420},{"source":53,"target":421},{"source":420,"target":422},{"source":420,"target":53},{"source":421,"target":8},{"source":54,"target":0},{"source":54,"target":8},{"source":54,"target":423},{"source":54,"target":424},{"source":423,"target":8},{"source":423,"target":425},{"source":423,"target":54},{"source":425,"target":8},{"source":424,"target":8},{"source":55,"target":0},{"source":55,"target":8},{"source":55,"target":426},{"source":55,"target":427},{"source":55,"target":428},{"source":426,"target":8},{"source":426,"target":429},{"source":426,"target":55},{"source":429,"target":8},{"source":427,"target":56},{"source":427,"target":430},{"source":427,"target":55},{"source":430,"target":56},{"source":428,"target":8},{"source":56,"target":0},{"source":56,"target":431},{"source":56,"target":432},{"source":431,"target":56},{"source":432,"target":56},{"source":57,"target":0},{"source":57,"target":8},{"source":57,"target":433},{"source":57,"target":434},{"source":57,"target":435},{"source":433,"target":8},{"source":433,"target":436},{"source":433,"target":57},{"source":436,"target":8},{"source":434,"target":58},{"source":434,"target":437},{"source":434,"target":57},{"source":437,"target":58},{"source":435,"target":8},{"source":58,"target":0},{"source":58,"target":438},{"source":58,"target":439},{"source":58,"target":440},{"source":58,"target":441},{"source":58,"target":442},{"source":58,"target":443},{"source":438,"target":58},{"source":439,"target":58},{"source":440,"target":58},{"source":441,"target":58},{"source":442,"target":58},{"source":443,"target":58},{"source":59,"target":0},{"source":59,"target":8},{"source":59,"target":444},{"source":59,"target":445},{"source":59,"target":446},{"source":444,"target":447},{"source":444,"target":59},{"source":445,"target":448},{"source":445,"target":59},{"source":446,"target":8},{"source":60,"target":0},{"source":60,"target":8},{"source":60,"target":449},{"source":60,"target":450},{"source":60,"target":451},{"source":449,"target":96},{"source":449,"target":452},{"source":449,"target":60},{"source":452,"target":96},{"source":450,"target":51},{"source":450,"target":453},{"source":450,"target":60},{"source":453,"target":51},{"source":451,"target":8},{"source":61,"target":0},{"source":61,"target":8},{"source":61,"target":454},{"source":61,"target":455},{"source":61,"target":456},{"source":61,"target":457},{"source":61,"target":458},{"source":454,"target":8},{"source":454,"target":459},{"source":454,"target":61},{"source":459,"target":8},{"source":455,"target":51},{"source":455,"target":460},{"source":455,"target":61},{"source":460,"target":51},{"source":456,"target":51},{"source":456,"target":461},{"source":456,"target":61},{"source":461,"target":51},{"source":457,"target":20},{"source":457,"target":462},{"source":457,"target":61},{"source":462,"target":20},{"source":458,"target":8},{"source":62,"target":0},{"source":62,"target":8},{"source":62,"target":463},{"source":62,"target":464},{"source":463,"target":51},{"source":463,"target":465},{"source":463,"target":62},{"source":465,"target":51},{"source":464,"target":8},{"source":63,"target":0},{"source":63,"target":8},{"source":63,"target":466},{"source":63,"target":467},{"source":466,"target":20},{"source":466,"target":468},{"source":466,"target":63},{"source":468,"target":20},{"source":467,"target":8},{"source":64,"target":0},{"source":64,"target":8},{"source":64,"target":469},{"source":64,"target":470},{"source":64,"target":471},{"source":64,"target":472},{"source":469,"target":94},{"source":469,"target":473},{"source":469,"target":64},{"source":473,"target":94},{"source":470,"target":14},{"source":470,"target":474},{"source":470,"target":64},{"source":474,"target":14},{"source":471,"target":20},{"source":471,"target":475},{"source":471,"target":64},{"source":475,"target":20},{"source":472,"target":8},{"source":65,"target":0},{"source":65,"target":17},{"source":65,"target":476},{"source":65,"target":477},{"source":65,"target":478},{"source":476,"target":8},{"source":476,"target":479},{"source":476,"target":65},{"source":479,"target":8},{"source":477,"target":8},{"source":477,"target":480},{"source":477,"target":65},{"source":480,"target":8},{"source":478,"target":17},{"source":66,"target":0},{"source":66,"target":17},{"source":66,"target":481},{"source":66,"target":482},{"source":481,"target":17},{"source":481,"target":483},{"source":481,"target":66},{"source":483,"target":17},{"source":482,"target":17},{"source":67,"target":0},{"source":67,"target":17},{"source":67,"target":484},{"source":67,"target":485},{"source":484,"target":96},{"source":484,"target":486},{"source":484,"target":67},{"source":486,"target":96},{"source":485,"target":17},{"source":68,"target":0},{"source":68,"target":17},{"source":68,"target":487},{"source":68,"target":488},{"source":68,"target":489},{"source":487,"target":8},{"source":487,"target":490},{"source":487,"target":68},{"source":490,"target":8},{"source":488,"target":20},{"source":488,"target":491},{"source":488,"target":68},{"source":491,"target":20},{"source":489,"target":17},{"source":69,"target":0},{"source":69,"target":17},{"source":69,"target":492},{"source":69,"target":493},{"source":492,"target":96},{"source":492,"target":494},{"source":492,"target":69},{"source":494,"target":96},{"source":493,"target":17},{"source":70,"target":0},{"source":70,"target":17},{"source":70,"target":495},{"source":70,"target":496},{"source":70,"target":497},{"source":495,"target":17},{"source":495,"target":498},{"source":495,"target":70},{"source":498,"target":17},{"source":496,"target":8},{"source":496,"target":499},{"source":496,"target":70},{"source":499,"target":8},{"source":497,"target":17},{"source":71,"target":0},{"source":71,"target":17},{"source":71,"target":500},{"source":500,"target":17},{"source":72,"target":0},{"source":72,"target":17},{"source":72,"target":501},{"source":72,"target":502},{"source":72,"target":503},{"source":72,"target":504},{"source":501,"target":17},{"source":501,"target":505},{"source":501,"target":72},{"source":505,"target":17},{"source":502,"target":8},{"source":502,"target":506},{"source":502,"target":72},{"source":506,"target":8},{"source":503,"target":93},{"source":503,"target":507},{"source":503,"target":72},{"source":507,"target":93},{"source":504,"target":17},{"source":73,"target":0},{"source":73,"target":17},{"source":73,"target":508},{"source":73,"target":509},{"source":508,"target":8},{"source":508,"target":510},{"source":508,"target":73},{"source":510,"target":8},{"source":509,"target":17},{"source":74,"target":0},{"source":74,"target":17},{"source":74,"target":511},{"source":74,"target":512},{"source":74,"target":513},{"source":74,"target":514},{"source":74,"target":515},{"source":511,"target":17},{"source":511,"target":516},{"source":511,"target":74},{"source":516,"target":17},{"source":512,"target":8},{"source":512,"target":517},{"source":512,"target":74},{"source":517,"target":8},{"source":513,"target":8},{"source":513,"target":518},{"source":513,"target":74},{"source":518,"target":8},{"source":514,"target":8},{"source":514,"target":519},{"source":514,"target":74},{"source":519,"target":8},{"source":515,"target":17},{"source":75,"target":0},{"source":75,"target":17},{"source":75,"target":520},{"source":75,"target":521},{"source":75,"target":522},{"source":75,"target":523},{"source":520,"target":17},{"source":520,"target":524},{"source":520,"target":75},{"source":524,"target":17},{"source":521,"target":8},{"source":521,"target":525},{"source":521,"target":75},{"source":525,"target":8},{"source":522,"target":17},{"source":522,"target":526},{"source":522,"target":75},{"source":526,"target":17},{"source":523,"target":17},{"source":76,"target":0},{"source":76,"target":17},{"source":76,"target":527},{"source":76,"target":528},{"source":76,"target":529},{"source":527,"target":17},{"source":527,"target":530},{"source":527,"target":76},{"source":530,"target":17},{"source":528,"target":96},{"source":528,"target":531},{"source":528,"target":76},{"source":531,"target":96},{"source":529,"target":17},{"source":77,"target":0},{"source":77,"target":17},{"source":77,"target":532},{"source":77,"target":533},{"source":532,"target":8},{"source":532,"target":534},{"source":532,"target":77},{"source":534,"target":8},{"source":533,"target":17},{"source":78,"target":0},{"source":78,"target":17},{"source":78,"target":535},{"source":78,"target":536},{"source":78,"target":537},{"source":78,"target":538},{"source":535,"target":8},{"source":535,"target":539},{"source":535,"target":78},{"source":539,"target":8},{"source":536,"target":8},{"source":536,"target":540},{"source":536,"target":78},{"source":540,"target":8},{"source":537,"target":20},{"source":537,"target":541},{"source":537,"target":78},{"source":541,"target":20},{"source":538,"target":17},{"source":79,"target":0},{"source":79,"target":17},{"source":79,"target":542},{"source":79,"target":543},{"source":79,"target":544},{"source":542,"target":8},{"source":542,"target":545},{"source":542,"target":79},{"source":545,"target":8},{"source":543,"target":546},{"source":543,"target":79},{"source":544,"target":17},{"source":80,"target":0},{"source":80,"target":17},{"source":80,"target":547},{"source":80,"target":548},{"source":80,"target":549},{"source":547,"target":8},{"source":547,"target":550},{"source":547,"target":80},{"source":550,"target":8},{"source":548,"target":17},{"source":548,"target":551},{"source":548,"target":80},{"source":551,"target":17},{"source":549,"target":17},{"source":81,"target":0},{"source":81,"target":17},{"source":81,"target":552},{"source":81,"target":553},{"source":81,"target":554},{"source":552,"target":66},{"source":552,"target":555},{"source":552,"target":81},{"source":555,"target":66},{"source":553,"target":8},{"source":553,"target":556},{"source":553,"target":81},{"source":556,"target":8},{"source":554,"target":17},{"source":82,"target":0},{"source":82,"target":17},{"source":82,"target":557},{"source":82,"target":558},{"source":557,"target":8},{"source":557,"target":559},{"source":557,"target":82},{"source":559,"target":8},{"source":558,"target":17},{"source":83,"target":0},{"source":83,"target":17},{"source":83,"target":560},{"source":83,"target":561},{"source":83,"target":562},{"source":83,"target":563},{"source":560,"target":5},{"source":560,"target":564},{"source":560,"target":83},{"source":564,"target":5},{"source":561,"target":66},{"source":561,"target":565},{"source":561,"target":83},{"source":565,"target":66},{"source":562,"target":66},{"source":562,"target":566},{"source":562,"target":83},{"source":566,"target":66},{"source":563,"target":17},{"source":84,"target":0},{"source":84,"target":17},{"source":84,"target":567},{"source":84,"target":568},{"source":567,"target":23},{"source":567,"target":569},{"source":567,"target":84},{"source":569,"target":23},{"source":568,"target":17},{"source":85,"target":0},{"source":85,"target":17},{"source":85,"target":570},{"source":85,"target":571},{"source":85,"target":572},{"source":85,"target":573},{"source":570,"target":94},{"source":570,"target":574},{"source":570,"target":85},{"source":574,"target":94},{"source":571,"target":14},{"source":571,"target":575},{"source":571,"target":85},{"source":575,"target":14},{"source":572,"target":20},{"source":572,"target":576},{"source":572,"target":85},{"source":576,"target":20},{"source":573,"target":17},{"source":86,"target":0},{"source":86,"target":17},{"source":86,"target":577},{"source":86,"target":578},{"source":86,"target":579},{"source":577,"target":17},{"source":577,"target":580},{"source":577,"target":86},{"source":580,"target":17},{"source":578,"target":8},{"source":578,"target":581},{"source":578,"target":86},{"source":581,"target":8},{"source":579,"target":17},{"source":87,"target":0},{"source":87,"target":20},{"source":87,"target":582},{"source":87,"target":583},{"source":87,"target":584},{"source":87,"target":585},{"source":582,"target":20},{"source":582,"target":586},{"source":582,"target":87},{"source":586,"target":20},{"source":583,"target":587},{"source":583,"target":87},{"source":584,"target":20},{"source":584,"target":588},{"source":584,"target":87},{"source":588,"target":20},{"source":585,"target":20},{"source":88,"target":0},{"source":88,"target":20},{"source":88,"target":589},{"source":88,"target":590},{"source":88,"target":591},{"source":589,"target":20},{"source":589,"target":592},{"source":589,"target":88},{"source":592,"target":20},{"source":590,"target":20},{"source":590,"target":593},{"source":590,"target":88},{"source":593,"target":20},{"source":591,"target":20},{"source":89,"target":0},{"source":89,"target":20},{"source":89,"target":594},{"source":89,"target":595},{"source":594,"target":596},{"source":594,"target":89},{"source":595,"target":20},{"source":90,"target":0},{"source":90,"target":20},{"source":90,"target":597},{"source":90,"target":598},{"source":90,"target":599},{"source":597,"target":96},{"source":597,"target":600},{"source":597,"target":90},{"source":600,"target":96},{"source":598,"target":20},{"source":598,"target":601},{"source":598,"target":90},{"source":601,"target":20},{"source":599,"target":20},{"source":91,"target":0},{"source":91,"target":20},{"source":91,"target":602},{"source":91,"target":603},{"source":602,"target":51},{"source":602,"target":604},{"source":602,"target":91},{"source":604,"target":51},{"source":603,"target":20},{"source":92,"target":0},{"source":92,"target":20},{"source":92,"target":605},{"source":92,"target":606},{"source":92,"target":607},{"source":605,"target":20},{"source":605,"target":608},{"source":605,"target":92},{"source":608,"target":20},{"source":606,"target":609},{"source":606,"target":92},{"source":607,"target":20},{"source":93,"target":0},{"source":93,"target":22},{"source":93,"target":610},{"source":93,"target":611},{"source":93,"target":612},{"source":93,"target":613},{"source":610,"target":20},{"source":610,"target":614},{"source":610,"target":93},{"source":614,"target":20},{"source":611,"target":615},{"source":611,"target":93},{"source":612,"target":14},{"source":612,"target":616},{"source":612,"target":93},{"source":616,"target":14},{"source":613,"target":22},{"source":94,"target":0},{"source":94,"target":22},{"source":94,"target":617},{"source":617,"target":22},{"source":95,"target":0},{"source":95,"target":51},{"source":95,"target":618},{"source":95,"target":619},{"source":95,"target":620},{"source":618,"target":96},{"source":618,"target":621},{"source":618,"target":95},{"source":621,"target":96},{"source":619,"target":51},{"source":619,"target":622},{"source":619,"target":95},{"source":622,"target":51},{"source":620,"target":51},{"source":96,"target":0},{"source":96,"target":51},{"source":96,"target":623},{"source":96,"target":624},{"source":96,"target":625},{"source":623,"target":626},{"source":623,"target":96},{"source":624,"target":627},{"source":624,"target":96},{"source":625,"target":51},{"source":97,"target":0},{"source":97,"target":35},{"source":97,"target":628},{"source":628,"target":35},{"source":98,"target":0},{"source":98,"target":35},{"source":98,"target":629},{"source":98,"target":630},{"source":629,"target":11},{"source":629,"target":631},{"source":629,"target":98},{"source":631,"target":11},{"source":630,"target":35},{"source":99,"target":0},{"source":99,"target":35},{"source":99,"target":632},{"source":99,"target":633},{"source":632,"target":8},{"source":632,"target":634},{"source":632,"target":99},{"source":634,"target":8},{"source":633,"target":35}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="AddParameterTest">
<eClassifiers xsi:type="ecore:EClass" name="Testclass1">
<eOperations name="testOperation">
<eAnnotations source="marker"/>
<eParameters name="theParameter" eType="#//Testclass1"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Testclass2"/>
</ecore:EPackage>
| github:ecore:/data/ambrusthomas/MeDeR.refactor.examples/org.eclipse.emf.refactor.refactorings.ecore/tests/AddParameter/test_06/source.ecore | ecore | AddParameterTest
Testclass1
testOperation
theParameter
Testclass2 | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"AddParameterTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"testOperation","lowerBound":0,"id":3,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"theParameter","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EParameter"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":1},{"source":3,"target":4},{"source":4,"target":1},{"source":4,"target":5},{"source":4,"target":3},{"source":5,"target":1},{"source":2,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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. This is the configuration of the Geppetto Model, to not be confused with the model Instantiation."/>
</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="[DEPRECATED, see Instantiation] 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="worlds" upperBound="-1"
eType="#//World" 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>
<eClassifiers xsi:type="ecore:EClass" name="World" eSuperTypes="#//Node">
<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="instances" upperBound="-1"
eType="#//instances/Instance" 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>
</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/development/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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="auth" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</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>
<eSubpackages name="instances" nsURI="https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//instances"
nsPrefix="gep">
<eClassifiers xsi:type="ecore:EClass" name="Instance" abstract="true" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//types/Type"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//values/Value"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInstance" eSuperTypes="#//instances/Instance">
<eStructuralFeatures xsi:type="ecore:EReference" name="visualValue" eType="#//values/VisualValue"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//values/Point"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleConnectionInstance" eSuperTypes="#//instances/Instance">
<eStructuralFeatures xsi:type="ecore:EReference" name="a" lowerBound="1" eType="#//instances/Instance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="b" lowerBound="1" eType="#//instances/Instance"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="connectivity" eType="#//values/Connectivity"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/openworm/pygeppetto/pygeppetto/ecore/geppettoModel.ecore | ecore | model
GeppettoModel
variables
worlds
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
World
variables
instances
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
auth
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
instances
Instance
type
value
SimpleInstance
visualValue
position
SimpleConnectionInstance
a
b
connectivity | null | {"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"World","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"nsPrefix":"gep","nsURI":"https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//types","name":"types","id":15,"eClass":"EPackage"},{"nsPrefix":"gep","nsURI":"https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//values","name":"values","id":16,"eClass":"EPackage"},{"nsPrefix":"gep","nsURI":"https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//variables","name":"variables","id":17,"eClass":"EPackage"},{"nsPrefix":"gep","nsURI":"https://raw.githubusercontent.com/openworm/org.geppetto.model/development/src/main/resources/geppettoModel.ecore#//datasources","name":"datasources","id":18,"eClass":"EPackage"},{"nsPrefix":"gep","nsURI":"https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//instances","name":"instances","id":19,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"worlds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","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":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":24,"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":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":"dataSources","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":"queries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSource","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"id":36,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPath","lowerBound":0,"id":39,"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":40,"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":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":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTypeById","lowerBound":0,"id":48,"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":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sharedTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recordedVariables","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":"setParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"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":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pointer","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"id":69,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"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":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"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":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"domainModel","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelFormat","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"name":"ZIP","id":86,"value":0,"literal":"ZIP","eClass":"EEnumLiteral"},{"name":"HDF5","id":87,"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"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":92,"derived":false},{"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":"variables","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":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instance","instanceClass":null,"abstract":true,"id":98,"interface":false,"eClass":"EClass"},{"id":99,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualType","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportType","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeType","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerType","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityType","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateVariableType","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicsType","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentType","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionType","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTMLType","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSONType","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextType","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLType","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointType","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeVisualType","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionType","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageType","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleArrayType","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultValue","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"extendsType","lowerBound":0,"id":123,"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":124,"derived":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":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"visualType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"referencedVariables","changeable":true,"resolveProxies":false,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"domainModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":132,"many":false,"required":true,"eClass":"EParameter"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":false,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualValue","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","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":"referenceURL","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":"modelInterpreterId","changeable":true,"lowerBound":0,"iD":false,"id":146,"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":147,"derived":false},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composite","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"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":"Quantity","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"},{"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":"defaultValue","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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dynamics","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTML","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSON","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URL","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"id":203,"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":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":"arrayType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayValue","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"visualGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualGroup","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":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":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":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":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AArrayValue","instanceClass":null,"abstract":true,"id":230,"interface":false,"eClass":"EClass"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToValueMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalQuantity","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeSeries","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDTimeSeries","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataValue","instanceClass":null,"abstract":true,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerElement","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionPlot","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collada","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OBJ","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sphere","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cylinder","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Particles","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SkeletonAnimation","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SkeletonTransformation","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualGroupElement","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Connectivity","instanceClass":null,"id":251,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayElement","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImageFormat","instanceClass":null,"id":253,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportValue","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericArray","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringArray","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntArray","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleArray","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"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":268,"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":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scalingFactor","changeable":true,"lowerBound":0,"iD":false,"id":280,"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":281,"derived":false},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"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":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"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":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"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":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInstancePath","lowerBound":0,"id":299,"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":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"point","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":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":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"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":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"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":314,"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":315,"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":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dynamics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xAxisLabel","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":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":328,"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":329,"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":330,"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":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"container":false,"ordered":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":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"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":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"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":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"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":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"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":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"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":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"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":365,"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":366,"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":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distal","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"},{"container":false,"ordered":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":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"skeletonTransformationSeries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"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":380,"derived":false},{"id":381,"eClass":"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":382,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"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":387,"derived":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":388,"derived":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":389,"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":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":1,"id":396,"derived":false},{"container":false,"ordered":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":397,"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":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"name":"DIRECTIONAL","id":403,"value":0,"literal":"DIRECTIONAL","eClass":"EEnumLiteral"},{"name":"BIDIRECTIONAL","id":404,"value":1,"literal":"BIDIRECTIONAL","eClass":"EEnumLiteral"},{"name":"NON_DIRECTIONAL","id":405,"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":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":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"container":false,"ordered":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":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"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":416,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":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":418,"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":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"name":"PNG","id":425,"value":0,"literal":"PNG","eClass":"EEnumLiteral"},{"name":"JPEG","id":426,"value":1,"literal":"JPEG","eClass":"EEnumLiteral"},{"name":"IIP","id":427,"value":2,"literal":"IIP","eClass":"EEnumLiteral"},{"name":"DCM","id":428,"value":3,"literal":"DCM","eClass":"EEnumLiteral"},{"name":"NIFTI","id":429,"value":4,"literal":"NIFTI","eClass":"EEnumLiteral"},{"name":"TIFF","id":430,"value":5,"literal":"TIFF","eClass":"EEnumLiteral"},{"name":"DZI","id":431,"value":6,"literal":"DZI","eClass":"EEnumLiteral"},{"name":"GOOGLE_MAP","id":432,"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":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"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":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"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":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"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":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"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":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"TypeToValueMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":455,"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":456,"derived":false},{"container":false,"ordered":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":457,"derived":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":458,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"container":false,"ordered":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":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSourceLibraryConfiguration","instanceClass":null,"abstract":false,"id":470,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessQuery","instanceClass":null,"abstract":false,"id":471,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleQuery","instanceClass":null,"abstract":false,"id":472,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundQuery","instanceClass":null,"abstract":false,"id":473,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundRefQuery","instanceClass":null,"abstract":false,"id":474,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryResults","instanceClass":null,"abstract":false,"id":475,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunnableQuery","instanceClass":null,"abstract":false,"id":476,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AQueryResult","instanceClass":null,"abstract":true,"id":477,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryResult","instanceClass":null,"abstract":false,"id":478,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SerializableQueryResult","instanceClass":null,"abstract":false,"id":479,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryMatchingCriteria","instanceClass":null,"abstract":false,"id":480,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanOperator","instanceClass":null,"id":481,"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":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":"libraryConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":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":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":"queries","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dependenciesLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"container":false,"ordered":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":487,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fetchVariableQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"auth","changeable":true,"lowerBound":0,"iD":false,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":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":499,"derived":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":500,"derived":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":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"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":"matchingCriteria","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"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":507,"derived":false},{"container":false,"ordered":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":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":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":514,"derived":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":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"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":519,"derived":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":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"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":524,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"queryChain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":530,"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":531,"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":532,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"results","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"field","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"row","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EParameter"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"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":542,"derived":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":543,"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":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"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":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"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":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"container":false,"ordered":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":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"name":"AND","id":556,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"NAND","id":557,"value":1,"literal":"NAND","eClass":"EEnumLiteral"},{"name":"OR","id":558,"value":2,"literal":"OR","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInstance","instanceClass":null,"abstract":false,"id":559,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleConnectionInstance","instanceClass":null,"abstract":false,"id":560,"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":"type","changeable":true,"resolveProxies":false,"lowerBound":0,"id":561,"derived":false},{"container":false,"ordered":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":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"visualValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":566,"derived":false},{"container":false,"ordered":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":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":1,"id":571,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":1,"id":572,"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":573,"derived":false},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":20,"target":28},{"source":20,"target":29},{"source":20,"target":1},{"source":29,"target":28},{"source":21,"target":14},{"source":21,"target":30},{"source":21,"target":1},{"source":30,"target":14},{"source":22,"target":3},{"source":22,"target":31},{"source":22,"target":1},{"source":31,"target":3},{"source":23,"target":7},{"source":23,"target":32},{"source":23,"target":1},{"source":32,"target":7},{"source":24,"target":33},{"source":24,"target":1},{"source":25,"target":34},{"source":25,"target":1},{"source":26,"target":35},{"source":26,"target":36},{"source":26,"target":1},{"source":36,"target":35},{"source":27,"target":37},{"source":27,"target":38},{"source":27,"target":1},{"source":38,"target":37},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":39,"target":44},{"source":39,"target":2},{"source":40,"target":45},{"source":40,"target":2},{"source":41,"target":46},{"source":41,"target":2},{"source":42,"target":7},{"source":42,"target":47},{"source":42,"target":2},{"source":47,"target":7},{"source":43,"target":13},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":48,"target":52},{"source":48,"target":53},{"source":48,"target":3},{"source":53,"target":52},{"source":49,"target":52},{"source":49,"target":54},{"source":49,"target":3},{"source":54,"target":52},{"source":50,"target":52},{"source":50,"target":55},{"source":50,"target":3},{"source":55,"target":52},{"source":51,"target":2},{"source":4,"target":0},{"source":4,"target":56},{"source":56,"target":3},{"source":56,"target":57},{"source":56,"target":4},{"source":57,"target":3},{"source":5,"target":0},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":58,"target":6},{"source":58,"target":62},{"source":58,"target":5},{"source":62,"target":6},{"source":59,"target":6},{"source":59,"target":63},{"source":59,"target":5},{"source":63,"target":6},{"source":60,"target":64},{"source":60,"target":5},{"source":61,"target":65},{"source":61,"target":5},{"source":6,"target":0},{"source":6,"target":66},{"source":6,"target":67},{"source":66,"target":68},{"source":66,"target":69},{"source":66,"target":6},{"source":69,"target":68},{"source":67,"target":70},{"source":67,"target":71},{"source":67,"target":6},{"source":71,"target":70},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":72},{"source":7,"target":73},{"source":7,"target":74},{"source":72,"target":7},{"source":72,"target":75},{"source":72,"target":7},{"source":75,"target":7},{"source":73,"target":76},{"source":73,"target":7},{"source":74,"target":13},{"source":8,"target":0},{"source":8,"target":77},{"source":8,"target":78},{"source":77,"target":79},{"source":77,"target":8},{"source":78,"target":9},{"source":78,"target":80},{"source":78,"target":8},{"source":80,"target":9},{"source":9,"target":0},{"source":9,"target":81},{"source":81,"target":82},{"source":81,"target":9},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":83},{"source":10,"target":84},{"source":83,"target":11},{"source":83,"target":85},{"source":83,"target":10},{"source":85,"target":11},{"source":84,"target":8},{"source":11,"target":0},{"source":11,"target":86},{"source":11,"target":87},{"source":86,"target":11},{"source":87,"target":11},{"source":12,"target":0},{"source":12,"target":88},{"source":12,"target":89},{"source":88,"target":90},{"source":88,"target":12},{"source":89,"target":91},{"source":89,"target":12},{"source":13,"target":0},{"source":13,"target":92},{"source":92,"target":93},{"source":92,"target":13},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":94},{"source":14,"target":95},{"source":14,"target":96},{"source":94,"target":28},{"source":94,"target":97},{"source":94,"target":14},{"source":97,"target":28},{"source":95,"target":98},{"source":95,"target":99},{"source":95,"target":14},{"source":99,"target":98},{"source":96,"target":2},{"source":15,"target":52},{"source":15,"target":100},{"source":15,"target":101},{"source":15,"target":102},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":105},{"source":15,"target":106},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":15,"target":110},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":15,"target":114},{"source":15,"target":115},{"source":15,"target":116},{"source":15,"target":117},{"source":15,"target":118},{"source":15,"target":119},{"source":15,"target":120},{"source":15,"target":121},{"source":15,"target":0},{"source":52,"target":15},{"source":52,"target":2},{"source":52,"target":122},{"source":52,"target":123},{"source":52,"target":124},{"source":52,"target":125},{"source":52,"target":126},{"source":52,"target":127},{"source":52,"target":128},{"source":52,"target":129},{"source":122,"target":70},{"source":122,"target":130},{"source":122,"target":52},{"source":130,"target":70},{"source":123,"target":131},{"source":123,"target":52},{"source":123,"target":132},{"source":132,"target":52},{"source":132,"target":133},{"source":132,"target":123},{"source":133,"target":52},{"source":124,"target":52},{"source":124,"target":134},{"source":124,"target":52},{"source":134,"target":52},{"source":125,"target":135},{"source":125,"target":52},{"source":126,"target":100},{"source":126,"target":136},{"source":126,"target":52},{"source":136,"target":100},{"source":127,"target":28},{"source":127,"target":137},{"source":127,"target":52},{"source":127,"target":138},{"source":137,"target":28},{"source":128,"target":8},{"source":128,"target":139},{"source":128,"target":52},{"source":139,"target":8},{"source":129,"target":2},{"source":100,"target":15},{"source":100,"target":52},{"source":100,"target":140},{"source":100,"target":141},{"source":140,"target":142},{"source":140,"target":143},{"source":140,"target":100},{"source":143,"target":142},{"source":141,"target":52},{"source":101,"target":15},{"source":101,"target":52},{"source":101,"target":144},{"source":101,"target":145},{"source":101,"target":146},{"source":101,"target":147},{"source":101,"target":148},{"source":144,"target":149},{"source":144,"target":101},{"source":145,"target":150},{"source":145,"target":101},{"source":146,"target":151},{"source":146,"target":101},{"source":147,"target":152},{"source":147,"target":101},{"source":148,"target":52},{"source":102,"target":15},{"source":102,"target":52},{"source":102,"target":153},{"source":102,"target":154},{"source":102,"target":155},{"source":153,"target":28},{"source":153,"target":156},{"source":153,"target":102},{"source":156,"target":28},{"source":154,"target":157},{"source":154,"target":158},{"source":154,"target":102},{"source":158,"target":157},{"source":155,"target":52},{"source":103,"target":15},{"source":103,"target":52},{"source":103,"target":159},{"source":103,"target":160},{"source":159,"target":68},{"source":159,"target":161},{"source":159,"target":103},{"source":161,"target":68},{"source":160,"target":52},{"source":104,"target":15},{"source":104,"target":52},{"source":104,"target":162},{"source":104,"target":163},{"source":162,"target":164},{"source":162,"target":165},{"source":162,"target":104},{"source":165,"target":164},{"source":163,"target":52},{"source":105,"target":15},{"source":105,"target":52},{"source":105,"target":166},{"source":105,"target":167},{"source":166,"target":164},{"source":166,"target":168},{"source":166,"target":105},{"source":168,"target":164},{"source":167,"target":52},{"source":106,"target":15},{"source":106,"target":52},{"source":106,"target":169},{"source":106,"target":170},{"source":169,"target":164},{"source":169,"target":171},{"source":169,"target":106},{"source":171,"target":164},{"source":170,"target":52},{"source":107,"target":15},{"source":107,"target":52},{"source":107,"target":172},{"source":107,"target":173},{"source":172,"target":174},{"source":172,"target":175},{"source":172,"target":107},{"source":175,"target":174},{"source":173,"target":52},{"source":108,"target":15},{"source":108,"target":52},{"source":108,"target":176},{"source":108,"target":177},{"source":176,"target":178},{"source":176,"target":179},{"source":176,"target":108},{"source":179,"target":178},{"source":177,"target":52},{"source":109,"target":15},{"source":109,"target":52},{"source":109,"target":180},{"source":109,"target":181},{"source":180,"target":182},{"source":180,"target":183},{"source":180,"target":109},{"source":183,"target":182},{"source":181,"target":52},{"source":110,"target":15},{"source":110,"target":52},{"source":110,"target":184},{"source":110,"target":185},{"source":184,"target":186},{"source":184,"target":187},{"source":184,"target":110},{"source":187,"target":186},{"source":185,"target":52},{"source":111,"target":15},{"source":111,"target":52},{"source":111,"target":188},{"source":111,"target":189},{"source":188,"target":190},{"source":188,"target":191},{"source":188,"target":111},{"source":191,"target":190},{"source":189,"target":52},{"source":112,"target":15},{"source":112,"target":52},{"source":112,"target":192},{"source":112,"target":193},{"source":192,"target":194},{"source":192,"target":195},{"source":192,"target":112},{"source":195,"target":194},{"source":193,"target":52},{"source":113,"target":15},{"source":113,"target":52},{"source":113,"target":196},{"source":113,"target":197},{"source":196,"target":198},{"source":196,"target":199},{"source":196,"target":113},{"source":199,"target":198},{"source":197,"target":52},{"source":114,"target":15},{"source":114,"target":52},{"source":114,"target":200},{"source":114,"target":201},{"source":200,"target":202},{"source":200,"target":203},{"source":200,"target":114},{"source":203,"target":202},{"source":201,"target":52},{"source":115,"target":15},{"source":115,"target":52},{"source":115,"target":204},{"source":115,"target":205},{"source":115,"target":206},{"source":115,"target":207},{"source":204,"target":208},{"source":204,"target":115},{"source":205,"target":52},{"source":205,"target":209},{"source":205,"target":115},{"source":209,"target":52},{"source":206,"target":210},{"source":206,"target":211},{"source":206,"target":115},{"source":211,"target":210},{"source":207,"target":52},{"source":116,"target":15},{"source":116,"target":100},{"source":116,"target":212},{"source":116,"target":213},{"source":116,"target":214},{"source":212,"target":28},{"source":212,"target":215},{"source":212,"target":116},{"source":215,"target":28},{"source":213,"target":216},{"source":213,"target":217},{"source":213,"target":116},{"source":217,"target":216},{"source":214,"target":100},{"source":117,"target":15},{"source":117,"target":52},{"source":117,"target":218},{"source":117,"target":219},{"source":117,"target":220},{"source":218,"target":28},{"source":218,"target":221},{"source":218,"target":117},{"source":221,"target":28},{"source":219,"target":157},{"source":219,"target":222},{"source":219,"target":117},{"source":222,"target":157},{"source":220,"target":52},{"source":118,"target":15},{"source":118,"target":52},{"source":118,"target":223},{"source":223,"target":52},{"source":119,"target":15},{"source":119,"target":52},{"source":119,"target":224},{"source":119,"target":225},{"source":224,"target":226},{"source":224,"target":227},{"source":224,"target":119},{"source":227,"target":226},{"source":225,"target":52},{"source":120,"target":15},{"source":120,"target":52},{"source":120,"target":228},{"source":120,"target":229},{"source":228,"target":230},{"source":228,"target":231},{"source":228,"target":120},{"source":231,"target":230},{"source":229,"target":52},{"source":121,"target":15},{"source":121,"target":52},{"source":121,"target":232},{"source":232,"target":52},{"source":16,"target":70},{"source":16,"target":157},{"source":16,"target":233},{"source":16,"target":164},{"source":16,"target":234},{"source":16,"target":235},{"source":16,"target":236},{"source":16,"target":237},{"source":16,"target":238},{"source":16,"target":194},{"source":16,"target":198},{"source":16,"target":186},{"source":16,"target":68},{"source":16,"target":239},{"source":16,"target":202},{"source":16,"target":174},{"source":16,"target":240},{"source":16,"target":241},{"source":16,"target":178},{"source":16,"target":182},{"source":16,"target":142},{"source":16,"target":242},{"source":16,"target":243},{"source":16,"target":244},{"source":16,"target":245},{"source":16,"target":246},{"source":16,"target":247},{"source":16,"target":248},{"source":16,"target":249},{"source":16,"target":216},{"source":16,"target":250},{"source":16,"target":251},{"source":16,"target":252},{"source":16,"target":210},{"source":16,"target":226},{"source":16,"target":253},{"source":16,"target":254},{"source":16,"target":255},{"source":16,"target":190},{"source":16,"target":256},{"source":16,"target":257},{"source":16,"target":258},{"source":16,"target":259},{"source":16,"target":230},{"source":16,"target":0},{"source":70,"target":16},{"source":70,"target":13},{"source":70,"target":260},{"source":260,"target":13},{"source":157,"target":16},{"source":157,"target":70},{"source":157,"target":261},{"source":157,"target":262},{"source":261,"target":233},{"source":261,"target":263},{"source":261,"target":157},{"source":263,"target":233},{"source":262,"target":70},{"source":233,"target":16},{"source":233,"target":264},{"source":233,"target":265},{"source":264,"target":266},{"source":264,"target":233},{"source":265,"target":70},{"source":265,"target":267},{"source":265,"target":233},{"source":267,"target":70},{"source":164,"target":16},{"source":164,"target":70},{"source":164,"target":268},{"source":164,"target":269},{"source":164,"target":270},{"source":268,"target":271},{"source":268,"target":164},{"source":269,"target":272},{"source":269,"target":164},{"source":270,"target":70},{"source":234,"target":16},{"source":234,"target":164},{"source":234,"target":273},{"source":234,"target":274},{"source":273,"target":235},{"source":273,"target":275},{"source":273,"target":234},{"source":275,"target":235},{"source":274,"target":164},{"source":235,"target":16},{"source":235,"target":70},{"source":235,"target":276},{"source":235,"target":277},{"source":276,"target":278},{"source":276,"target":235},{"source":277,"target":70},{"source":236,"target":16},{"source":236,"target":70},{"source":236,"target":279},{"source":236,"target":280},{"source":236,"target":281},{"source":236,"target":282},{"source":279,"target":235},{"source":279,"target":283},{"source":279,"target":236},{"source":283,"target":235},{"source":280,"target":284},{"source":280,"target":236},{"source":281,"target":285},{"source":281,"target":236},{"source":282,"target":70},{"source":237,"target":16},{"source":237,"target":70},{"source":237,"target":286},{"source":237,"target":287},{"source":286,"target":70},{"source":286,"target":288},{"source":286,"target":237},{"source":288,"target":70},{"source":287,"target":70},{"source":238,"target":16},{"source":238,"target":70},{"source":238,"target":289},{"source":289,"target":70},{"source":194,"target":16},{"source":194,"target":238},{"source":194,"target":290},{"source":194,"target":291},{"source":290,"target":292},{"source":290,"target":194},{"source":291,"target":238},{"source":198,"target":16},{"source":198,"target":238},{"source":198,"target":293},{"source":198,"target":294},{"source":293,"target":295},{"source":293,"target":198},{"source":294,"target":238},{"source":186,"target":16},{"source":186,"target":238},{"source":186,"target":296},{"source":186,"target":297},{"source":296,"target":298},{"source":296,"target":186},{"source":297,"target":238},{"source":68,"target":16},{"source":68,"target":70},{"source":68,"target":299},{"source":68,"target":300},{"source":68,"target":301},{"source":68,"target":302},{"source":68,"target":303},{"source":299,"target":304},{"source":299,"target":68},{"source":300,"target":239},{"source":300,"target":305},{"source":300,"target":68},{"source":305,"target":239},{"source":301,"target":202},{"source":301,"target":306},{"source":301,"target":68},{"source":306,"target":202},{"source":302,"target":307},{"source":302,"target":68},{"source":303,"target":70},{"source":239,"target":16},{"source":239,"target":308},{"source":239,"target":309},{"source":239,"target":310},{"source":308,"target":28},{"source":308,"target":311},{"source":308,"target":239},{"source":311,"target":28},{"source":309,"target":52},{"source":309,"target":312},{"source":309,"target":239},{"source":312,"target":52},{"source":310,"target":313},{"source":310,"target":239},{"source":202,"target":16},{"source":202,"target":70},{"source":202,"target":314},{"source":202,"target":315},{"source":202,"target":316},{"source":202,"target":317},{"source":314,"target":318},{"source":314,"target":202},{"source":315,"target":319},{"source":315,"target":202},{"source":316,"target":320},{"source":316,"target":202},{"source":317,"target":70},{"source":174,"target":16},{"source":174,"target":70},{"source":174,"target":321},{"source":174,"target":322},{"source":174,"target":323},{"source":321,"target":234},{"source":321,"target":324},{"source":321,"target":174},{"source":324,"target":234},{"source":322,"target":241},{"source":322,"target":325},{"source":322,"target":174},{"source":325,"target":241},{"source":323,"target":70},{"source":240,"target":16},{"source":240,"target":326},{"source":240,"target":327},{"source":240,"target":328},{"source":240,"target":329},{"source":240,"target":330},{"source":240,"target":331},{"source":326,"target":332},{"source":326,"target":240},{"source":327,"target":333},{"source":327,"target":240},{"source":328,"target":334},{"source":328,"target":240},{"source":329,"target":335},{"source":329,"target":240},{"source":330,"target":336},{"source":330,"target":240},{"source":331,"target":337},{"source":331,"target":240},{"source":241,"target":16},{"source":241,"target":70},{"source":241,"target":338},{"source":241,"target":339},{"source":241,"target":340},{"source":241,"target":341},{"source":338,"target":178},{"source":338,"target":342},{"source":338,"target":241},{"source":342,"target":178},{"source":339,"target":182},{"source":339,"target":343},{"source":339,"target":241},{"source":343,"target":182},{"source":340,"target":240},{"source":340,"target":344},{"source":340,"target":241},{"source":344,"target":240},{"source":341,"target":70},{"source":178,"target":16},{"source":178,"target":70},{"source":178,"target":345},{"source":178,"target":346},{"source":345,"target":347},{"source":345,"target":178},{"source":346,"target":70},{"source":182,"target":16},{"source":182,"target":70},{"source":182,"target":348},{"source":182,"target":349},{"source":348,"target":350},{"source":348,"target":182},{"source":349,"target":70},{"source":142,"target":16},{"source":142,"target":70},{"source":142,"target":351},{"source":142,"target":352},{"source":142,"target":353},{"source":351,"target":249},{"source":351,"target":354},{"source":351,"target":142},{"source":354,"target":249},{"source":352,"target":202},{"source":352,"target":355},{"source":352,"target":142},{"source":355,"target":202},{"source":353,"target":70},{"source":242,"target":16},{"source":242,"target":142},{"source":242,"target":356},{"source":242,"target":357},{"source":356,"target":358},{"source":356,"target":242},{"source":357,"target":142},{"source":243,"target":16},{"source":243,"target":142},{"source":243,"target":359},{"source":243,"target":360},{"source":359,"target":361},{"source":359,"target":243},{"source":360,"target":142},{"source":244,"target":16},{"source":244,"target":142},{"source":244,"target":362},{"source":244,"target":363},{"source":362,"target":364},{"source":362,"target":244},{"source":363,"target":142},{"source":245,"target":16},{"source":245,"target":142},{"source":245,"target":365},{"source":245,"target":366},{"source":245,"target":367},{"source":245,"target":368},{"source":245,"target":369},{"source":365,"target":370},{"source":365,"target":245},{"source":366,"target":371},{"source":366,"target":245},{"source":367,"target":372},{"source":367,"target":245},{"source":368,"target":202},{"source":368,"target":373},{"source":368,"target":245},{"source":373,"target":202},{"source":369,"target":142},{"source":246,"target":16},{"source":246,"target":70},{"source":246,"target":374},{"source":246,"target":375},{"source":374,"target":202},{"source":374,"target":376},{"source":374,"target":246},{"source":376,"target":202},{"source":375,"target":70},{"source":247,"target":16},{"source":247,"target":142},{"source":247,"target":377},{"source":247,"target":378},{"source":377,"target":248},{"source":377,"target":379},{"source":377,"target":247},{"source":379,"target":248},{"source":378,"target":142},{"source":248,"target":16},{"source":248,"target":380},{"source":380,"target":381},{"source":380,"target":248},{"source":249,"target":16},{"source":249,"target":2},{"source":249,"target":382},{"source":249,"target":383},{"source":249,"target":384},{"source":382,"target":385},{"source":382,"target":249},{"source":383,"target":164},{"source":383,"target":386},{"source":383,"target":249},{"source":386,"target":164},{"source":384,"target":2},{"source":216,"target":16},{"source":216,"target":2},{"source":216,"target":387},{"source":216,"target":388},{"source":216,"target":389},{"source":216,"target":390},{"source":216,"target":391},{"source":387,"target":392},{"source":387,"target":216},{"source":388,"target":393},{"source":388,"target":216},{"source":389,"target":394},{"source":389,"target":216},{"source":390,"target":249},{"source":390,"target":395},{"source":390,"target":216},{"source":395,"target":249},{"source":391,"target":2},{"source":250,"target":16},{"source":250,"target":70},{"source":250,"target":396},{"source":250,"target":397},{"source":250,"target":398},{"source":250,"target":399},{"source":396,"target":68},{"source":396,"target":400},{"source":396,"target":250},{"source":400,"target":68},{"source":397,"target":68},{"source":397,"target":401},{"source":397,"target":250},{"source":401,"target":68},{"source":398,"target":251},{"source":398,"target":402},{"source":398,"target":250},{"source":402,"target":251},{"source":399,"target":70},{"source":251,"target":16},{"source":251,"target":403},{"source":251,"target":404},{"source":251,"target":405},{"source":403,"target":251},{"source":404,"target":251},{"source":405,"target":251},{"source":252,"target":16},{"source":252,"target":70},{"source":252,"target":406},{"source":252,"target":407},{"source":252,"target":408},{"source":252,"target":409},{"source":406,"target":410},{"source":406,"target":252},{"source":407,"target":202},{"source":407,"target":411},{"source":407,"target":252},{"source":411,"target":202},{"source":408,"target":70},{"source":408,"target":412},{"source":408,"target":252},{"source":412,"target":70},{"source":409,"target":70},{"source":210,"target":16},{"source":210,"target":70},{"source":210,"target":413},{"source":210,"target":414},{"source":413,"target":252},{"source":413,"target":415},{"source":413,"target":210},{"source":415,"target":252},{"source":414,"target":70},{"source":226,"target":16},{"source":226,"target":70},{"source":226,"target":416},{"source":226,"target":417},{"source":226,"target":418},{"source":226,"target":419},{"source":226,"target":420},{"source":416,"target":421},{"source":416,"target":226},{"source":417,"target":422},{"source":417,"target":226},{"source":418,"target":423},{"source":418,"target":226},{"source":419,"target":253},{"source":419,"target":424},{"source":419,"target":226},{"source":424,"target":253},{"source":420,"target":70},{"source":253,"target":16},{"source":253,"target":425},{"source":253,"target":426},{"source":253,"target":427},{"source":253,"target":428},{"source":253,"target":429},{"source":253,"target":430},{"source":253,"target":431},{"source":253,"target":432},{"source":425,"target":253},{"source":426,"target":253},{"source":427,"target":253},{"source":428,"target":253},{"source":429,"target":253},{"source":430,"target":253},{"source":431,"target":253},{"source":432,"target":253},{"source":254,"target":16},{"source":254,"target":70},{"source":254,"target":433},{"source":254,"target":434},{"source":433,"target":435},{"source":433,"target":254},{"source":434,"target":70},{"source":255,"target":16},{"source":255,"target":238},{"source":255,"target":436},{"source":255,"target":437},{"source":436,"target":233},{"source":436,"target":438},{"source":436,"target":255},{"source":438,"target":233},{"source":437,"target":238},{"source":190,"target":16},{"source":190,"target":238},{"source":190,"target":439},{"source":190,"target":440},{"source":439,"target":441},{"source":439,"target":190},{"source":440,"target":238},{"source":256,"target":16},{"source":256,"target":230},{"source":256,"target":442},{"source":256,"target":443},{"source":442,"target":70},{"source":442,"target":444},{"source":442,"target":256},{"source":444,"target":70},{"source":443,"target":230},{"source":257,"target":16},{"source":257,"target":230},{"source":257,"target":445},{"source":257,"target":446},{"source":445,"target":447},{"source":445,"target":257},{"source":446,"target":230},{"source":258,"target":16},{"source":258,"target":230},{"source":258,"target":448},{"source":258,"target":449},{"source":448,"target":450},{"source":448,"target":258},{"source":449,"target":230},{"source":259,"target":16},{"source":259,"target":230},{"source":259,"target":451},{"source":259,"target":452},{"source":451,"target":453},{"source":451,"target":259},{"source":452,"target":230},{"source":230,"target":16},{"source":230,"target":70},{"source":230,"target":454},{"source":454,"target":70},{"source":17,"target":28},{"source":17,"target":455},{"source":17,"target":0},{"source":28,"target":17},{"source":28,"target":2},{"source":28,"target":456},{"source":28,"target":138},{"source":28,"target":457},{"source":28,"target":458},{"source":28,"target":459},{"source":28,"target":460},{"source":456,"target":52},{"source":456,"target":461},{"source":456,"target":28},{"source":461,"target":52},{"source":138,"target":52},{"source":138,"target":462},{"source":138,"target":28},{"source":138,"target":127},{"source":462,"target":52},{"source":457,"target":455},{"source":457,"target":463},{"source":457,"target":28},{"source":463,"target":455},{"source":458,"target":464},{"source":458,"target":28},{"source":459,"target":202},{"source":459,"target":465},{"source":459,"target":28},{"source":465,"target":202},{"source":460,"target":2},{"source":455,"target":17},{"source":455,"target":466},{"source":455,"target":467},{"source":466,"target":52},{"source":466,"target":468},{"source":466,"target":455},{"source":468,"target":52},{"source":467,"target":70},{"source":467,"target":469},{"source":467,"target":455},{"source":469,"target":70},{"source":18,"target":35},{"source":18,"target":470},{"source":18,"target":37},{"source":18,"target":471},{"source":18,"target":472},{"source":18,"target":473},{"source":18,"target":474},{"source":18,"target":475},{"source":18,"target":476},{"source":18,"target":477},{"source":18,"target":478},{"source":18,"target":479},{"source":18,"target":480},{"source":18,"target":481},{"source":18,"target":0},{"source":35,"target":18},{"source":35,"target":2},{"source":35,"target":482},{"source":35,"target":483},{"source":35,"target":484},{"source":35,"target":485},{"source":35,"target":486},{"source":35,"target":487},{"source":35,"target":488},{"source":35,"target":489},{"source":35,"target":490},{"source":482,"target":491},{"source":482,"target":35},{"source":483,"target":470},{"source":483,"target":492},{"source":483,"target":35},{"source":492,"target":470},{"source":484,"target":493},{"source":484,"target":35},{"source":485,"target":37},{"source":485,"target":494},{"source":485,"target":35},{"source":494,"target":37},{"source":486,"target":3},{"source":486,"target":495},{"source":486,"target":35},{"source":495,"target":3},{"source":487,"target":3},{"source":487,"target":496},{"source":487,"target":35},{"source":496,"target":3},{"source":488,"target":37},{"source":488,"target":497},{"source":488,"target":35},{"source":497,"target":37},{"source":489,"target":498},{"source":489,"target":35},{"source":490,"target":2},{"source":470,"target":18},{"source":470,"target":499},{"source":470,"target":500},{"source":470,"target":501},{"source":499,"target":3},{"source":499,"target":502},{"source":499,"target":470},{"source":502,"target":3},{"source":500,"target":503},{"source":500,"target":470},{"source":501,"target":504},{"source":501,"target":470},{"source":37,"target":18},{"source":37,"target":2},{"source":37,"target":505},{"source":37,"target":506},{"source":37,"target":507},{"source":37,"target":508},{"source":37,"target":509},{"source":505,"target":510},{"source":505,"target":37},{"source":506,"target":480},{"source":506,"target":511},{"source":506,"target":37},{"source":511,"target":480},{"source":507,"target":512},{"source":507,"target":37},{"source":508,"target":52},{"source":508,"target":513},{"source":508,"target":37},{"source":513,"target":52},{"source":509,"target":2},{"source":471,"target":18},{"source":471,"target":37},{"source":471,"target":514},{"source":471,"target":515},{"source":471,"target":516},{"source":514,"target":12},{"source":514,"target":517},{"source":514,"target":471},{"source":517,"target":12},{"source":515,"target":518},{"source":515,"target":471},{"source":516,"target":37},{"source":472,"target":18},{"source":472,"target":37},{"source":472,"target":519},{"source":472,"target":520},{"source":472,"target":521},{"source":519,"target":522},{"source":519,"target":472},{"source":520,"target":523},{"source":520,"target":472},{"source":521,"target":37},{"source":473,"target":18},{"source":473,"target":37},{"source":473,"target":524},{"source":473,"target":525},{"source":524,"target":37},{"source":524,"target":526},{"source":524,"target":473},{"source":526,"target":37},{"source":525,"target":37},{"source":474,"target":18},{"source":474,"target":37},{"source":474,"target":527},{"source":474,"target":528},{"source":527,"target":37},{"source":527,"target":529},{"source":527,"target":474},{"source":529,"target":37},{"source":528,"target":37},{"source":475,"target":18},{"source":475,"target":530},{"source":475,"target":531},{"source":475,"target":532},{"source":475,"target":533},{"source":530,"target":534},{"source":530,"target":475},{"source":530,"target":535},{"source":530,"target":536},{"source":535,"target":537},{"source":535,"target":530},{"source":536,"target":538},{"source":536,"target":530},{"source":531,"target":539},{"source":531,"target":475},{"source":532,"target":540},{"source":532,"target":475},{"source":533,"target":477},{"source":533,"target":541},{"source":533,"target":475},{"source":541,"target":477},{"source":476,"target":18},{"source":476,"target":542},{"source":476,"target":543},{"source":476,"target":544},{"source":542,"target":545},{"source":542,"target":476},{"source":543,"target":546},{"source":543,"target":476},{"source":544,"target":481},{"source":544,"target":547},{"source":544,"target":476},{"source":547,"target":481},{"source":477,"target":18},{"source":478,"target":18},{"source":478,"target":477},{"source":478,"target":548},{"source":478,"target":549},{"source":548,"target":550},{"source":548,"target":478},{"source":549,"target":477},{"source":479,"target":18},{"source":479,"target":477},{"source":479,"target":551},{"source":479,"target":552},{"source":551,"target":553},{"source":551,"target":479},{"source":552,"target":477},{"source":480,"target":18},{"source":480,"target":554},{"source":554,"target":52},{"source":554,"target":555},{"source":554,"target":480},{"source":555,"target":52},{"source":481,"target":18},{"source":481,"target":556},{"source":481,"target":557},{"source":481,"target":558},{"source":556,"target":481},{"source":557,"target":481},{"source":558,"target":481},{"source":19,"target":98},{"source":19,"target":559},{"source":19,"target":560},{"source":19,"target":0},{"source":98,"target":19},{"source":98,"target":2},{"source":98,"target":561},{"source":98,"target":562},{"source":98,"target":563},{"source":561,"target":52},{"source":561,"target":564},{"source":561,"target":98},{"source":564,"target":52},{"source":562,"target":70},{"source":562,"target":565},{"source":562,"target":98},{"source":565,"target":70},{"source":563,"target":2},{"source":559,"target":19},{"source":559,"target":98},{"source":559,"target":566},{"source":559,"target":567},{"source":559,"target":568},{"source":566,"target":142},{"source":566,"target":569},{"source":566,"target":559},{"source":569,"target":142},{"source":567,"target":202},{"source":567,"target":570},{"source":567,"target":559},{"source":570,"target":202},{"source":568,"target":98},{"source":560,"target":19},{"source":560,"target":98},{"source":560,"target":571},{"source":560,"target":572},{"source":560,"target":573},{"source":560,"target":574},{"source":571,"target":98},{"source":571,"target":575},{"source":571,"target":560},{"source":575,"target":98},{"source":572,"target":98},{"source":572,"target":576},{"source":572,"target":560},{"source":576,"target":98},{"source":573,"target":251},{"source":573,"target":577},{"source":573,"target":560},{"source":577,"target":251},{"source":574,"target":98}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bodymodel" nsURI="http://org/jnect/bodymodel" nsPrefix="org.jnect.bodymodel">
<eClassifiers xsi:type="ecore:EClass" name="PositionedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="z" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingLinks" upperBound="-1"
eType="#//HumanLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingLinks" upperBound="-1"
eType="#//HumanLink"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color_r" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color_g" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color_b" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HumanLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//PositionedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//PositionedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Body">
<eStructuralFeatures xsi:type="ecore:EReference" name="Head" lowerBound="1" eType="#//Head"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="CenterShoulder" lowerBound="1"
eType="#//CenterShoulder" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="LeftShoulder" lowerBound="1"
eType="#//LeftShoulder" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RightShoulder" lowerBound="1"
eType="#//RightShoulder" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="LeftElbow" lowerBound="1"
eType="#//LeftElbow" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RightElbow" lowerBound="1"
eType="#//RightElbow" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="LeftWrist" lowerBound="1"
eType="#//LeftWrist" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RightWrist" lowerBound="1"
eType="#//RightWrist" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="LeftHand" lowerBound="1"
eType="#//LeftHand" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RightHand" lowerBound="1"
eType="#//RightHand" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Spine" lowerBound="1" eType="#//Spine"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="CenterHip" lowerBound="1"
eType="#//CenterHip" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="LeftHip" lowerBound="1"
eType="#//LeftHip" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RightHip" lowerBound="1"
eType="#//RightHip" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="LeftKnee" lowerBound="1"
eType="#//LeftKnee" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RightKnee" lowerBound="1"
eType="#//RightKnee" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="LeftFoot" lowerBound="1"
eType="#//LeftFoot" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RightFoot" lowerBound="1"
eType="#//RightFoot" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//HumanLink" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="LeftAnkle" lowerBound="1"
eType="#//LeftAnkle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RightAnkle" lowerBound="1"
eType="#//RightAnkle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Head" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CenterShoulder" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LeftShoulder" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RightShoulder" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LeftElbow" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RightElbow" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LeftWrist" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RightWrist" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LeftHand" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RightHand" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Spine" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CenterHip" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LeftHip" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RightHip" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LeftKnee" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RightKnee" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LeftAnkle" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RightAnkle" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LeftFoot" eSuperTypes="#//PositionedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RightFoot" eSuperTypes="#//PositionedElement"/>
</ecore:EPackage>
| github:ecore:/data/viatra/EMF-IncQuery-Examples/bodymodel/jnect-modified/org.jnect.bodymodel/model/bodymodel.ecore | ecore | bodymodel
PositionedElement
x
y
z
incomingLinks
outgoingLinks
color_r
color_g
color_b
HumanLink
source
target
Body
Head
CenterShoulder
LeftShoulder
RightShoulder
LeftElbow
RightElbow
LeftWrist
RightWrist
LeftHand
RightHand
Spine
CenterHip
LeftHip
RightHip
LeftKnee
RightKnee
LeftFoot
RightFoot
links
LeftAnkle
RightAnkle
Head
CenterShoulder
LeftShoulder
RightShoulder
LeftElbow
RightElbow
LeftWrist
RightWrist
LeftHand
RightHand
Spine
CenterHip
LeftHip
RightHip
LeftKnee
RightKnee
LeftAnkle
RightAnkle
LeftFoot
RightFoot | null | {"directed":true,"nodes":[{"nsPrefix":"org.jnect.bodymodel","nsURI":"http://org/jnect/bodymodel","name":"bodymodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositionedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HumanLink","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Body","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Head","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CenterShoulder","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftShoulder","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightShoulder","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftElbow","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightElbow","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftWrist","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightWrist","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftHand","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightHand","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spine","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CenterHip","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftHip","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightHip","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftKnee","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightKnee","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftAnkle","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightAnkle","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftFoot","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightFoot","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"z","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingLinks","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":"color_r","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color_g","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color_b","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Head","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"CenterShoulder","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LeftShoulder","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"RightShoulder","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LeftElbow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"RightElbow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LeftWrist","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"RightWrist","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LeftHand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"RightHand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Spine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"CenterHip","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LeftHip","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":"RightHip","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LeftKnee","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"RightKnee","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LeftFoot","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":"RightFoot","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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LeftAnkle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"RightAnkle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":24,"target":32},{"source":24,"target":1},{"source":25,"target":33},{"source":25,"target":1},{"source":26,"target":34},{"source":26,"target":1},{"source":27,"target":2},{"source":27,"target":35},{"source":27,"target":1},{"source":35,"target":2},{"source":28,"target":2},{"source":28,"target":36},{"source":28,"target":1},{"source":36,"target":2},{"source":29,"target":37},{"source":29,"target":1},{"source":30,"target":38},{"source":30,"target":1},{"source":31,"target":39},{"source":31,"target":1},{"source":2,"target":0},{"source":2,"target":40},{"source":2,"target":41},{"source":40,"target":1},{"source":40,"target":42},{"source":40,"target":2},{"source":42,"target":1},{"source":41,"target":1},{"source":41,"target":43},{"source":41,"target":2},{"source":43,"target":1},{"source":3,"target":0},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":44,"target":4},{"source":44,"target":65},{"source":44,"target":3},{"source":65,"target":4},{"source":45,"target":5},{"source":45,"target":66},{"source":45,"target":3},{"source":66,"target":5},{"source":46,"target":6},{"source":46,"target":67},{"source":46,"target":3},{"source":67,"target":6},{"source":47,"target":7},{"source":47,"target":68},{"source":47,"target":3},{"source":68,"target":7},{"source":48,"target":8},{"source":48,"target":69},{"source":48,"target":3},{"source":69,"target":8},{"source":49,"target":9},{"source":49,"target":70},{"source":49,"target":3},{"source":70,"target":9},{"source":50,"target":10},{"source":50,"target":71},{"source":50,"target":3},{"source":71,"target":10},{"source":51,"target":11},{"source":51,"target":72},{"source":51,"target":3},{"source":72,"target":11},{"source":52,"target":12},{"source":52,"target":73},{"source":52,"target":3},{"source":73,"target":12},{"source":53,"target":13},{"source":53,"target":74},{"source":53,"target":3},{"source":74,"target":13},{"source":54,"target":14},{"source":54,"target":75},{"source":54,"target":3},{"source":75,"target":14},{"source":55,"target":15},{"source":55,"target":76},{"source":55,"target":3},{"source":76,"target":15},{"source":56,"target":16},{"source":56,"target":77},{"source":56,"target":3},{"source":77,"target":16},{"source":57,"target":17},{"source":57,"target":78},{"source":57,"target":3},{"source":78,"target":17},{"source":58,"target":18},{"source":58,"target":79},{"source":58,"target":3},{"source":79,"target":18},{"source":59,"target":19},{"source":59,"target":80},{"source":59,"target":3},{"source":80,"target":19},{"source":60,"target":22},{"source":60,"target":81},{"source":60,"target":3},{"source":81,"target":22},{"source":61,"target":23},{"source":61,"target":82},{"source":61,"target":3},{"source":82,"target":23},{"source":62,"target":2},{"source":62,"target":83},{"source":62,"target":3},{"source":83,"target":2},{"source":63,"target":20},{"source":63,"target":84},{"source":63,"target":3},{"source":84,"target":20},{"source":64,"target":21},{"source":64,"target":85},{"source":64,"target":3},{"source":85,"target":21},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":86},{"source":86,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":87},{"source":87,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":88},{"source":88,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":89},{"source":89,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":90},{"source":90,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":91},{"source":91,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":92},{"source":92,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":93},{"source":93,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":94},{"source":94,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":95},{"source":95,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":96},{"source":96,"target":1},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":97},{"source":97,"target":1},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":98},{"source":98,"target":1},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":99},{"source":99,"target":1},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":100},{"source":100,"target":1},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":101},{"source":101,"target":1},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":102},{"source":102,"target":1},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":103},{"source":103,"target":1},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":104},{"source":104,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":105},{"source":105,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="AddParameterTest">
<eClassifiers xsi:type="ecore:EClass" name="Testclass1">
<eOperations name="testOperation">
<eAnnotations source="marker"/>
<eParameters name="theParameter" eType="#//Testclass2"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Testclass2"/>
</ecore:EPackage>
| github:ecore:/data/ambrusthomas/MeDeR.refactor.examples/org.eclipse.emf.refactor.refactorings.ecore/tests/AddParameter/test_01/target.ecore | ecore | AddParameterTest
Testclass1
testOperation
theParameter
Testclass2 | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"AddParameterTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"testOperation","lowerBound":0,"id":3,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"theParameter","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EParameter"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":1},{"source":3,"target":4},{"source":4,"target":2},{"source":4,"target":5},{"source":4,"target":3},{"source":5,"target":2},{"source":2,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sequenceDiagram"
nsURI="http://org.elsys.sequenceDiagram" nsPrefix="org.elsys.sequenceDiagram">
<eClassifiers xsi:type="ecore:EClass" name="AbstractElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Diagram" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="lifelines" upperBound="-1"
eType="#//Lifeline" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notes" upperBound="-1"
eType="#//Note" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="combinedFragments" upperBound="-1"
eType="#//CombinedFragment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractDiagramElement" abstract="true"
eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//AbstractDiagramElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Lifeline"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activationBars" upperBound="-1"
eType="#//ActivationBar" containment="true" eOpposite="#//ActivationBar/lifeline"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivationBar" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="lifeline" eType="#//Lifeline"
eOpposite="#//Lifeline/activationBars"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sentConnections" upperBound="-1"
eType="#//Connection" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="receivedConnections" upperBound="-1"
eType="#//Connection"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="50"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connection" abstract="true" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="sender" eType="#//ActivationBar"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//ActivationBar"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bendPoints" upperBound="-1"
eType="#//BendPoint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnConnection" eSuperTypes="#//Connection"/>
<eClassifiers xsi:type="ecore:EClass" name="SendConnection" eSuperTypes="#//Connection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SendConnectionType"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SendConnectionType">
<eLiterals name="synchronous" value="1"/>
<eLiterals name="asynchronous"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResizableDiagramElement" abstract="true"
eSuperTypes="#//AbstractDiagramElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="100"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="50"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" abstract="true" eSuperTypes="#//ResizableDiagramElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MidlineCombinedFragment" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="midlineY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="25"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParallelCombinedFragment" eSuperTypes="#//CombinedFragment #//MidlineCombinedFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="OptionalCombinedFragment" abstract="true"
eSuperTypes="#//CombinedFragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlternativeCombinedFragment" eSuperTypes="#//OptionalCombinedFragment #//MidlineCombinedFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="BreakCombinedFragment" eSuperTypes="#//OptionalCombinedFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopCombinedFragment" eSuperTypes="#//OptionalCombinedFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="OptionCombinedFragment" eSuperTypes="#//OptionalCombinedFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Note" eSuperTypes="#//ResizableDiagramElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Note"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Note text"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BendPoint" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/elsys/Gotzev_UMLred/src/SequenceDiagramEditorSource/org.elsys.sequenceDiagram/model/sequence_diagram.ecore | ecore | sequenceDiagram
AbstractElement
Diagram
lifelines
notes
combinedFragments
AbstractDiagramElement
x
0
y
0
Lifeline
name
Lifeline
activationBars
ActivationBar
lifeline
sentConnections
receivedConnections
height
50
Connection
sender
receiver
message
bendPoints
ReturnConnection
SendConnection
type
SendConnectionType
synchronous
synchronous
asynchronous
asynchronous
ResizableDiagramElement
width
100
height
50
CombinedFragment
MidlineCombinedFragment
midlineY
25
ParallelCombinedFragment
OptionalCombinedFragment
condition
AlternativeCombinedFragment
BreakCombinedFragment
LoopCombinedFragment
OptionCombinedFragment
Note
name
Note
text
Note text
BendPoint
x
0
y
0 | null | {"directed":true,"nodes":[{"nsPrefix":"org.elsys.sequenceDiagram","nsURI":"http://org.elsys.sequenceDiagram","name":"sequenceDiagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDiagramElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivationBar","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnConnection","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendConnection","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SendConnectionType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResizableDiagramElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MidlineCombinedFragment","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelCombinedFragment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionalCombinedFragment","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternativeCombinedFragment","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakCombinedFragment","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopCombinedFragment","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionCombinedFragment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Note","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BendPoint","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":"lifelines","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":"notes","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":"combinedFragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Lifeline","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Lifeline","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activationBars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lifeline","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":"sentConnections","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":"receivedConnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":50,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"50","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sender","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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","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":"bendPoints","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"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"name":"synchronous","id":60,"value":1,"literal":"synchronous","eClass":"EEnumLiteral"},{"name":"asynchronous","id":61,"value":0,"literal":"asynchronous","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":50,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"50","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":25,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"25","unsettable":false,"transient":false,"unique":true,"name":"midlineY","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Note","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Note","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Note text","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Note text","unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"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":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":21,"target":4},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":4},{"source":22,"target":19},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":19},{"source":23,"target":11},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":11},{"source":24,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":31},{"source":28,"target":3},{"source":29,"target":32},{"source":29,"target":3},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":33,"target":36},{"source":33,"target":4},{"source":34,"target":5},{"source":34,"target":37},{"source":34,"target":4},{"source":34,"target":38},{"source":37,"target":5},{"source":35,"target":3},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":38,"target":4},{"source":38,"target":43},{"source":38,"target":5},{"source":38,"target":34},{"source":43,"target":4},{"source":39,"target":6},{"source":39,"target":44},{"source":39,"target":5},{"source":44,"target":6},{"source":40,"target":6},{"source":40,"target":45},{"source":40,"target":5},{"source":45,"target":6},{"source":41,"target":46},{"source":41,"target":5},{"source":42,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":47,"target":5},{"source":47,"target":52},{"source":47,"target":6},{"source":52,"target":5},{"source":48,"target":5},{"source":48,"target":53},{"source":48,"target":6},{"source":53,"target":5},{"source":49,"target":54},{"source":49,"target":6},{"source":50,"target":20},{"source":50,"target":55},{"source":50,"target":6},{"source":55,"target":20},{"source":51,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":56},{"source":56,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":57},{"source":8,"target":58},{"source":57,"target":9},{"source":57,"target":59},{"source":57,"target":8},{"source":59,"target":9},{"source":58,"target":6},{"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":3},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":62,"target":65},{"source":62,"target":10},{"source":63,"target":66},{"source":63,"target":10},{"source":64,"target":3},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":67},{"source":67,"target":10},{"source":12,"target":0},{"source":12,"target":68},{"source":68,"target":69},{"source":68,"target":12},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":12},{"source":13,"target":70},{"source":13,"target":71},{"source":70,"target":11},{"source":71,"target":12},{"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":14},{"source":15,"target":12},{"source":15,"target":75},{"source":15,"target":76},{"source":75,"target":14},{"source":76,"target":12},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":77},{"source":77,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":78},{"source":78,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":79},{"source":79,"target":14},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":80},{"source":19,"target":81},{"source":19,"target":82},{"source":80,"target":83},{"source":80,"target":19},{"source":81,"target":84},{"source":81,"target":19},{"source":82,"target":10},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":85},{"source":20,"target":86},{"source":20,"target":87},{"source":85,"target":88},{"source":85,"target":20},{"source":86,"target":89},{"source":86,"target":20},{"source":87,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="uimodel" nsURI="http://www.lunifera.org/ecview/dsl/uimodel/core"
nsPrefix="uimodel">
<eClassifiers xsi:type="ecore:EClass" name="UiNamedElement" abstract="true" interface="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="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiModel" eSuperTypes="#//UiNamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roots" upperBound="-1"
eType="#//UiRootElements" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//UiImports" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiImports" eSuperTypes="#//UiNamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiContext" eSuperTypes="#//UiRootElements">
<eStructuralFeatures xsi:type="ecore:EReference" name="beanSlots" upperBound="-1"
eType="#//UiBeanSlot" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingEndpointAlias" upperBound="-1"
eType="#//UiBindingEndpointAlias" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//UiBinding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sharedStateGroup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiExposedAction" eSuperTypes="#//UiAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="actionReference" eType="ecore:EClass ../../org.lunifera.ecview.semantic.uisemantics/model/UISemanticsGrammar.ecore#//UxAction"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiViewSet" eSuperTypes="#//UiContext"/>
<eClassifiers xsi:type="ecore:EClass" name="UiView" eSuperTypes="#//UiContext #//UiVisibilityProcessable #//UiRawBindable #//UiTypeProvider">
<eStructuralFeatures xsi:type="ecore:EReference" name="viewSet" eType="#//UiViewSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//UiEmbeddable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contentAlignment" eType="#//UiAlignment"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validatorAssignments" upperBound="-1"
eType="#//UiValidatorAssignment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiDialog" eSuperTypes="#//UiEmbeddable #//UiTypeProvider #//UiI18nInfoable">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//UiDialogAssignment"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiDialogAssignment" eSuperTypes="#//UiLayoutAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiEmbeddable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiIDEView" eSuperTypes="#//UiView">
<eStructuralFeatures xsi:type="ecore:EReference" name="exposedActions" upperBound="-1"
eType="#//UiExposedAction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileView" eSuperTypes="#//UiView"/>
<eClassifiers xsi:type="ecore:EClass" name="UiPoint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiBeanSlot" eSuperTypes="#//UiTypedBindable">
<eStructuralFeatures xsi:type="ecore:EReference" name="jvmType" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eventTopic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UiFlatAlignment">
<eLiterals name="LEFT" literal="LEFT"/>
<eLiterals name="CENTER" value="1" literal="CENTER"/>
<eLiterals name="RIGHT" value="2" literal="RIGHT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UiAlignment">
<eLiterals name="UNDEFINED" literal="UNDEFINED"/>
<eLiterals name="BOTTOM_LEFT" value="1"/>
<eLiterals name="BOTTOM_CENTER" value="2" literal="BOTTOM_CENTER"/>
<eLiterals name="BOTTOM_RIGHT" value="3" literal="BOTTOM_RIGHT"/>
<eLiterals name="BOTTOM_FILL" value="4" literal="BOTTOM_FILL"/>
<eLiterals name="MIDDLE_LEFT" value="5" literal="MIDDLE_LEFT"/>
<eLiterals name="MIDDLE_CENTER" value="6" literal="MIDDLE_CENTER"/>
<eLiterals name="MIDDLE_RIGHT" value="7" literal="MIDDLE_RIGHT"/>
<eLiterals name="MIDDLE_FILL" value="8" literal="MIDDLE_FILL"/>
<eLiterals name="TOP_LEFT" value="9"/>
<eLiterals name="TOP_CENTER" value="10" literal="TOP_CENTER"/>
<eLiterals name="TOP_RIGHT" value="11" literal="TOP_RIGHT"/>
<eLiterals name="TOP_FILL" value="12" literal="TOP_FILL"/>
<eLiterals name="FILL_FILL" value="13" literal="FILL_FILL"/>
<eLiterals name="FILL_LEFT" value="14" literal="FILL_LEFT"/>
<eLiterals name="FILL_CENTER" value="15" literal="FILL_CENTER"/>
<eLiterals name="FILL_RIGHT" value="16" literal="FILL_RIGHT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiRootElements" abstract="true" interface="true"
eSuperTypes="#//UiNamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="UiBindingExpression" abstract="true"
interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="UiBindingEndpointAlias" eSuperTypes="#//UiTypedBindable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endpoint" lowerBound="1"
eType="#//UiBindingExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiBindingEndpointAssignment" eSuperTypes="#//UiTypedBindable #//UiBindingExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="typedBindableDef" eType="#//UiBindingExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//UiPathSegment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedBindableAlias" eType="#//UiTypedBindable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiBinding">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//UiBindingExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceAlias" eType="#//UiTypedBindable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetToSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceToTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//UiBindingExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetAlias" eType="#//UiTypedBindable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="listBinding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiPathSegment">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//UiPathSegment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="getter" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiNestedField" eSuperTypes="#//UiNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//UiPathSegment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmField"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiNestedProperty" eSuperTypes="#//UiNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//UiPathSegment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="getter" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiRawBindable" abstract="true" interface="true"
eSuperTypes="#//UiNamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="UiRawBindableProvider" abstract="true"
interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="UiRawBindablePathSegment">
<eStructuralFeatures xsi:type="ecore:EReference" name="rawBindable" eType="#//UiRawBindable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//UiRawBindablePathSegment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toParent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiTypedBindable" abstract="true" interface="true"
eSuperTypes="#//UiNamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="UiTypedBindableDef" eSuperTypes="#//UiTypedBindable #//UiBindingExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="rawBindable" eType="#//UiRawBindable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rawBindablePath" eType="#//UiRawBindablePathSegment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="ecore:EClass ../../org.lunifera.ecview.semantic.uisemantics/model/UISemanticsGrammar.ecore#//UxEndpointDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiTypedBindableRawType" eSuperTypes="#//UiTypedBindable #//UiBindingExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="rawBindable" eType="#//UiRawBindable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rawBindablePath" eType="#//UiRawBindablePathSegment"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiTypedBindableRawTypeAlias" eSuperTypes="#//UiTypedBindable #//UiBindingExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//UiBindingExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiCommandBindableDef" eSuperTypes="#//UiTypedBindable #//UiBindingExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="command" eType="#//UiCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiEmbeddable" abstract="true" interface="true"
eSuperTypes="#//UiVisibilityProcessable #//UiRawBindable #//UiI18nInfoable">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//UiBinding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readonly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invisible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="styles" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiField" abstract="true" interface="true"
eSuperTypes="#//UiEmbeddable">
<eStructuralFeatures xsi:type="ecore:EReference" name="validators" upperBound="-1"
eType="#//UiValidator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiLayout" abstract="true" interface="true"
eSuperTypes="#//UiEmbeddable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autowire" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="autoWireSource" eType="#//UiBindingExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiLayoutAssignment" abstract="true"
interface="true" eSuperTypes="#//UiNamedElement #//UiRawBindableProvider"/>
<eClassifiers xsi:type="ecore:EClass" name="UiAction" eSuperTypes="#//UiEmbeddable"/>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileEmbeddable" abstract="true"
interface="true" eSuperTypes="#//UiEmbeddable"/>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileField" abstract="true" interface="true"
eSuperTypes="#//UiMobileEmbeddable #//UiField"/>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileLayout" abstract="true" interface="true"
eSuperTypes="#//UiMobileEmbeddable #//UiLayout"/>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileAction" eSuperTypes="#//UiMobileEmbeddable #//UiAction"/>
<eClassifiers xsi:type="ecore:EClass" name="UiGridLayoutAssigment" eSuperTypes="#//UiLayoutAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiEmbeddable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//UiPoint"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//UiPoint"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//UiAlignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiGridLayout" eSuperTypes="#//UiLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//UiGridLayoutAssigment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiHorizontalLayoutAssigment" eSuperTypes="#//UiLayoutAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiEmbeddable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//UiAlignment"
defaultValueLiteral="UNDEFINED"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiHorizontalLayout" eSuperTypes="#//UiLayout #//UiMobileLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//UiHorizontalLayoutAssigment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiVerticalLayoutAssigment" eSuperTypes="#//UiLayoutAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiEmbeddable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//UiAlignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiVerticalLayout" eSuperTypes="#//UiLayout #//UiMobileLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//UiVerticalLayoutAssigment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiFormLayoutAssigment" eSuperTypes="#//UiLayoutAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiEmbeddable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiFormLayout" eSuperTypes="#//UiLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//UiFormLayoutAssigment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiSearchPanel" eSuperTypes="#//UiLayout #//UiTypeProvider">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//UiSearchField" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiBeanReferenceField" eSuperTypes="#//UiField #//UiMobileField #//UiTypeProvider #//UiBeanServiceConsumer">
<eStructuralFeatures xsi:type="ecore:EReference" name="captionProperty" eType="#//UiNestedProperty"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imageProperty" eType="#//UiNestedProperty"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inMemoryBeanProvider" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptionProperty" eType="#//UiNestedProperty"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceSourceJvmType"
eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceSourceField" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmField"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiTextField" eSuperTypes="#//UiField #//UiMobileField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiImage" eSuperTypes="#//UiField #//UiMobileField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UiSelectionType">
<eLiterals name="NONE" literal="NONE"/>
<eLiterals name="SINGLE" value="1" literal="SINGLE"/>
<eLiterals name="MULTI" value="2" literal="MULTI"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiList" eSuperTypes="#//UiField #//UiTypeProvider #//UiBeanServiceConsumer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionType" lowerBound="1"
eType="#//UiSelectionType" defaultValueLiteral="SINGLE"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="itemImageProperty" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="itemCaptionProperty" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptionProperty" eType="#//UiNestedProperty"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiTable" eSuperTypes="#//UiField #//UiTypeProvider #//UiMobileField #//UiBeanServiceConsumer">
<eStructuralFeatures xsi:type="ecore:EReference" name="columnAssignment" eType="#//UiColumnsAssignment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionType" lowerBound="1"
eType="#//UiSelectionType" defaultValueLiteral="SINGLE"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="itemImageProperty" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiComboBox" eSuperTypes="#//UiField #//UiTypeProvider #//UiMobileField #//UiBeanServiceConsumer">
<eStructuralFeatures xsi:type="ecore:EReference" name="itemCaptionProperty" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="itemImageProperty" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptionProperty" eType="#//UiNestedProperty"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiTypeProvider" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="jvmType" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiColumn" eSuperTypes="#//UiField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orderable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//UiFlatAlignment"
defaultValueLiteral="LEFT"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expandRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="-1.0f"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//UiNestedProperty"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiColumnsAssignment" eSuperTypes="#//UiField">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//UiColumn" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiNumericField" eSuperTypes="#//UiField #//UiMobileField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noGrouping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noMarkNegative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiCheckBox" eSuperTypes="#//UiField"/>
<eClassifiers xsi:type="ecore:EClass" name="UiVisibilityProcessable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="processorAssignments" upperBound="-1"
eType="#//UiVisibilityProcessorAssignment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiVisibilityProcessorAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="processor" eType="#//UiVisibilityProcessor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processorAlias" eType="#//UiVisibilityProcessor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiVisibilityProcessor" eSuperTypes="#//UiNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="dataUsed" upperBound="-1"
eType="#//UiBindingEndpointAlias" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="changeTriggers" upperBound="-1"
eType="#//UiChangeTrigger" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedElements" upperBound="-1"
eType="#//UiBindingExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//UiVisibilityRule"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiVisibilityProcessorDef" eSuperTypes="#//UiRootElements">
<eStructuralFeatures xsi:type="ecore:EReference" name="processor" eType="#//UiVisibilityProcessor"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiChangeTrigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="endpoint" eType="#//UiBindingExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endpointAlias" eType="#//UiBindingEndpointAlias"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiVisibilityRule" abstract="true" eSuperTypes="#//UiNamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="UiXbaseVisibilityRule" eSuperTypes="#//UiVisibilityRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiVisibilityPropertiesAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//UiVisibilityProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiVisibilityProperty" eSuperTypes="#//UiNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="bindableDef" eType="#//UiBindingExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignmentExpression" eType="ecore:EClass ../../org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiValidator" abstract="true" interface="true"
eSuperTypes="#//UiRawBindable #//UiI18nInfoable"/>
<eClassifiers xsi:type="ecore:EClass" name="UiMaxLengthValidator" eSuperTypes="#//UiValidator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorCode" eType="#//UiErrorCode"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiMinLengthValidator" eSuperTypes="#//UiValidator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorCode" eType="#//UiErrorCode"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiRegexpValidator" eSuperTypes="#//UiValidator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorCode" eType="#//UiErrorCode"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiXbaseValidator" eSuperTypes="#//UiValidator">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="jvmType" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorCodes" upperBound="-1"
eType="#//UiErrorCode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiValidatorAlias" eSuperTypes="#//UiRootElements">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validator" lowerBound="1"
eType="#//UiValidator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiValidatorAssignment" eSuperTypes="#//UiNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//UiField"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validatorDef" eType="#//UiValidatorDef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validatorAlias" eType="#//UiValidatorAlias"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiValidatorDef" eSuperTypes="#//UiNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="validator" eType="#//UiValidator"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="jvmType" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiHorizontalButtonGroupAssigment" eSuperTypes="#//UiLayoutAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiEmbeddable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiHorizontalButtonGroup" eSuperTypes="#//UiMobileLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//UiHorizontalButtonGroupAssigment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiButton" eSuperTypes="#//UiAction #//UiI18nInfoable #//UiMobileAction"/>
<eClassifiers xsi:type="ecore:EClass" name="UiSwitch" eSuperTypes="#//UiMobileField"/>
<eClassifiers xsi:type="ecore:EClass" name="UiVerticalComponentGroupAssigment" eSuperTypes="#//UiLayoutAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiEmbeddable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiVerticalComponentGroup" eSuperTypes="#//UiMobileLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//UiVerticalComponentGroupAssigment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileTabSheet" eSuperTypes="#//UiMobileEmbeddable">
<eStructuralFeatures xsi:type="ecore:EReference" name="tabs" upperBound="-1" eType="#//UiMobileTabAssignment"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileTabAssignment" eSuperTypes="#//UiMobileEmbeddable #//UiI18nInfoable">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiEmbeddable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiTabSheet" eSuperTypes="#//UiEmbeddable">
<eStructuralFeatures xsi:type="ecore:EReference" name="tabs" upperBound="-1" eType="#//UiTabAssignment"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiTabAssignment" eSuperTypes="#//UiLayoutAssignment #//UiI18nInfoable">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiEmbeddable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileNavigationHandler" abstract="true"
interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileNavigationPage" eSuperTypes="#//UiMobileLayout #//UiTypeProvider #//UiMobileNavigationHandler">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//UiMobileNavigationPageAssignment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="barActions" upperBound="-1"
eType="#//UiMobileNavBarAction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileNavigationPageAssignment" eSuperTypes="#//UiLayoutAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiEmbeddable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//UiAlignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileNavigationButton" eSuperTypes="#//UiMobileAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetPage" eType="#//UiMobileNavigationPage"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetPageAlias" eType="#//UiMobileNavigationPage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiCommand" abstract="true" interface="true"
eSuperTypes="#//UiNamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileNavigationCommand" eSuperTypes="#//UiCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetPage" eType="#//UiMobileNavigationPage"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetPageAlias" eType="#//UiMobileNavigationPage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiOpenDialogCommand" eSuperTypes="#//UiCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="dialog" eType="#//UiDialog"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiSearchField" eSuperTypes="#//UiField #//UiMobileField">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//UiNestedProperty"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiSearchDialog" eSuperTypes="#//UiEmbeddable #//UiTypeProvider">
<eStructuralFeatures xsi:type="ecore:EReference" name="searchFields" upperBound="-1"
eType="#//UiDialogSearchFieldAssignment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//UiDialogAssignment"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiDialogSearchFieldAssignment" eSuperTypes="#//UiLayoutAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiSearchField"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiSearchWithDialogCommand" eSuperTypes="#//UiCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="dialog" eType="#//UiSearchDialog"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiLabel" eSuperTypes="#//UiField #//UiMobileField"/>
<eClassifiers xsi:type="ecore:EClass" name="UiDecimalField" eSuperTypes="#//UiField #//UiMobileField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="2"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noGrouping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noMarkNegative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiTextArea" eSuperTypes="#//UiField #//UiMobileField"/>
<eClassifiers xsi:type="ecore:EClass" name="UiOptionsGroup" eSuperTypes="#//UiField #//UiTypeProvider #//UiMobileField #//UiBeanServiceConsumer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionType" eType="#//UiSelectionType"
defaultValueLiteral="SINGLE"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="itemImageProperty" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="itemCaptionProperty" eType="ecore:EClass ../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptionProperty" eType="#//UiNestedProperty"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiDateField" eSuperTypes="#//UiField #//UiMobileField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFormat" eType="#//UiDateFormat"
defaultValueLiteral="DATE"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" eType="#//UiDateTimeResolution"
defaultValueLiteral="UNDEFINED"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UiDateFormat">
<eLiterals name="DATE"/>
<eLiterals name="TIME" value="1" literal="TIME"/>
<eLiterals name="DATE_TIME" value="2" literal="DATE_TIME"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UiDateTimeResolution">
<eLiterals name="SECOND" literal="SECOND"/>
<eLiterals name="MINUTE" value="1" literal="MINUTE"/>
<eLiterals name="HOUR" value="2" literal="HOUR"/>
<eLiterals name="DAY" value="3" literal="DAY"/>
<eLiterals name="MONTH" value="4" literal="MONTH"/>
<eLiterals name="YEAR" value="5" literal="YEAR"/>
<eLiterals name="UNDEFINED" value="6" literal="UNDEFINED"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiBrowser" eSuperTypes="#//UiField #//UiMobileField"/>
<eClassifiers xsi:type="ecore:EClass" name="UiProgressBar" eSuperTypes="#//UiField #//UiMobileField"/>
<eClassifiers xsi:type="ecore:EClass" name="UiI18nInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiI18nInfoable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="i18nInfo" eType="#//UiI18nInfo"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiSplitpanelAssigment" eSuperTypes="#//UiLayoutAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiEmbeddable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//UiAlignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiSplitpanel" eSuperTypes="#//UiLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstContent" eType="#//UiSplitpanelAssigment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="secondContent" eType="#//UiSplitpanelAssigment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="splitPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="50"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiPanel" eSuperTypes="#//UiLayout">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//UiEmbeddable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contentAlignment" eType="#//UiAlignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiErrorCode" eSuperTypes="#//UiNamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultMessage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiBeanServiceConsumer" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="consumeBeanService" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileSearchPanel" eSuperTypes="#//UiMobileLayout #//UiTypeProvider">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//UiSearchField" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileNavigationRoot" eSuperTypes="#//UiMobileLayout #//UiMobileNavigationHandler">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//UiMobileNavigationRootAssigment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileNavigationRootAssigment" eSuperTypes="#//UiLayoutAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//UiMobileEmbeddable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiMobileNavBarAction" eSuperTypes="#//UiMobileAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="actionReference" eType="ecore:EClass ../../org.lunifera.ecview.semantic.uisemantics/model/UISemanticsGrammar.ecore#//UxAction"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiAddToTableCommand" eSuperTypes="#//UiCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//UiTable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiRemoveFromTableCommand" eSuperTypes="#//UiCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//UiTable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UiSendEventCommand" eSuperTypes="#//UiCommand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eventTopic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noAutoTrigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lunifera/lunifera-ecview-addons/org.lunifera.ecview.semantic.uimodel/model/UIGrammarCore.ecore | ecore | uimodel
UiNamedElement
id
name
UiModel
packageName
roots
imports
UiImports
importedNamespace
UiContext
beanSlots
bindingEndpointAlias
bindings
sharedStateGroup
UiExposedAction
actionReference
actionID
iconName
UiViewSet
UiView
viewSet
content
contentAlignment
validatorAssignments
UiDialog
content
UiDialogAssignment
element
UiIDEView
exposedActions
UiMobileView
UiPoint
x
y
UiBeanSlot
jvmType
eClass
eventTopic
UiFlatAlignment
LEFT
LEFT
CENTER
CENTER
RIGHT
RIGHT
UiAlignment
UNDEFINED
UNDEFINED
BOTTOM_LEFT
BOTTOM_LEFT
BOTTOM_CENTER
BOTTOM_CENTER
BOTTOM_RIGHT
BOTTOM_RIGHT
BOTTOM_FILL
BOTTOM_FILL
MIDDLE_LEFT
MIDDLE_LEFT
MIDDLE_CENTER
MIDDLE_CENTER
MIDDLE_RIGHT
MIDDLE_RIGHT
MIDDLE_FILL
MIDDLE_FILL
TOP_LEFT
TOP_LEFT
TOP_CENTER
TOP_CENTER
TOP_RIGHT
TOP_RIGHT
TOP_FILL
TOP_FILL
FILL_FILL
FILL_FILL
FILL_LEFT
FILL_LEFT
FILL_CENTER
FILL_CENTER
FILL_RIGHT
FILL_RIGHT
UiRootElements
UiBindingExpression
UiBindingEndpointAlias
alias
endpoint
UiBindingEndpointAssignment
typedBindableDef
path
typedBindableAlias
UiBinding
source
sourceAlias
targetToSource
sourceToTarget
target
targetAlias
listBinding
UiPathSegment
path
getter
UiNestedField
path
field
UiNestedProperty
path
getter
UiRawBindable
UiRawBindableProvider
UiRawBindablePathSegment
rawBindable
path
toParent
UiTypedBindable
UiTypedBindableDef
rawBindable
rawBindablePath
method
UiTypedBindableRawType
rawBindable
rawBindablePath
UiTypedBindableRawTypeAlias
alias
type
UiCommandBindableDef
command
UiEmbeddable
bindings
readonly
invisible
styles
UiField
validators
UiLayout
autowire
autoWireSource
UiLayoutAssignment
UiAction
UiMobileEmbeddable
UiMobileField
UiMobileLayout
UiMobileAction
UiGridLayoutAssigment
element
from
to
alignment
UiGridLayout
contents
columns
UiHorizontalLayoutAssigment
element
alignment
UNDEFINED
UiHorizontalLayout
contents
UiVerticalLayoutAssigment
element
alignment
UiVerticalLayout
contents
UiFormLayoutAssigment
element
UiFormLayout
contents
UiSearchPanel
contents
UiBeanReferenceField
captionProperty
imageProperty
inMemoryBeanProvider
descriptionProperty
referenceSourceJvmType
referenceSourceField
UiTextField
maxLength
-1
minLength
-1
regex
UiImage
value
UiSelectionType
NONE
NONE
SINGLE
SINGLE
MULTI
MULTI
UiList
selectionType
SINGLE
itemImageProperty
itemCaptionProperty
descriptionProperty
UiTable
columnAssignment
selectionType
SINGLE
itemImageProperty
UiComboBox
itemCaptionProperty
itemImageProperty
descriptionProperty
UiTypeProvider
jvmType
UiColumn
iconName
visible
true
orderable
true
collapsed
false
collapsible
true
alignment
LEFT
expandRatio
-1.0f
property
UiColumnsAssignment
columns
UiNumericField
noGrouping
false
noMarkNegative
false
UiCheckBox
UiVisibilityProcessable
processorAssignments
UiVisibilityProcessorAssignment
processor
processorAlias
UiVisibilityProcessor
dataUsed
changeTriggers
importedElements
rule
UiVisibilityProcessorDef
processor
UiChangeTrigger
endpoint
endpointAlias
alias
UiVisibilityRule
UiXbaseVisibilityRule
expression
UiVisibilityPropertiesAssignment
properties
UiVisibilityProperty
bindableDef
assignmentExpression
UiValidator
UiMaxLengthValidator
maxLength
errorCode
UiMinLengthValidator
minLength
errorCode
UiRegexpValidator
regExpression
errorCode
UiXbaseValidator
expression
jvmType
errorCodes
UiValidatorAlias
alias
validator
UiValidatorAssignment
field
validatorDef
validatorAlias
UiValidatorDef
validator
jvmType
UiHorizontalButtonGroupAssigment
element
UiHorizontalButtonGroup
contents
UiButton
UiSwitch
UiVerticalComponentGroupAssigment
element
UiVerticalComponentGroup
contents
UiMobileTabSheet
tabs
UiMobileTabAssignment
element
UiTabSheet
tabs
UiTabAssignment
element
UiMobileNavigationHandler
UiMobileNavigationPage
contents
barActions
UiMobileNavigationPageAssignment
element
alignment
UiMobileNavigationButton
targetPage
targetPageAlias
UiCommand
UiMobileNavigationCommand
targetPage
targetPageAlias
UiOpenDialogCommand
dialog
UiSearchField
property
UiSearchDialog
searchFields
content
UiDialogSearchFieldAssignment
element
UiSearchWithDialogCommand
dialog
UiLabel
UiDecimalField
precision
2
noGrouping
false
noMarkNegative
false
UiTextArea
UiOptionsGroup
selectionType
SINGLE
itemImageProperty
itemCaptionProperty
descriptionProperty
UiDateField
dateFormat
DATE
resolution
UNDEFINED
UiDateFormat
DATE
DATE
TIME
TIME
DATE_TIME
DATE_TIME
UiDateTimeResolution
SECOND
SECOND
MINUTE
MINUTE
HOUR
HOUR
DAY
DAY
MONTH
MONTH
YEAR
YEAR
UNDEFINED
UNDEFINED
UiBrowser
UiProgressBar
UiI18nInfo
key
UiI18nInfoable
i18nInfo
UiSplitpanelAssigment
element
alignment
UiSplitpanel
firstContent
secondContent
splitPosition
50
horizontal
UiPanel
content
contentAlignment
UiErrorCode
defaultMessage
UiBeanServiceConsumer
consumeBeanService
UiMobileSearchPanel
contents
UiMobileNavigationRoot
contents
UiMobileNavigationRootAssigment
element
UiMobileNavBarAction
actionReference
actionID
iconName
UiAddToTableCommand
table
UiRemoveFromTableCommand
table
UiSendEventCommand
eventTopic
noAutoTrigger
false | null | {"directed":true,"nodes":[{"nsPrefix":"uimodel","nsURI":"http://www.lunifera.org/ecview/dsl/uimodel/core","name":"uimodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiNamedElement","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiImports","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiContext","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiExposedAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiViewSet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiView","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiDialog","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiDialogAssignment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiIDEView","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileView","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiPoint","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiBeanSlot","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UiFlatAlignment","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UiAlignment","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiRootElements","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiBindingExpression","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiBindingEndpointAlias","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiBindingEndpointAssignment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiBinding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiPathSegment","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiNestedField","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiNestedProperty","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiRawBindable","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiRawBindableProvider","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiRawBindablePathSegment","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiTypedBindable","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiTypedBindableDef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiTypedBindableRawType","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiTypedBindableRawTypeAlias","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiCommandBindableDef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiEmbeddable","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiField","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiLayout","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiLayoutAssignment","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiAction","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileEmbeddable","instanceClass":null,"abstract":true,"id":37,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileField","instanceClass":null,"abstract":true,"id":38,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileLayout","instanceClass":null,"abstract":true,"id":39,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiGridLayoutAssigment","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiGridLayout","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiHorizontalLayoutAssigment","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiHorizontalLayout","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiVerticalLayoutAssigment","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiVerticalLayout","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiFormLayoutAssigment","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiFormLayout","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiSearchPanel","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiBeanReferenceField","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiTextField","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiImage","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UiSelectionType","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiList","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiTable","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiComboBox","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiTypeProvider","instanceClass":null,"abstract":true,"id":57,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiColumn","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiColumnsAssignment","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiNumericField","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiCheckBox","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiVisibilityProcessable","instanceClass":null,"abstract":true,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiVisibilityProcessorAssignment","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiVisibilityProcessor","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiVisibilityProcessorDef","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiChangeTrigger","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiVisibilityRule","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiXbaseVisibilityRule","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiVisibilityPropertiesAssignment","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiVisibilityProperty","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiValidator","instanceClass":null,"abstract":true,"id":71,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMaxLengthValidator","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMinLengthValidator","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiRegexpValidator","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiXbaseValidator","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiValidatorAlias","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiValidatorAssignment","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiValidatorDef","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiHorizontalButtonGroupAssigment","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiHorizontalButtonGroup","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiButton","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiSwitch","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiVerticalComponentGroupAssigment","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiVerticalComponentGroup","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileTabSheet","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileTabAssignment","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiTabSheet","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiTabAssignment","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileNavigationHandler","instanceClass":null,"abstract":true,"id":89,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileNavigationPage","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileNavigationPageAssignment","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileNavigationButton","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiCommand","instanceClass":null,"abstract":true,"id":93,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileNavigationCommand","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiOpenDialogCommand","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiSearchField","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiSearchDialog","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiDialogSearchFieldAssignment","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiSearchWithDialogCommand","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiLabel","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiDecimalField","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiTextArea","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiOptionsGroup","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiDateField","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UiDateFormat","instanceClass":null,"id":105,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UiDateTimeResolution","instanceClass":null,"id":106,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiBrowser","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiProgressBar","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiI18nInfo","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiI18nInfoable","instanceClass":null,"abstract":true,"id":110,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiSplitpanelAssigment","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiSplitpanel","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiPanel","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiErrorCode","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiBeanServiceConsumer","instanceClass":null,"abstract":true,"id":115,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileSearchPanel","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileNavigationRoot","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileNavigationRootAssigment","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiMobileNavBarAction","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiAddToTableCommand","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiRemoveFromTableCommand","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiSendEventCommand","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageName","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"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":"importedNamespace","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":"beanSlots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindingEndpointAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","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":"sharedStateGroup","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actionReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionID","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iconName","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"viewSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentAlignment","changeable":true,"lowerBound":0,"iD":false,"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":"validatorAssignments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":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":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exposedActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","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":"y","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"jvmType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventTopic","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"},{"name":"LEFT","id":189,"value":0,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"CENTER","id":190,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"RIGHT","id":191,"value":2,"literal":"RIGHT","eClass":"EEnumLiteral"},{"name":"UNDEFINED","id":192,"value":0,"literal":"UNDEFINED","eClass":"EEnumLiteral"},{"name":"BOTTOM_LEFT","id":193,"value":1,"literal":"BOTTOM_LEFT","eClass":"EEnumLiteral"},{"name":"BOTTOM_CENTER","id":194,"value":2,"literal":"BOTTOM_CENTER","eClass":"EEnumLiteral"},{"name":"BOTTOM_RIGHT","id":195,"value":3,"literal":"BOTTOM_RIGHT","eClass":"EEnumLiteral"},{"name":"BOTTOM_FILL","id":196,"value":4,"literal":"BOTTOM_FILL","eClass":"EEnumLiteral"},{"name":"MIDDLE_LEFT","id":197,"value":5,"literal":"MIDDLE_LEFT","eClass":"EEnumLiteral"},{"name":"MIDDLE_CENTER","id":198,"value":6,"literal":"MIDDLE_CENTER","eClass":"EEnumLiteral"},{"name":"MIDDLE_RIGHT","id":199,"value":7,"literal":"MIDDLE_RIGHT","eClass":"EEnumLiteral"},{"name":"MIDDLE_FILL","id":200,"value":8,"literal":"MIDDLE_FILL","eClass":"EEnumLiteral"},{"name":"TOP_LEFT","id":201,"value":9,"literal":"TOP_LEFT","eClass":"EEnumLiteral"},{"name":"TOP_CENTER","id":202,"value":10,"literal":"TOP_CENTER","eClass":"EEnumLiteral"},{"name":"TOP_RIGHT","id":203,"value":11,"literal":"TOP_RIGHT","eClass":"EEnumLiteral"},{"name":"TOP_FILL","id":204,"value":12,"literal":"TOP_FILL","eClass":"EEnumLiteral"},{"name":"FILL_FILL","id":205,"value":13,"literal":"FILL_FILL","eClass":"EEnumLiteral"},{"name":"FILL_LEFT","id":206,"value":14,"literal":"FILL_LEFT","eClass":"EEnumLiteral"},{"name":"FILL_CENTER","id":207,"value":15,"literal":"FILL_CENTER","eClass":"EEnumLiteral"},{"name":"FILL_RIGHT","id":208,"value":16,"literal":"FILL_RIGHT","eClass":"EEnumLiteral"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":1,"iD":false,"id":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":"endpoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedBindableDef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedBindableAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":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":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetToSource","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceToTarget","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"listBinding","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"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":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"getter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"getter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rawBindable","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":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toParent","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rawBindable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rawBindablePath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","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"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rawBindable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rawBindablePath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":1,"iD":false,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readonly","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"invisible","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"styles","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"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"},{"container":false,"ordered":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":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"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":"autowire","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"autoWireSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UNDEFINED","unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"container":false,"ordered":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":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"captionProperty","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":true,"unsettable":false,"transient":false,"unique":true,"name":"imageProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inMemoryBeanProvider","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":"descriptionProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"referenceSourceJvmType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenceSourceField","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"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":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"maxLength","changeable":true,"lowerBound":0,"iD":false,"id":370,"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":"minLength","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"regex","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"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":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"name":"NONE","id":382,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"SINGLE","id":383,"value":1,"literal":"SINGLE","eClass":"EEnumLiteral"},{"name":"MULTI","id":384,"value":2,"literal":"MULTI","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"SINGLE","unsettable":false,"transient":false,"unique":true,"name":"selectionType","changeable":true,"lowerBound":1,"iD":false,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemImageProperty","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":false,"unsettable":false,"transient":false,"unique":true,"name":"itemCaptionProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptionProperty","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columnAssignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"SINGLE","unsettable":false,"transient":false,"unique":true,"name":"selectionType","changeable":true,"lowerBound":1,"iD":false,"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":"itemImageProperty","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"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"itemCaptionProperty","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":false,"unsettable":false,"transient":false,"unique":true,"name":"itemImageProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptionProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"jvmType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iconName","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":0,"iD":false,"id":419,"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":"orderable","changeable":true,"lowerBound":0,"iD":false,"id":420,"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":"collapsed","changeable":true,"lowerBound":0,"iD":false,"id":421,"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":"collapsible","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"LEFT","unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":423,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1.0f","unsettable":false,"transient":false,"unique":true,"name":"expandRatio","changeable":true,"lowerBound":0,"iD":false,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"container":false,"ordered":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":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"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":"noGrouping","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"noMarkNegative","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processorAssignments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processorAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataUsed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changeTriggers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedElements","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":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"endpointAlias","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":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"container":false,"ordered":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":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":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":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindableDef","changeable":true,"resolveProxies":true,"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":"assignmentExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"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":"maxLength","changeable":true,"lowerBound":0,"iD":false,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorCode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minLength","changeable":true,"lowerBound":0,"iD":false,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorCode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"regExpression","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":true,"unsettable":false,"transient":false,"unique":true,"name":"errorCode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"jvmType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorCodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":1,"iD":false,"id":504,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":509,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validatorDef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validatorAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validator","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":false,"unsettable":false,"transient":false,"unique":true,"name":"jvmType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"container":false,"ordered":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":524,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"container":false,"ordered":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":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tabs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tabs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"barActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetPageAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetPageAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":570,"derived":false},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dialog","changeable":true,"resolveProxies":true,"lowerBound":0,"id":574,"derived":false},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"searchFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":581,"derived":false},{"container":false,"ordered":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":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dialog","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":2,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":595,"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":"noGrouping","changeable":true,"lowerBound":0,"iD":false,"id":596,"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":"noMarkNegative","changeable":true,"lowerBound":0,"iD":false,"id":597,"derived":false},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SINGLE","unsettable":false,"transient":false,"unique":true,"name":"selectionType","changeable":true,"lowerBound":0,"iD":false,"id":605,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemImageProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemCaptionProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":607,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptionProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":608,"derived":false},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"DATE","unsettable":false,"transient":false,"unique":true,"name":"dateFormat","changeable":true,"lowerBound":0,"iD":false,"id":617,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UNDEFINED","unsettable":false,"transient":false,"unique":true,"name":"resolution","changeable":true,"lowerBound":0,"iD":false,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"name":"DATE","id":623,"value":0,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"TIME","id":624,"value":1,"literal":"TIME","eClass":"EEnumLiteral"},{"name":"DATE_TIME","id":625,"value":2,"literal":"DATE_TIME","eClass":"EEnumLiteral"},{"name":"SECOND","id":626,"value":0,"literal":"SECOND","eClass":"EEnumLiteral"},{"name":"MINUTE","id":627,"value":1,"literal":"MINUTE","eClass":"EEnumLiteral"},{"name":"HOUR","id":628,"value":2,"literal":"HOUR","eClass":"EEnumLiteral"},{"name":"DAY","id":629,"value":3,"literal":"DAY","eClass":"EEnumLiteral"},{"name":"MONTH","id":630,"value":4,"literal":"MONTH","eClass":"EEnumLiteral"},{"name":"YEAR","id":631,"value":5,"literal":"YEAR","eClass":"EEnumLiteral"},{"name":"UNDEFINED","id":632,"value":6,"literal":"UNDEFINED","eClass":"EEnumLiteral"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"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":637,"derived":false},{"id":638,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"i18nInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":639,"derived":false},{"id":640,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":641,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":642,"derived":false},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":646,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":647,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":50,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"50","unsettable":false,"transient":false,"unique":true,"name":"splitPosition","changeable":true,"lowerBound":0,"iD":false,"id":648,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontal","changeable":true,"lowerBound":0,"iD":false,"id":649,"derived":false},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"container":false,"ordered":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":655,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentAlignment","changeable":true,"lowerBound":0,"iD":false,"id":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultMessage","changeable":true,"lowerBound":0,"iD":false,"id":660,"derived":false},{"id":661,"eClass":"EGenericType"},{"id":662,"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":"consumeBeanService","changeable":true,"lowerBound":0,"iD":false,"id":663,"derived":false},{"id":664,"eClass":"EGenericType"},{"container":false,"ordered":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":665,"derived":false},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"container":false,"ordered":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":669,"derived":false},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":673,"derived":false},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actionReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":676,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionID","changeable":true,"lowerBound":0,"iD":false,"id":677,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iconName","changeable":true,"lowerBound":0,"iD":false,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":683,"derived":false},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":686,"derived":false},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventTopic","changeable":true,"lowerBound":0,"iD":false,"id":689,"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":"noAutoTrigger","changeable":true,"lowerBound":0,"iD":false,"id":690,"derived":false},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":1,"target":0},{"source":1,"target":123},{"source":1,"target":124},{"source":123,"target":125},{"source":123,"target":1},{"source":124,"target":126},{"source":124,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":127},{"source":2,"target":128},{"source":2,"target":129},{"source":2,"target":130},{"source":127,"target":131},{"source":127,"target":2},{"source":128,"target":16},{"source":128,"target":132},{"source":128,"target":2},{"source":132,"target":16},{"source":129,"target":3},{"source":129,"target":133},{"source":129,"target":2},{"source":133,"target":3},{"source":130,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":134},{"source":3,"target":135},{"source":134,"target":136},{"source":134,"target":3},{"source":135,"target":1},{"source":4,"target":0},{"source":4,"target":16},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":137,"target":13},{"source":137,"target":142},{"source":137,"target":4},{"source":142,"target":13},{"source":138,"target":18},{"source":138,"target":143},{"source":138,"target":4},{"source":143,"target":18},{"source":139,"target":20},{"source":139,"target":144},{"source":139,"target":4},{"source":144,"target":20},{"source":140,"target":145},{"source":140,"target":4},{"source":141,"target":16},{"source":5,"target":0},{"source":5,"target":36},{"source":5,"target":146},{"source":5,"target":147},{"source":5,"target":148},{"source":5,"target":149},{"source":146,"target":150},{"source":146,"target":5},{"source":147,"target":151},{"source":147,"target":5},{"source":148,"target":152},{"source":148,"target":5},{"source":149,"target":36},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":153},{"source":153,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":62},{"source":7,"target":24},{"source":7,"target":57},{"source":7,"target":154},{"source":7,"target":155},{"source":7,"target":156},{"source":7,"target":157},{"source":7,"target":158},{"source":7,"target":159},{"source":7,"target":160},{"source":7,"target":161},{"source":154,"target":6},{"source":154,"target":162},{"source":154,"target":7},{"source":162,"target":6},{"source":155,"target":32},{"source":155,"target":163},{"source":155,"target":7},{"source":163,"target":32},{"source":156,"target":15},{"source":156,"target":164},{"source":156,"target":7},{"source":164,"target":15},{"source":157,"target":77},{"source":157,"target":165},{"source":157,"target":7},{"source":165,"target":77},{"source":158,"target":4},{"source":159,"target":62},{"source":160,"target":24},{"source":161,"target":57},{"source":8,"target":0},{"source":8,"target":32},{"source":8,"target":57},{"source":8,"target":110},{"source":8,"target":166},{"source":8,"target":167},{"source":8,"target":168},{"source":8,"target":169},{"source":166,"target":9},{"source":166,"target":170},{"source":166,"target":8},{"source":170,"target":9},{"source":167,"target":32},{"source":168,"target":57},{"source":169,"target":110},{"source":9,"target":0},{"source":9,"target":35},{"source":9,"target":171},{"source":9,"target":172},{"source":171,"target":32},{"source":171,"target":173},{"source":171,"target":9},{"source":173,"target":32},{"source":172,"target":35},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":174},{"source":10,"target":175},{"source":174,"target":5},{"source":174,"target":176},{"source":174,"target":10},{"source":176,"target":5},{"source":175,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":177},{"source":177,"target":7},{"source":12,"target":0},{"source":12,"target":178},{"source":12,"target":179},{"source":178,"target":180},{"source":178,"target":12},{"source":179,"target":181},{"source":179,"target":12},{"source":13,"target":0},{"source":13,"target":27},{"source":13,"target":182},{"source":13,"target":183},{"source":13,"target":184},{"source":13,"target":185},{"source":182,"target":186},{"source":182,"target":13},{"source":183,"target":187},{"source":183,"target":13},{"source":184,"target":188},{"source":184,"target":13},{"source":185,"target":27},{"source":14,"target":0},{"source":14,"target":189},{"source":14,"target":190},{"source":14,"target":191},{"source":189,"target":14},{"source":190,"target":14},{"source":191,"target":14},{"source":15,"target":0},{"source":15,"target":192},{"source":15,"target":193},{"source":15,"target":194},{"source":15,"target":195},{"source":15,"target":196},{"source":15,"target":197},{"source":15,"target":198},{"source":15,"target":199},{"source":15,"target":200},{"source":15,"target":201},{"source":15,"target":202},{"source":15,"target":203},{"source":15,"target":204},{"source":15,"target":205},{"source":15,"target":206},{"source":15,"target":207},{"source":15,"target":208},{"source":192,"target":15},{"source":193,"target":15},{"source":194,"target":15},{"source":195,"target":15},{"source":196,"target":15},{"source":197,"target":15},{"source":198,"target":15},{"source":199,"target":15},{"source":200,"target":15},{"source":201,"target":15},{"source":202,"target":15},{"source":203,"target":15},{"source":204,"target":15},{"source":205,"target":15},{"source":206,"target":15},{"source":207,"target":15},{"source":208,"target":15},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":209},{"source":209,"target":1},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":27},{"source":18,"target":210},{"source":18,"target":211},{"source":18,"target":212},{"source":210,"target":213},{"source":210,"target":18},{"source":211,"target":17},{"source":211,"target":214},{"source":211,"target":18},{"source":214,"target":17},{"source":212,"target":27},{"source":19,"target":0},{"source":19,"target":27},{"source":19,"target":17},{"source":19,"target":215},{"source":19,"target":216},{"source":19,"target":217},{"source":19,"target":218},{"source":19,"target":219},{"source":215,"target":17},{"source":215,"target":220},{"source":215,"target":19},{"source":220,"target":17},{"source":216,"target":21},{"source":216,"target":221},{"source":216,"target":19},{"source":221,"target":21},{"source":217,"target":27},{"source":217,"target":222},{"source":217,"target":19},{"source":222,"target":27},{"source":218,"target":27},{"source":219,"target":17},{"source":20,"target":0},{"source":20,"target":223},{"source":20,"target":224},{"source":20,"target":225},{"source":20,"target":226},{"source":20,"target":227},{"source":20,"target":228},{"source":20,"target":229},{"source":223,"target":17},{"source":223,"target":230},{"source":223,"target":20},{"source":230,"target":17},{"source":224,"target":27},{"source":224,"target":231},{"source":224,"target":20},{"source":231,"target":27},{"source":225,"target":232},{"source":225,"target":20},{"source":226,"target":233},{"source":226,"target":20},{"source":227,"target":17},{"source":227,"target":234},{"source":227,"target":20},{"source":234,"target":17},{"source":228,"target":27},{"source":228,"target":235},{"source":228,"target":20},{"source":235,"target":27},{"source":229,"target":236},{"source":229,"target":20},{"source":21,"target":0},{"source":21,"target":237},{"source":21,"target":238},{"source":237,"target":21},{"source":237,"target":239},{"source":237,"target":21},{"source":239,"target":21},{"source":238,"target":240},{"source":238,"target":21},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":241},{"source":22,"target":242},{"source":22,"target":243},{"source":241,"target":21},{"source":241,"target":244},{"source":241,"target":22},{"source":244,"target":21},{"source":242,"target":245},{"source":242,"target":22},{"source":243,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":246},{"source":23,"target":247},{"source":23,"target":248},{"source":246,"target":21},{"source":246,"target":249},{"source":246,"target":23},{"source":249,"target":21},{"source":247,"target":250},{"source":247,"target":23},{"source":248,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":251},{"source":251,"target":1},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":252},{"source":26,"target":253},{"source":26,"target":254},{"source":252,"target":24},{"source":252,"target":255},{"source":252,"target":26},{"source":255,"target":24},{"source":253,"target":26},{"source":253,"target":256},{"source":253,"target":26},{"source":256,"target":26},{"source":254,"target":257},{"source":254,"target":26},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":258},{"source":258,"target":1},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":17},{"source":28,"target":259},{"source":28,"target":260},{"source":28,"target":261},{"source":28,"target":262},{"source":28,"target":263},{"source":259,"target":24},{"source":259,"target":264},{"source":259,"target":28},{"source":264,"target":24},{"source":260,"target":26},{"source":260,"target":265},{"source":260,"target":28},{"source":265,"target":26},{"source":261,"target":266},{"source":261,"target":28},{"source":262,"target":27},{"source":263,"target":17},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":17},{"source":29,"target":267},{"source":29,"target":268},{"source":29,"target":269},{"source":29,"target":270},{"source":267,"target":24},{"source":267,"target":271},{"source":267,"target":29},{"source":271,"target":24},{"source":268,"target":26},{"source":268,"target":272},{"source":268,"target":29},{"source":272,"target":26},{"source":269,"target":27},{"source":270,"target":17},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":17},{"source":30,"target":273},{"source":30,"target":274},{"source":30,"target":275},{"source":30,"target":276},{"source":273,"target":277},{"source":273,"target":30},{"source":274,"target":17},{"source":274,"target":278},{"source":274,"target":30},{"source":278,"target":17},{"source":275,"target":27},{"source":276,"target":17},{"source":31,"target":0},{"source":31,"target":27},{"source":31,"target":17},{"source":31,"target":279},{"source":31,"target":280},{"source":31,"target":281},{"source":279,"target":93},{"source":279,"target":282},{"source":279,"target":31},{"source":282,"target":93},{"source":280,"target":27},{"source":281,"target":17},{"source":32,"target":0},{"source":32,"target":62},{"source":32,"target":24},{"source":32,"target":110},{"source":32,"target":283},{"source":32,"target":284},{"source":32,"target":285},{"source":32,"target":286},{"source":32,"target":287},{"source":32,"target":288},{"source":32,"target":289},{"source":283,"target":20},{"source":283,"target":290},{"source":283,"target":32},{"source":290,"target":20},{"source":284,"target":291},{"source":284,"target":32},{"source":285,"target":292},{"source":285,"target":32},{"source":286,"target":293},{"source":286,"target":32},{"source":287,"target":62},{"source":288,"target":24},{"source":289,"target":110},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":294},{"source":33,"target":295},{"source":294,"target":71},{"source":294,"target":296},{"source":294,"target":33},{"source":296,"target":71},{"source":295,"target":32},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":297},{"source":34,"target":298},{"source":34,"target":299},{"source":297,"target":300},{"source":297,"target":34},{"source":298,"target":17},{"source":298,"target":301},{"source":298,"target":34},{"source":301,"target":17},{"source":299,"target":32},{"source":35,"target":0},{"source":35,"target":1},{"source":35,"target":25},{"source":35,"target":302},{"source":35,"target":303},{"source":302,"target":1},{"source":303,"target":25},{"source":36,"target":0},{"source":36,"target":32},{"source":36,"target":304},{"source":304,"target":32},{"source":37,"target":0},{"source":37,"target":32},{"source":37,"target":305},{"source":305,"target":32},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":33},{"source":38,"target":306},{"source":38,"target":307},{"source":306,"target":37},{"source":307,"target":33},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":34},{"source":39,"target":308},{"source":39,"target":309},{"source":308,"target":37},{"source":309,"target":34},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":36},{"source":40,"target":310},{"source":40,"target":311},{"source":310,"target":37},{"source":311,"target":36},{"source":41,"target":0},{"source":41,"target":35},{"source":41,"target":312},{"source":41,"target":313},{"source":41,"target":314},{"source":41,"target":315},{"source":41,"target":316},{"source":312,"target":32},{"source":312,"target":317},{"source":312,"target":41},{"source":317,"target":32},{"source":313,"target":12},{"source":313,"target":318},{"source":313,"target":41},{"source":318,"target":12},{"source":314,"target":12},{"source":314,"target":319},{"source":314,"target":41},{"source":319,"target":12},{"source":315,"target":15},{"source":315,"target":320},{"source":315,"target":41},{"source":320,"target":15},{"source":316,"target":35},{"source":42,"target":0},{"source":42,"target":34},{"source":42,"target":321},{"source":42,"target":322},{"source":42,"target":323},{"source":321,"target":41},{"source":321,"target":324},{"source":321,"target":42},{"source":324,"target":41},{"source":322,"target":325},{"source":322,"target":42},{"source":323,"target":34},{"source":43,"target":0},{"source":43,"target":35},{"source":43,"target":326},{"source":43,"target":327},{"source":43,"target":328},{"source":326,"target":32},{"source":326,"target":329},{"source":326,"target":43},{"source":329,"target":32},{"source":327,"target":15},{"source":327,"target":330},{"source":327,"target":43},{"source":330,"target":15},{"source":328,"target":35},{"source":44,"target":0},{"source":44,"target":34},{"source":44,"target":39},{"source":44,"target":331},{"source":44,"target":332},{"source":44,"target":333},{"source":331,"target":43},{"source":331,"target":334},{"source":331,"target":44},{"source":334,"target":43},{"source":332,"target":34},{"source":333,"target":39},{"source":45,"target":0},{"source":45,"target":35},{"source":45,"target":335},{"source":45,"target":336},{"source":45,"target":337},{"source":335,"target":32},{"source":335,"target":338},{"source":335,"target":45},{"source":338,"target":32},{"source":336,"target":15},{"source":336,"target":339},{"source":336,"target":45},{"source":339,"target":15},{"source":337,"target":35},{"source":46,"target":0},{"source":46,"target":34},{"source":46,"target":39},{"source":46,"target":340},{"source":46,"target":341},{"source":46,"target":342},{"source":340,"target":45},{"source":340,"target":343},{"source":340,"target":46},{"source":343,"target":45},{"source":341,"target":34},{"source":342,"target":39},{"source":47,"target":0},{"source":47,"target":35},{"source":47,"target":344},{"source":47,"target":345},{"source":344,"target":32},{"source":344,"target":346},{"source":344,"target":47},{"source":346,"target":32},{"source":345,"target":35},{"source":48,"target":0},{"source":48,"target":34},{"source":48,"target":347},{"source":48,"target":348},{"source":347,"target":47},{"source":347,"target":349},{"source":347,"target":48},{"source":349,"target":47},{"source":348,"target":34},{"source":49,"target":0},{"source":49,"target":34},{"source":49,"target":57},{"source":49,"target":350},{"source":49,"target":351},{"source":49,"target":352},{"source":350,"target":96},{"source":350,"target":353},{"source":350,"target":49},{"source":353,"target":96},{"source":351,"target":34},{"source":352,"target":57},{"source":50,"target":0},{"source":50,"target":33},{"source":50,"target":38},{"source":50,"target":57},{"source":50,"target":115},{"source":50,"target":354},{"source":50,"target":355},{"source":50,"target":356},{"source":50,"target":357},{"source":50,"target":358},{"source":50,"target":359},{"source":50,"target":360},{"source":50,"target":361},{"source":50,"target":362},{"source":50,"target":363},{"source":354,"target":23},{"source":354,"target":364},{"source":354,"target":50},{"source":364,"target":23},{"source":355,"target":23},{"source":355,"target":365},{"source":355,"target":50},{"source":365,"target":23},{"source":356,"target":366},{"source":356,"target":50},{"source":357,"target":23},{"source":357,"target":367},{"source":357,"target":50},{"source":367,"target":23},{"source":358,"target":368},{"source":358,"target":50},{"source":359,"target":369},{"source":359,"target":50},{"source":360,"target":33},{"source":361,"target":38},{"source":362,"target":57},{"source":363,"target":115},{"source":51,"target":0},{"source":51,"target":33},{"source":51,"target":38},{"source":51,"target":370},{"source":51,"target":371},{"source":51,"target":372},{"source":51,"target":373},{"source":51,"target":374},{"source":370,"target":375},{"source":370,"target":51},{"source":371,"target":376},{"source":371,"target":51},{"source":372,"target":377},{"source":372,"target":51},{"source":373,"target":33},{"source":374,"target":38},{"source":52,"target":0},{"source":52,"target":33},{"source":52,"target":38},{"source":52,"target":378},{"source":52,"target":379},{"source":52,"target":380},{"source":378,"target":381},{"source":378,"target":52},{"source":379,"target":33},{"source":380,"target":38},{"source":53,"target":0},{"source":53,"target":382},{"source":53,"target":383},{"source":53,"target":384},{"source":382,"target":53},{"source":383,"target":53},{"source":384,"target":53},{"source":54,"target":0},{"source":54,"target":33},{"source":54,"target":57},{"source":54,"target":115},{"source":54,"target":385},{"source":54,"target":386},{"source":54,"target":387},{"source":54,"target":388},{"source":54,"target":389},{"source":54,"target":390},{"source":54,"target":391},{"source":385,"target":53},{"source":385,"target":392},{"source":385,"target":54},{"source":392,"target":53},{"source":386,"target":393},{"source":386,"target":54},{"source":387,"target":394},{"source":387,"target":54},{"source":388,"target":23},{"source":388,"target":395},{"source":388,"target":54},{"source":395,"target":23},{"source":389,"target":33},{"source":390,"target":57},{"source":391,"target":115},{"source":55,"target":0},{"source":55,"target":33},{"source":55,"target":57},{"source":55,"target":38},{"source":55,"target":115},{"source":55,"target":396},{"source":55,"target":397},{"source":55,"target":398},{"source":55,"target":399},{"source":55,"target":400},{"source":55,"target":401},{"source":55,"target":402},{"source":396,"target":59},{"source":396,"target":403},{"source":396,"target":55},{"source":403,"target":59},{"source":397,"target":53},{"source":397,"target":404},{"source":397,"target":55},{"source":404,"target":53},{"source":398,"target":405},{"source":398,"target":55},{"source":399,"target":33},{"source":400,"target":57},{"source":401,"target":38},{"source":402,"target":115},{"source":56,"target":0},{"source":56,"target":33},{"source":56,"target":57},{"source":56,"target":38},{"source":56,"target":115},{"source":56,"target":406},{"source":56,"target":407},{"source":56,"target":408},{"source":56,"target":409},{"source":56,"target":410},{"source":56,"target":411},{"source":56,"target":412},{"source":406,"target":413},{"source":406,"target":56},{"source":407,"target":414},{"source":407,"target":56},{"source":408,"target":23},{"source":408,"target":415},{"source":408,"target":56},{"source":415,"target":23},{"source":409,"target":33},{"source":410,"target":57},{"source":411,"target":38},{"source":412,"target":115},{"source":57,"target":0},{"source":57,"target":416},{"source":416,"target":417},{"source":416,"target":57},{"source":58,"target":0},{"source":58,"target":33},{"source":58,"target":418},{"source":58,"target":419},{"source":58,"target":420},{"source":58,"target":421},{"source":58,"target":422},{"source":58,"target":423},{"source":58,"target":424},{"source":58,"target":425},{"source":58,"target":426},{"source":418,"target":427},{"source":418,"target":58},{"source":419,"target":428},{"source":419,"target":58},{"source":420,"target":429},{"source":420,"target":58},{"source":421,"target":430},{"source":421,"target":58},{"source":422,"target":431},{"source":422,"target":58},{"source":423,"target":14},{"source":423,"target":432},{"source":423,"target":58},{"source":432,"target":14},{"source":424,"target":433},{"source":424,"target":58},{"source":425,"target":23},{"source":425,"target":434},{"source":425,"target":58},{"source":434,"target":23},{"source":426,"target":33},{"source":59,"target":0},{"source":59,"target":33},{"source":59,"target":435},{"source":59,"target":436},{"source":435,"target":58},{"source":435,"target":437},{"source":435,"target":59},{"source":437,"target":58},{"source":436,"target":33},{"source":60,"target":0},{"source":60,"target":33},{"source":60,"target":38},{"source":60,"target":438},{"source":60,"target":439},{"source":60,"target":440},{"source":60,"target":441},{"source":438,"target":442},{"source":438,"target":60},{"source":439,"target":443},{"source":439,"target":60},{"source":440,"target":33},{"source":441,"target":38},{"source":61,"target":0},{"source":61,"target":33},{"source":61,"target":444},{"source":444,"target":33},{"source":62,"target":0},{"source":62,"target":445},{"source":445,"target":63},{"source":445,"target":446},{"source":445,"target":62},{"source":446,"target":63},{"source":63,"target":0},{"source":63,"target":447},{"source":63,"target":448},{"source":447,"target":64},{"source":447,"target":449},{"source":447,"target":63},{"source":449,"target":64},{"source":448,"target":64},{"source":448,"target":450},{"source":448,"target":63},{"source":450,"target":64},{"source":64,"target":0},{"source":64,"target":1},{"source":64,"target":451},{"source":64,"target":452},{"source":64,"target":453},{"source":64,"target":454},{"source":64,"target":455},{"source":451,"target":18},{"source":451,"target":456},{"source":451,"target":64},{"source":456,"target":18},{"source":452,"target":66},{"source":452,"target":457},{"source":452,"target":64},{"source":457,"target":66},{"source":453,"target":17},{"source":453,"target":458},{"source":453,"target":64},{"source":458,"target":17},{"source":454,"target":67},{"source":454,"target":459},{"source":454,"target":64},{"source":459,"target":67},{"source":455,"target":1},{"source":65,"target":0},{"source":65,"target":16},{"source":65,"target":460},{"source":65,"target":461},{"source":460,"target":64},{"source":460,"target":462},{"source":460,"target":65},{"source":462,"target":64},{"source":461,"target":16},{"source":66,"target":0},{"source":66,"target":463},{"source":66,"target":464},{"source":66,"target":465},{"source":463,"target":17},{"source":463,"target":466},{"source":463,"target":66},{"source":466,"target":17},{"source":464,"target":18},{"source":464,"target":467},{"source":464,"target":66},{"source":467,"target":18},{"source":465,"target":468},{"source":465,"target":66},{"source":67,"target":0},{"source":67,"target":1},{"source":67,"target":469},{"source":469,"target":1},{"source":68,"target":0},{"source":68,"target":67},{"source":68,"target":470},{"source":68,"target":471},{"source":470,"target":472},{"source":470,"target":68},{"source":471,"target":67},{"source":69,"target":0},{"source":69,"target":473},{"source":473,"target":70},{"source":473,"target":474},{"source":473,"target":69},{"source":474,"target":70},{"source":70,"target":0},{"source":70,"target":1},{"source":70,"target":475},{"source":70,"target":476},{"source":70,"target":477},{"source":475,"target":17},{"source":475,"target":478},{"source":475,"target":70},{"source":478,"target":17},{"source":476,"target":479},{"source":476,"target":70},{"source":477,"target":1},{"source":71,"target":0},{"source":71,"target":24},{"source":71,"target":110},{"source":71,"target":480},{"source":71,"target":481},{"source":480,"target":24},{"source":481,"target":110},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":482},{"source":72,"target":483},{"source":72,"target":484},{"source":482,"target":485},{"source":482,"target":72},{"source":483,"target":114},{"source":483,"target":486},{"source":483,"target":72},{"source":486,"target":114},{"source":484,"target":71},{"source":73,"target":0},{"source":73,"target":71},{"source":73,"target":487},{"source":73,"target":488},{"source":73,"target":489},{"source":487,"target":490},{"source":487,"target":73},{"source":488,"target":114},{"source":488,"target":491},{"source":488,"target":73},{"source":491,"target":114},{"source":489,"target":71},{"source":74,"target":0},{"source":74,"target":71},{"source":74,"target":492},{"source":74,"target":493},{"source":74,"target":494},{"source":492,"target":495},{"source":492,"target":74},{"source":493,"target":114},{"source":493,"target":496},{"source":493,"target":74},{"source":496,"target":114},{"source":494,"target":71},{"source":75,"target":0},{"source":75,"target":71},{"source":75,"target":497},{"source":75,"target":498},{"source":75,"target":499},{"source":75,"target":500},{"source":497,"target":501},{"source":497,"target":75},{"source":498,"target":502},{"source":498,"target":75},{"source":499,"target":114},{"source":499,"target":503},{"source":499,"target":75},{"source":503,"target":114},{"source":500,"target":71},{"source":76,"target":0},{"source":76,"target":16},{"source":76,"target":504},{"source":76,"target":505},{"source":76,"target":506},{"source":504,"target":507},{"source":504,"target":76},{"source":505,"target":71},{"source":505,"target":508},{"source":505,"target":76},{"source":508,"target":71},{"source":506,"target":16},{"source":77,"target":0},{"source":77,"target":1},{"source":77,"target":509},{"source":77,"target":510},{"source":77,"target":511},{"source":77,"target":512},{"source":509,"target":33},{"source":509,"target":513},{"source":509,"target":77},{"source":513,"target":33},{"source":510,"target":78},{"source":510,"target":514},{"source":510,"target":77},{"source":514,"target":78},{"source":511,"target":76},{"source":511,"target":515},{"source":511,"target":77},{"source":515,"target":76},{"source":512,"target":1},{"source":78,"target":0},{"source":78,"target":1},{"source":78,"target":516},{"source":78,"target":517},{"source":78,"target":518},{"source":516,"target":71},{"source":516,"target":519},{"source":516,"target":78},{"source":519,"target":71},{"source":517,"target":520},{"source":517,"target":78},{"source":518,"target":1},{"source":79,"target":0},{"source":79,"target":35},{"source":79,"target":521},{"source":79,"target":522},{"source":521,"target":32},{"source":521,"target":523},{"source":521,"target":79},{"source":523,"target":32},{"source":522,"target":35},{"source":80,"target":0},{"source":80,"target":39},{"source":80,"target":524},{"source":80,"target":525},{"source":524,"target":79},{"source":524,"target":526},{"source":524,"target":80},{"source":526,"target":79},{"source":525,"target":39},{"source":81,"target":0},{"source":81,"target":36},{"source":81,"target":110},{"source":81,"target":40},{"source":81,"target":527},{"source":81,"target":528},{"source":81,"target":529},{"source":527,"target":36},{"source":528,"target":110},{"source":529,"target":40},{"source":82,"target":0},{"source":82,"target":38},{"source":82,"target":530},{"source":530,"target":38},{"source":83,"target":0},{"source":83,"target":35},{"source":83,"target":531},{"source":83,"target":532},{"source":531,"target":32},{"source":531,"target":533},{"source":531,"target":83},{"source":533,"target":32},{"source":532,"target":35},{"source":84,"target":0},{"source":84,"target":39},{"source":84,"target":534},{"source":84,"target":535},{"source":534,"target":83},{"source":534,"target":536},{"source":534,"target":84},{"source":536,"target":83},{"source":535,"target":39},{"source":85,"target":0},{"source":85,"target":37},{"source":85,"target":537},{"source":85,"target":538},{"source":537,"target":86},{"source":537,"target":539},{"source":537,"target":85},{"source":539,"target":86},{"source":538,"target":37},{"source":86,"target":0},{"source":86,"target":37},{"source":86,"target":110},{"source":86,"target":540},{"source":86,"target":541},{"source":86,"target":542},{"source":540,"target":32},{"source":540,"target":543},{"source":540,"target":86},{"source":543,"target":32},{"source":541,"target":37},{"source":542,"target":110},{"source":87,"target":0},{"source":87,"target":32},{"source":87,"target":544},{"source":87,"target":545},{"source":544,"target":88},{"source":544,"target":546},{"source":544,"target":87},{"source":546,"target":88},{"source":545,"target":32},{"source":88,"target":0},{"source":88,"target":35},{"source":88,"target":110},{"source":88,"target":547},{"source":88,"target":548},{"source":88,"target":549},{"source":547,"target":32},{"source":547,"target":550},{"source":547,"target":88},{"source":550,"target":32},{"source":548,"target":35},{"source":549,"target":110},{"source":89,"target":0},{"source":90,"target":0},{"source":90,"target":39},{"source":90,"target":57},{"source":90,"target":89},{"source":90,"target":551},{"source":90,"target":552},{"source":90,"target":553},{"source":90,"target":554},{"source":90,"target":555},{"source":551,"target":91},{"source":551,"target":556},{"source":551,"target":90},{"source":556,"target":91},{"source":552,"target":119},{"source":552,"target":557},{"source":552,"target":90},{"source":557,"target":119},{"source":553,"target":39},{"source":554,"target":57},{"source":555,"target":89},{"source":91,"target":0},{"source":91,"target":35},{"source":91,"target":558},{"source":91,"target":559},{"source":91,"target":560},{"source":558,"target":32},{"source":558,"target":561},{"source":558,"target":91},{"source":561,"target":32},{"source":559,"target":15},{"source":559,"target":562},{"source":559,"target":91},{"source":562,"target":15},{"source":560,"target":35},{"source":92,"target":0},{"source":92,"target":40},{"source":92,"target":563},{"source":92,"target":564},{"source":92,"target":565},{"source":563,"target":90},{"source":563,"target":566},{"source":563,"target":92},{"source":566,"target":90},{"source":564,"target":90},{"source":564,"target":567},{"source":564,"target":92},{"source":567,"target":90},{"source":565,"target":40},{"source":93,"target":0},{"source":93,"target":1},{"source":93,"target":568},{"source":568,"target":1},{"source":94,"target":0},{"source":94,"target":93},{"source":94,"target":569},{"source":94,"target":570},{"source":94,"target":571},{"source":569,"target":90},{"source":569,"target":572},{"source":569,"target":94},{"source":572,"target":90},{"source":570,"target":90},{"source":570,"target":573},{"source":570,"target":94},{"source":573,"target":90},{"source":571,"target":93},{"source":95,"target":0},{"source":95,"target":93},{"source":95,"target":574},{"source":95,"target":575},{"source":574,"target":8},{"source":574,"target":576},{"source":574,"target":95},{"source":576,"target":8},{"source":575,"target":93},{"source":96,"target":0},{"source":96,"target":33},{"source":96,"target":38},{"source":96,"target":577},{"source":96,"target":578},{"source":96,"target":579},{"source":577,"target":23},{"source":577,"target":580},{"source":577,"target":96},{"source":580,"target":23},{"source":578,"target":33},{"source":579,"target":38},{"source":97,"target":0},{"source":97,"target":32},{"source":97,"target":57},{"source":97,"target":581},{"source":97,"target":582},{"source":97,"target":583},{"source":97,"target":584},{"source":581,"target":98},{"source":581,"target":585},{"source":581,"target":97},{"source":585,"target":98},{"source":582,"target":9},{"source":582,"target":586},{"source":582,"target":97},{"source":586,"target":9},{"source":583,"target":32},{"source":584,"target":57},{"source":98,"target":0},{"source":98,"target":35},{"source":98,"target":587},{"source":98,"target":588},{"source":587,"target":96},{"source":587,"target":589},{"source":587,"target":98},{"source":589,"target":96},{"source":588,"target":35},{"source":99,"target":0},{"source":99,"target":93},{"source":99,"target":590},{"source":99,"target":591},{"source":590,"target":97},{"source":590,"target":592},{"source":590,"target":99},{"source":592,"target":97},{"source":591,"target":93},{"source":100,"target":0},{"source":100,"target":33},{"source":100,"target":38},{"source":100,"target":593},{"source":100,"target":594},{"source":593,"target":33},{"source":594,"target":38},{"source":101,"target":0},{"source":101,"target":33},{"source":101,"target":38},{"source":101,"target":595},{"source":101,"target":596},{"source":101,"target":597},{"source":101,"target":598},{"source":101,"target":599},{"source":595,"target":600},{"source":595,"target":101},{"source":596,"target":601},{"source":596,"target":101},{"source":597,"target":602},{"source":597,"target":101},{"source":598,"target":33},{"source":599,"target":38},{"source":102,"target":0},{"source":102,"target":33},{"source":102,"target":38},{"source":102,"target":603},{"source":102,"target":604},{"source":603,"target":33},{"source":604,"target":38},{"source":103,"target":0},{"source":103,"target":33},{"source":103,"target":57},{"source":103,"target":38},{"source":103,"target":115},{"source":103,"target":605},{"source":103,"target":606},{"source":103,"target":607},{"source":103,"target":608},{"source":103,"target":609},{"source":103,"target":610},{"source":103,"target":611},{"source":103,"target":612},{"source":605,"target":53},{"source":605,"target":613},{"source":605,"target":103},{"source":613,"target":53},{"source":606,"target":614},{"source":606,"target":103},{"source":607,"target":615},{"source":607,"target":103},{"source":608,"target":23},{"source":608,"target":616},{"source":608,"target":103},{"source":616,"target":23},{"source":609,"target":33},{"source":610,"target":57},{"source":611,"target":38},{"source":612,"target":115},{"source":104,"target":0},{"source":104,"target":33},{"source":104,"target":38},{"source":104,"target":617},{"source":104,"target":618},{"source":104,"target":619},{"source":104,"target":620},{"source":617,"target":105},{"source":617,"target":621},{"source":617,"target":104},{"source":621,"target":105},{"source":618,"target":106},{"source":618,"target":622},{"source":618,"target":104},{"source":622,"target":106},{"source":619,"target":33},{"source":620,"target":38},{"source":105,"target":0},{"source":105,"target":623},{"source":105,"target":624},{"source":105,"target":625},{"source":623,"target":105},{"source":624,"target":105},{"source":625,"target":105},{"source":106,"target":0},{"source":106,"target":626},{"source":106,"target":627},{"source":106,"target":628},{"source":106,"target":629},{"source":106,"target":630},{"source":106,"target":631},{"source":106,"target":632},{"source":626,"target":106},{"source":627,"target":106},{"source":628,"target":106},{"source":629,"target":106},{"source":630,"target":106},{"source":631,"target":106},{"source":632,"target":106},{"source":107,"target":0},{"source":107,"target":33},{"source":107,"target":38},{"source":107,"target":633},{"source":107,"target":634},{"source":633,"target":33},{"source":634,"target":38},{"source":108,"target":0},{"source":108,"target":33},{"source":108,"target":38},{"source":108,"target":635},{"source":108,"target":636},{"source":635,"target":33},{"source":636,"target":38},{"source":109,"target":0},{"source":109,"target":637},{"source":637,"target":638},{"source":637,"target":109},{"source":110,"target":0},{"source":110,"target":639},{"source":639,"target":109},{"source":639,"target":640},{"source":639,"target":110},{"source":640,"target":109},{"source":111,"target":0},{"source":111,"target":35},{"source":111,"target":641},{"source":111,"target":642},{"source":111,"target":643},{"source":641,"target":32},{"source":641,"target":644},{"source":641,"target":111},{"source":644,"target":32},{"source":642,"target":15},{"source":642,"target":645},{"source":642,"target":111},{"source":645,"target":15},{"source":643,"target":35},{"source":112,"target":0},{"source":112,"target":34},{"source":112,"target":646},{"source":112,"target":647},{"source":112,"target":648},{"source":112,"target":649},{"source":112,"target":650},{"source":646,"target":111},{"source":646,"target":651},{"source":646,"target":112},{"source":651,"target":111},{"source":647,"target":111},{"source":647,"target":652},{"source":647,"target":112},{"source":652,"target":111},{"source":648,"target":653},{"source":648,"target":112},{"source":649,"target":654},{"source":649,"target":112},{"source":650,"target":34},{"source":113,"target":0},{"source":113,"target":34},{"source":113,"target":655},{"source":113,"target":656},{"source":113,"target":657},{"source":655,"target":32},{"source":655,"target":658},{"source":655,"target":113},{"source":658,"target":32},{"source":656,"target":15},{"source":656,"target":659},{"source":656,"target":113},{"source":659,"target":15},{"source":657,"target":34},{"source":114,"target":0},{"source":114,"target":1},{"source":114,"target":660},{"source":114,"target":661},{"source":660,"target":662},{"source":660,"target":114},{"source":661,"target":1},{"source":115,"target":0},{"source":115,"target":663},{"source":663,"target":664},{"source":663,"target":115},{"source":116,"target":0},{"source":116,"target":39},{"source":116,"target":57},{"source":116,"target":665},{"source":116,"target":666},{"source":116,"target":667},{"source":665,"target":96},{"source":665,"target":668},{"source":665,"target":116},{"source":668,"target":96},{"source":666,"target":39},{"source":667,"target":57},{"source":117,"target":0},{"source":117,"target":39},{"source":117,"target":89},{"source":117,"target":669},{"source":117,"target":670},{"source":117,"target":671},{"source":669,"target":118},{"source":669,"target":672},{"source":669,"target":117},{"source":672,"target":118},{"source":670,"target":39},{"source":671,"target":89},{"source":118,"target":0},{"source":118,"target":35},{"source":118,"target":673},{"source":118,"target":674},{"source":673,"target":37},{"source":673,"target":675},{"source":673,"target":118},{"source":675,"target":37},{"source":674,"target":35},{"source":119,"target":0},{"source":119,"target":40},{"source":119,"target":676},{"source":119,"target":677},{"source":119,"target":678},{"source":119,"target":679},{"source":676,"target":680},{"source":676,"target":119},{"source":677,"target":681},{"source":677,"target":119},{"source":678,"target":682},{"source":678,"target":119},{"source":679,"target":40},{"source":120,"target":0},{"source":120,"target":93},{"source":120,"target":683},{"source":120,"target":684},{"source":683,"target":55},{"source":683,"target":685},{"source":683,"target":120},{"source":685,"target":55},{"source":684,"target":93},{"source":121,"target":0},{"source":121,"target":93},{"source":121,"target":686},{"source":121,"target":687},{"source":686,"target":55},{"source":686,"target":688},{"source":686,"target":121},{"source":688,"target":55},{"source":687,"target":93},{"source":122,"target":0},{"source":122,"target":93},{"source":122,"target":689},{"source":122,"target":690},{"source":122,"target":691},{"source":689,"target":692},{"source":689,"target":122},{"source":690,"target":693},{"source":690,"target":122},{"source":691,"target":93}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="packagemm"
nsURI="packagemm" nsPrefix="packagemm">
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="installedSize" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maintainer" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="architecture" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileSize" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="checkSum" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="section" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" ordered="false"
unique="false" lowerBound="1" eType="#//PriorityType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" ordered="false"
unique="false" lowerBound="1" eType="#//StatusType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uploaders" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recommends" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="suggests" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enhances" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predepends" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="replaces" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="files" ordered="false"
upperBound="-1" eType="#//File" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="documentationFiles" ordered="false"
upperBound="-1" eType="#//DocumentationFile" containment="true" eOpposite="#//DocumentationFile/pkg"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="PreinstScript" ordered="false"
eType="#//PreinstScript" containment="true" eOpposite="#//PreinstScript/pkg"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="PostinstScript" ordered="false"
eType="#//PostinstScript" containment="true" eOpposite="#//PostinstScript/pkg"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="PrermScript" ordered="false"
eType="#//PrermScript" containment="true" eOpposite="#//PrermScript/pkg"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="PostrmScript" ordered="false"
eType="#//PostrmScript" containment="true" eOpposite="#//PostrmScript/pkg"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configScript" ordered="false"
eType="#//ConfigScript" containment="true" eOpposite="#//ConfigScript/pkg"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conflict" eType="#//Conflict"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="depends" eType="#//Dependence"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conffiles" upperBound="-1"
eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Script" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" ordered="false"
upperBound="-1" eType="#//Statement" containment="true" eOpposite="#//Statement/script"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputParameters" ordered="false"
upperBound="-1" eType="#//InputParameter" containment="true" eOpposite="#//InputParameter/script"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputParameter" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" ordered="false"
lowerBound="1" eType="#//Script" eOpposite="#//Script/inputParameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dependence" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="andDep" ordered="false"
eType="#//AndDep" containment="true" eOpposite="#//AndDep/dependence"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orDep" ordered="false"
eType="#//OrDep" containment="true" eOpposite="#//OrDep/dependence"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="singleDep" ordered="false"
lowerBound="1" eType="#//SingleDep" containment="true" eOpposite="#//SingleDep/dependence"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pkg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AndDep" eSuperTypes="#//Dependence">
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" ordered="false" lowerBound="2"
upperBound="-1" eType="#//Dependence" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependence" ordered="false"
lowerBound="1" eType="#//Dependence" eOpposite="#//Dependence/andDep"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrDep" eSuperTypes="#//Dependence">
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" ordered="false" lowerBound="2"
upperBound="-1" eType="#//Dependence" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependence" ordered="false"
lowerBound="1" eType="#//Dependence" eOpposite="#//Dependence/orDep"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleDep" eSuperTypes="#//Dependence">
<eStructuralFeatures xsi:type="ecore:EReference" name="dependence" ordered="false"
lowerBound="1" eType="#//Dependence" eOpposite="#//Dependence/singleDep"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false"
unique="false" lowerBound="1" eType="#//VersionType"/>
<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="PreinstScript" eSuperTypes="#//Script">
<eStructuralFeatures xsi:type="ecore:EReference" name="pkg" ordered="false" lowerBound="1"
eType="#//Package" eOpposite="#//Package/PreinstScript"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstScript" eSuperTypes="#//Script">
<eStructuralFeatures xsi:type="ecore:EReference" name="pkg" ordered="false" lowerBound="1"
eType="#//Package" eOpposite="#//Package/PostinstScript"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrermScript" eSuperTypes="#//Script">
<eStructuralFeatures xsi:type="ecore:EReference" name="pkg" ordered="false" lowerBound="1"
eType="#//Package" eOpposite="#//Package/PrermScript"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostrmScript" eSuperTypes="#//Script">
<eStructuralFeatures xsi:type="ecore:EReference" name="pkg" ordered="false" lowerBound="1"
eType="#//Package" eOpposite="#//Package/PostrmScript"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigScript" eSuperTypes="#//Script">
<eStructuralFeatures xsi:type="ecore:EReference" name="pkg" ordered="false" lowerBound="1"
eType="#//Package" eOpposite="#//Package/configScript"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" ordered="false"
lowerBound="1" eType="#//Script" eOpposite="#//Script/statements"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStart" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previous" ordered="false"
eType="#//Statement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" ordered="false" eType="#//Statement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlStatement" abstract="true" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Case" abstract="true" eSuperTypes="#//ControlStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false"
lowerBound="1" eType="#//DefaultCaseCondition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="action" ordered="false"
lowerBound="1" upperBound="-1" eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultCaseCondition" eSuperTypes="#//Condition"/>
<eClassifiers xsi:type="ecore:EClass" name="CasePrerm" eSuperTypes="#//Case">
<eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false"
upperBound="-1" eType="#//CasePrermCondition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CasePrermCondition" eSuperTypes="#//Condition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" upperBound="-1" eType="#//CasePrermConditionValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CasePostrm" eSuperTypes="#//Case">
<eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false"
upperBound="-1" eType="#//CasePostrmCondition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CasePostrmCondition" eSuperTypes="#//Condition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" upperBound="-1" eType="#//CasePostrmConditionValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CasePreinst" eSuperTypes="#//Case">
<eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false"
upperBound="-1" eType="#//CasePreinstCondition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CasePreinstCondition" eSuperTypes="#//Condition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" upperBound="-1" eType="#//CasePreinstConditionValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CasePostinst" eSuperTypes="#//Case">
<eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false"
upperBound="-1" eType="#//CasePostinstCondition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CasePostinstCondition" eSuperTypes="#//Condition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" upperBound="-1" eType="#//CasePostinstConditionValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicCase" eSuperTypes="#//ControlStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="conditions" ordered="false"
upperBound="-1" eType="#//BasicCaseCondition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicCaseCondition" eSuperTypes="#//Condition">
<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="If" eSuperTypes="#//ControlStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#//BooleanExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" ordered="false" upperBound="-1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" ordered="false" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExpression">
<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="Return" eSuperTypes="#//ControlStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" eType="#//ReturnStatementValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" abstract="true" eSuperTypes="#//ControlStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="DirectoryIterator" eSuperTypes="#//Iterator">
<eStructuralFeatures xsi:type="ecore:EReference" name="directory" ordered="false"
lowerBound="1" eType="#//File"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileContentIterator" eSuperTypes="#//Iterator">
<eStructuralFeatures xsi:type="ecore:EReference" name="file" ordered="false" lowerBound="1"
eType="#//File"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputParameterIterator" eSuperTypes="#//Iterator">
<eStructuralFeatures xsi:type="ecore:EReference" name="inputParameters" ordered="false"
lowerBound="1" upperBound="-1" eType="#//InputParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationIterator" eSuperTypes="#//Iterator">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" ordered="false"
lowerBound="1" eType="#//Enumeration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringIterator" eSuperTypes="#//Iterator"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#//EnumerationElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<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="FileSystemStatement" abstract="true"
eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="files" ordered="false"
lowerBound="1" upperBound="-1" eType="#//File"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdditionFileSystemStatement" eSuperTypes="#//FileSystemStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletionFileSystemStatement" eSuperTypes="#//FileSystemStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="UpdateFileSystemStatement" eSuperTypes="#//FileSystemStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="EnvironmentStatement" abstract="true"
eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="environment" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdditionEnvironmentStatement" eSuperTypes="#//EnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletionEnvironmentStatement" eSuperTypes="#//EnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="UpdateEnvironmentStatement" eSuperTypes="#//EnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageSettingStatement" abstract="true"
eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pkgsetting" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdditionPackageSettingStatement" eSuperTypes="#//PackageSettingStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletionPackageSettingStatement" eSuperTypes="#//PackageSettingStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="UpdatePackageSettingStatement" eSuperTypes="#//PackageSettingStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="NeutralStatement" abstract="true" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NeutralStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//NeutralStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="File" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="checkSum" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDirectory" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="suid" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guid" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="permission" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childs" ordered="false"
upperBound="-1" eType="#//File" containment="true" eOpposite="#//File/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" ordered="false"
lowerBound="1" eType="#//File" eOpposite="#//File/childs"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="owner" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="group" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMissing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentationFile" eSuperTypes="#//File">
<eStructuralFeatures xsi:type="ecore:EReference" name="pkg" ordered="false" lowerBound="1"
eType="#//Package" eOpposite="#//Package/documentationFiles"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InformationFile" eSuperTypes="#//File"/>
<eClassifiers xsi:type="ecore:EClass" name="PostinstDesktop" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostinstDocBase" eSuperTypes="#//AdditionEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="document" ordered="false"
lowerBound="1" eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstEmacsen" eSuperTypes="#//UpdateEnvironmentStatement #//UpdatePackageSettingStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstGconf" eSuperTypes="#//UpdatePackageSettingStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="schemas" ordered="false"
lowerBound="1" upperBound="-1" eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstGconfDefaults" eSuperTypes="#//UpdatePackageSettingStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostinstIcons" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="directories" ordered="false"
lowerBound="1" upperBound="-1" eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstInfo" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="file" ordered="false" lowerBound="1"
eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstInit" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="scriptParam" ordered="false"
lowerBound="1" eType="#//Script" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initParams" ordered="false"
upperBound="-1" eType="#//Param" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorHandler" ordered="false"
lowerBound="1" eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstInitNostart" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="scriptParam" ordered="false"
lowerBound="1" eType="#//Script" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initParams" ordered="false"
upperBound="-1" eType="#//Param" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorHandler" ordered="false"
lowerBound="1" eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstInitRestart" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="scriptParam" ordered="false"
lowerBound="1" eType="#//Script" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initParams" ordered="false"
upperBound="-1" eType="#//Param" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorHandler" ordered="false"
lowerBound="1" eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstMakeshlibs" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostinstMenu" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostinstMenuMethod" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#//Package" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstMime" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostinstModules" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="kvers" ordered="false"
lowerBound="1" eType="#//StringParam" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstPython" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="pyver" ordered="false"
lowerBound="1" eType="#//IntParam" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dirlist" ordered="false"
lowerBound="1" upperBound="-1" eType="#//File"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstScrollkeeper" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostinstSgmlcatalog" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="centralcat" ordered="false"
lowerBound="1" eType="#//File" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ordcats" ordered="false"
lowerBound="1" eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstSharedmimeinfo" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostinstSuid" eSuperTypes="#//UpdateEnvironmentStatement #//UpdateFileSystemStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#//Package" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="file" ordered="false" lowerBound="1"
eType="#//File" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
lowerBound="1" eType="#//StringParam" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="group" ordered="false"
lowerBound="1" eType="#//StringParam" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="perms" ordered="false"
lowerBound="1" eType="#//StringParam" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstUdev" eSuperTypes="#//UpdateFileSystemStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="old" ordered="false" lowerBound="1"
eType="#//File" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1"
eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstUsrlocal" eSuperTypes="#//UpdateFileSystemStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="dirlist" ordered="false"
lowerBound="1" upperBound="-1" eType="#//File"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstWm" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="wm" ordered="false" lowerBound="1"
eType="#//StringParam" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="wmman" ordered="false"
lowerBound="1" eType="#//StringParam" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="priority" ordered="false"
lowerBound="1" eType="#//StringParam" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstWmNoman" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="wm" ordered="false" lowerBound="1"
eType="#//StringParam" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="priority" ordered="false"
lowerBound="1" eType="#//StringParam" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostinstXfonts" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="cmds" ordered="false" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostrmDebconf" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostrmDesktop" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostrmGconf" eSuperTypes="#//DeletionFileSystemStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="schemas" ordered="false"
lowerBound="1" upperBound="-1" eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostrmGconfDefaults" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostrmIcons" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="dirs" ordered="false" lowerBound="1"
upperBound="-1" eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostrmInit" eSuperTypes="#//UpdateEnvironmentStatement #//DeletionFileSystemStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="scriptParam" ordered="false"
lowerBound="1" eType="#//Script" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorHandler" ordered="false"
lowerBound="1" eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostrmMakeshlibs" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostrmMenu" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostrmMenuMethod" eSuperTypes="#//UpdateEnvironmentStatement #//UpdateFileSystemStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#//Package" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostrmMime" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostrmModules" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="kvers" ordered="false"
lowerBound="1" eType="#//IntParam" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostrmScrollkeeper" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostrmSgmlcatalog" eSuperTypes="#//UpdateFileSystemStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="centralcat" ordered="false"
lowerBound="1" eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostrmSharedmimeinfo" eSuperTypes="#//UpdateEnvironmentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="PostrmSuid" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#//Package" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="file" ordered="false" lowerBound="1"
eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostrmXfonts" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="cmds" ordered="false" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PreinstUdev" eSuperTypes="#//DeletionFileSystemStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="old" ordered="false" lowerBound="1"
eType="#//File" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1"
eType="#//File" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#//Package" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PreinstUser" eSuperTypes="#//UpdateFileSystemStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="dir" ordered="false" lowerBound="1"
eType="#//StringParam" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mode" ordered="false" lowerBound="1"
eType="#//StringParam" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="user" ordered="false" lowerBound="1"
eType="#//StringParam" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="group" ordered="false"
lowerBound="1" eType="#//StringParam" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrermDocBase" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="document" ordered="false"
lowerBound="1" eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrermEmacsen" eSuperTypes="#//UpdateEnvironmentStatement #//UpdatePackageSettingStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#//Package" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrermGconf" eSuperTypes="#//UpdatePackageSettingStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="schemas" ordered="false"
upperBound="-1" eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrermInfo" eSuperTypes="#//UpdateEnvironmentStatement #//DeletionPackageSettingStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="file" ordered="false" lowerBound="1"
eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrermInit" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="scriptParam" ordered="false"
lowerBound="1" eType="#//Script" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorHandler" ordered="false"
lowerBound="1" eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrermInitNorestart" eSuperTypes="#//UpdateEnvironmentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="scriptParam" ordered="false"
lowerBound="1" eType="#//Script" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorHandler" ordered="false"
lowerBound="1" eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrermPython" eSuperTypes="#//DeletionFileSystemStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#//Package" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrermSgmlcatalog" eSuperTypes="#//UpdateEnvironmentStatement #//DeletionPackageSettingStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="centralcat" ordered="false"
lowerBound="1" eType="#//File" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrermUsrlocal" eSuperTypes="#//DeletionFileSystemStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="dirlist" ordered="false"
lowerBound="1" upperBound="-1" eType="#//File"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrermWm" eSuperTypes="#//DeletionPackageSettingStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="wm" ordered="false" lowerBound="1"
eType="#//StringParam" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Param">
<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="StringParam" eSuperTypes="#//Param"/>
<eClassifiers xsi:type="ecore:EClass" name="IntParam" eSuperTypes="#//Param"/>
<eClassifiers xsi:type="ecore:EEnum" name="PriorityType">
<eLiterals name="standard" value="1" literal="standard"/>
<eLiterals name="required" value="2" literal="required"/>
<eLiterals name="important" value="3" literal="important"/>
<eLiterals name="optional" value="4" literal="optional"/>
<eLiterals name="extra" value="5" literal="extra"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StatusType">
<eLiterals name="installed" value="1" literal="installed"/>
<eLiterals name="none" value="2" literal="none"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VersionType">
<eLiterals name="eq" value="1" literal="eq"/>
<eLiterals name="ge" value="2" literal="ge"/>
<eLiterals name="le" value="3" literal="le"/>
<eLiterals name="lt" value="4" literal="lt"/>
<eLiterals name="llt" value="5" literal="llt"/>
<eLiterals name="gt" value="6" literal="gt"/>
<eLiterals name="ggt" value="7" literal="ggt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ReturnStatementValue">
<eLiterals name="zero" value="1" literal="zero"/>
<eLiterals name="one" value="2" literal="one"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CasePrermConditionValue">
<eLiterals name="remove" value="1" literal="remove"/>
<eLiterals name="upgrade" value="2" literal="upgrade"/>
<eLiterals name="deconfigure" value="3" literal="deconfigure"/>
<eLiterals name="failed_upgrade" value="4" literal="failed_upgrade"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CasePostrmConditionValue">
<eLiterals name="purge" value="1" literal="purge"/>
<eLiterals name="remove" value="2" literal="remove"/>
<eLiterals name="upgrade" value="3" literal="upgrade"/>
<eLiterals name="failed" value="4" literal="failed"/>
<eLiterals name="abort_install" value="5" literal="abort_install"/>
<eLiterals name="abort_upgrade" value="6" literal="abort_upgrade"/>
<eLiterals name="disappear" value="7" literal="disappear"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CasePreinstConditionValue">
<eLiterals name="install" value="1" literal="install"/>
<eLiterals name="upgrade" value="2" literal="upgrade"/>
<eLiterals name="abort_upgrade" value="3" literal="abort_upgrade"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CasePostinstConditionValue">
<eLiterals name="configure" value="1" literal="configure"/>
<eLiterals name="abort_upgrade" value="2" literal="abort_upgrade"/>
<eLiterals name="abort_remove" value="3" literal="abort_remove"/>
<eLiterals name="abort_deconfigure" value="4" literal="abort_deconfigure"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleConflict" eSuperTypes="#//Conflict">
<eStructuralFeatures xsi:type="ecore:EReference" name="conflict" lowerBound="1"
eType="#//Conflict" eOpposite="#//Conflict/singleConflict"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1"
eType="#//VersionType"/>
<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="Conflict" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="andConflict" eType="#//AndConflict"
containment="true" eOpposite="#//AndConflict/conflict"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orConflict" eType="#//OrConflict"
containment="true" eOpposite="#//OrConflict/conflict"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="singleConflict" eType="#//SingleConflict"
containment="true" eOpposite="#//SingleConflict/conflict"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pkg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AndConflict" eSuperTypes="#//Conflict">
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" lowerBound="2" upperBound="-1"
eType="#//Conflict" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conflict" lowerBound="1"
eType="#//Conflict" eOpposite="#//Conflict/andConflict"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrConflict" eSuperTypes="#//Conflict">
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" lowerBound="2" upperBound="-1"
eType="#//Conflict" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conflict" lowerBound="1"
eType="#//Conflict" eOpposite="#//Conflict/orConflict"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//NeutralStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="assigned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/davidediruscio/evoss/bundles/mancoosi-injector/pkginject/files/metamodels/packagemm_OLD_conditionIFvalue.ecore | ecore | packagemm
NamedElement
name
Package
version
installedSize
maintainer
architecture
fileSize
checkSum
description
section
tag
priority
status
uploaders
recommends
suggests
enhances
predepends
replaces
files
documentationFiles
PreinstScript
PostinstScript
PrermScript
PostrmScript
configScript
conflict
depends
conffiles
Script
statements
inputParameters
InputParameter
script
Dependence
andDep
orDep
singleDep
pkg
AndDep
ops
dependence
OrDep
ops
dependence
SingleDep
dependence
version
value
PreinstScript
pkg
PostinstScript
pkg
PrermScript
pkg
PostrmScript
pkg
ConfigScript
pkg
Statement
script
isStart
previous
next
ControlStatement
Case
selector
default
Condition
action
DefaultCaseCondition
CasePrerm
conditions
CasePrermCondition
value
CasePostrm
conditions
CasePostrmCondition
value
CasePreinst
conditions
CasePreinstCondition
value
CasePostinst
conditions
CasePostinstCondition
value
BasicCase
conditions
BasicCaseCondition
value
If
condition
then
else
BooleanExpression
value
Return
value
Iterator
DirectoryIterator
directory
FileContentIterator
file
InputParameterIterator
inputParameters
EnumerationIterator
enumeration
StringIterator
Enumeration
elements
EnumerationElement
index
value
FileSystemStatement
files
AdditionFileSystemStatement
DeletionFileSystemStatement
UpdateFileSystemStatement
EnvironmentStatement
environment
AdditionEnvironmentStatement
DeletionEnvironmentStatement
UpdateEnvironmentStatement
PackageSettingStatement
pkgsetting
AdditionPackageSettingStatement
DeletionPackageSettingStatement
UpdatePackageSettingStatement
NeutralStatement
Message
Comment
File
extension
description
size
checkSum
isDirectory
suid
guid
permission
location
childs
parent
owner
group
isMissing
DocumentationFile
pkg
InformationFile
PostinstDesktop
PostinstDocBase
document
PostinstEmacsen
package
PostinstGconf
schemas
PostinstGconfDefaults
PostinstIcons
directories
PostinstInfo
file
PostinstInit
scriptParam
initParams
errorHandler
PostinstInitNostart
scriptParam
initParams
errorHandler
PostinstInitRestart
scriptParam
initParams
errorHandler
PostinstMakeshlibs
PostinstMenu
PostinstMenuMethod
package
PostinstMime
PostinstModules
kvers
PostinstPython
pyver
dirlist
PostinstScrollkeeper
PostinstSgmlcatalog
centralcat
ordcats
PostinstSharedmimeinfo
PostinstSuid
package
file
owner
group
perms
PostinstUdev
old
rule
PostinstUsrlocal
dirlist
PostinstWm
wm
wmman
priority
PostinstWmNoman
wm
priority
PostinstXfonts
cmds
PostrmDebconf
PostrmDesktop
PostrmGconf
schemas
PostrmGconfDefaults
PostrmIcons
dirs
PostrmInit
scriptParam
errorHandler
PostrmMakeshlibs
PostrmMenu
PostrmMenuMethod
package
PostrmMime
PostrmModules
kvers
PostrmScrollkeeper
PostrmSgmlcatalog
centralcat
PostrmSharedmimeinfo
PostrmSuid
package
file
PostrmXfonts
cmds
PreinstUdev
old
rule
package
PreinstUser
dir
mode
user
group
PrermDocBase
document
PrermEmacsen
package
PrermGconf
schemas
PrermInfo
file
PrermInit
scriptParam
errorHandler
PrermInitNorestart
scriptParam
errorHandler
PrermPython
package
PrermSgmlcatalog
centralcat
PrermUsrlocal
dirlist
PrermWm
wm
Param
value
StringParam
IntParam
PriorityType
standard
standard
required
required
important
important
optional
optional
extra
extra
StatusType
installed
installed
none
none
VersionType
eq
eq
ge
ge
le
le
lt
lt
llt
llt
gt
gt
ggt
ggt
ReturnStatementValue
zero
zero
one
one
CasePrermConditionValue
remove
remove
upgrade
upgrade
deconfigure
deconfigure
failed_upgrade
failed_upgrade
CasePostrmConditionValue
purge
purge
remove
remove
upgrade
upgrade
failed
failed
abort_install
abort_install
abort_upgrade
abort_upgrade
disappear
disappear
CasePreinstConditionValue
install
install
upgrade
upgrade
abort_upgrade
abort_upgrade
CasePostinstConditionValue
configure
configure
abort_upgrade
abort_upgrade
abort_remove
abort_remove
abort_deconfigure
abort_deconfigure
SingleConflict
conflict
version
value
Conflict
andConflict
orConflict
singleConflict
pkg
AndConflict
ops
conflict
OrConflict
ops
conflict
Assignment
assigned
expression
| null | {"directed":true,"nodes":[{"nsPrefix":"packagemm","nsURI":"packagemm","name":"packagemm","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":"Package","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputParameter","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependence","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndDep","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrDep","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleDep","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreinstScript","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstScript","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrermScript","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmScript","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigScript","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlStatement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultCaseCondition","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CasePrerm","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CasePrermCondition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CasePostrm","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CasePostrmCondition","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CasePreinst","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CasePreinstCondition","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CasePostinst","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CasePostinstCondition","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicCase","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicCaseCondition","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":"BooleanExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectoryIterator","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileContentIterator","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputParameterIterator","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationIterator","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringIterator","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationElement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileSystemStatement","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionFileSystemStatement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletionFileSystemStatement","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateFileSystemStatement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvironmentStatement","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionEnvironmentStatement","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletionEnvironmentStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateEnvironmentStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageSettingStatement","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionPackageSettingStatement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletionPackageSettingStatement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdatePackageSettingStatement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NeutralStatement","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationFile","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFile","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstDesktop","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstDocBase","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstEmacsen","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstGconf","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstGconfDefaults","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstIcons","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstInfo","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstInit","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstInitNostart","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstInitRestart","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstMakeshlibs","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstMenu","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstMenuMethod","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstMime","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstModules","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstPython","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstScrollkeeper","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstSgmlcatalog","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstSharedmimeinfo","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstSuid","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstUdev","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstUsrlocal","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstWm","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstWmNoman","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostinstXfonts","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmDebconf","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmDesktop","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmGconf","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmGconfDefaults","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmIcons","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmInit","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmMakeshlibs","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmMenu","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmMenuMethod","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmMime","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmModules","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmScrollkeeper","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmSgmlcatalog","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmSharedmimeinfo","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmSuid","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostrmXfonts","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreinstUdev","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreinstUser","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrermDocBase","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrermEmacsen","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrermGconf","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrermInfo","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrermInit","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrermInitNorestart","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrermPython","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrermSgmlcatalog","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrermUsrlocal","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrermWm","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Param","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringParam","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntParam","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PriorityType","instanceClass":null,"id":114,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StatusType","instanceClass":null,"id":115,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VersionType","instanceClass":null,"id":116,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReturnStatementValue","instanceClass":null,"id":117,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CasePrermConditionValue","instanceClass":null,"id":118,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CasePostrmConditionValue","instanceClass":null,"id":119,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CasePreinstConditionValue","instanceClass":null,"id":120,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CasePostinstConditionValue","instanceClass":null,"id":121,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleConflict","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conflict","instanceClass":null,"abstract":true,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndConflict","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrConflict","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"installedSize","changeable":true,"lowerBound":1,"iD":false,"id":130,"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":"maintainer","changeable":true,"lowerBound":1,"iD":false,"id":131,"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":"architecture","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fileSize","changeable":true,"lowerBound":1,"iD":false,"id":133,"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":"checkSum","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":135,"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":"section","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tag","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"priority","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":139,"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":"uploaders","changeable":true,"lowerBound":1,"iD":false,"id":140,"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":"recommends","changeable":true,"lowerBound":1,"iD":false,"id":141,"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":"suggests","changeable":true,"lowerBound":1,"iD":false,"id":142,"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":"enhances","changeable":true,"lowerBound":1,"iD":false,"id":143,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"predepends","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"replaces","changeable":true,"lowerBound":1,"iD":false,"id":145,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"files","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"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":"documentationFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"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":"PreinstScript","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"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":"PostinstScript","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"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":"PrermScript","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"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":"PostrmScript","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configScript","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conflict","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"depends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conffiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"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":"pkg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"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":"pkg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pkg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pkg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"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":"pkg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"id":185,"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":"pkg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"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":"inputParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"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":"andDep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"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":"orDep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"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":"singleDep","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pkg","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"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":"dependence","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"id":205,"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":"dependence","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependence","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"id":209,"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":"ops","changeable":true,"resolveProxies":true,"lowerBound":2,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"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":"ops","changeable":true,"resolveProxies":true,"lowerBound":2,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":218,"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":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"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":"isStart","changeable":true,"lowerBound":1,"iD":false,"id":234,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previous","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"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":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"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":"selector","changeable":true,"lowerBound":1,"iD":false,"id":243,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"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":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"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":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"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":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"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":281,"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":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"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":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"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":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"directory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"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":"file","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputParameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"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":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"id":308,"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":"index","changeable":true,"lowerBound":1,"iD":false,"id":309,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"files","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"environment","changeable":true,"lowerBound":1,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pkgsetting","changeable":true,"lowerBound":1,"iD":false,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extension","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":335,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":336,"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":"checkSum","changeable":true,"lowerBound":1,"iD":false,"id":337,"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":"isDirectory","changeable":true,"lowerBound":1,"iD":false,"id":338,"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":"suid","changeable":true,"lowerBound":1,"iD":false,"id":339,"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":"guid","changeable":true,"lowerBound":1,"iD":false,"id":340,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"permission","changeable":true,"lowerBound":1,"iD":false,"id":341,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":342,"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":"childs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"owner","changeable":true,"lowerBound":1,"iD":false,"id":345,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":1,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMissing","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"document","changeable":true,"resolveProxies":true,"lowerBound":1,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"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":"schemas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directories","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"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":"file","changeable":true,"resolveProxies":true,"lowerBound":1,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"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":"scriptParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"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":"initParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"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":"errorHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"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":"scriptParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":391,"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":"initParams","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"errorHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scriptParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":398,"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":"initParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"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":"errorHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"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":"kvers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"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":"pyver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":414,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dirlist","changeable":true,"resolveProxies":true,"lowerBound":1,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"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":"centralcat","changeable":true,"resolveProxies":true,"lowerBound":1,"id":420,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ordcats","changeable":true,"resolveProxies":true,"lowerBound":1,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":426,"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":"file","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":428,"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":"group","changeable":true,"resolveProxies":true,"lowerBound":1,"id":429,"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":"perms","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"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"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":"old","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dirlist","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"wm","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":"wmman","changeable":true,"resolveProxies":true,"lowerBound":1,"id":447,"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":"priority","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":453,"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":"priority","changeable":true,"resolveProxies":true,"lowerBound":1,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"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":"cmds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"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":"schemas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"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":"dirs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"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":"scriptParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":470,"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":"errorHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kvers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"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":"centralcat","changeable":true,"resolveProxies":true,"lowerBound":1,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":491,"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":"file","changeable":true,"resolveProxies":true,"lowerBound":1,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"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":"cmds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"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":"old","changeable":true,"resolveProxies":true,"lowerBound":1,"id":499,"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":500,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"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":"dir","changeable":true,"resolveProxies":true,"lowerBound":1,"id":506,"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":"mode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":507,"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":"user","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"resolveProxies":true,"lowerBound":1,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"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":"document","changeable":true,"resolveProxies":true,"lowerBound":1,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"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":"schemas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"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":"file","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"scriptParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":529,"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":"errorHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"scriptParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":534,"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":"errorHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"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":"centralcat","changeable":true,"resolveProxies":true,"lowerBound":1,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dirlist","changeable":true,"resolveProxies":true,"lowerBound":1,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"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":"wm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"name":"standard","id":556,"value":1,"literal":"standard","eClass":"EEnumLiteral"},{"name":"required","id":557,"value":2,"literal":"required","eClass":"EEnumLiteral"},{"name":"important","id":558,"value":3,"literal":"important","eClass":"EEnumLiteral"},{"name":"optional","id":559,"value":4,"literal":"optional","eClass":"EEnumLiteral"},{"name":"extra","id":560,"value":5,"literal":"extra","eClass":"EEnumLiteral"},{"name":"installed","id":561,"value":1,"literal":"installed","eClass":"EEnumLiteral"},{"name":"none","id":562,"value":2,"literal":"none","eClass":"EEnumLiteral"},{"name":"eq","id":563,"value":1,"literal":"eq","eClass":"EEnumLiteral"},{"name":"ge","id":564,"value":2,"literal":"ge","eClass":"EEnumLiteral"},{"name":"le","id":565,"value":3,"literal":"le","eClass":"EEnumLiteral"},{"name":"lt","id":566,"value":4,"literal":"lt","eClass":"EEnumLiteral"},{"name":"llt","id":567,"value":5,"literal":"llt","eClass":"EEnumLiteral"},{"name":"gt","id":568,"value":6,"literal":"gt","eClass":"EEnumLiteral"},{"name":"ggt","id":569,"value":7,"literal":"ggt","eClass":"EEnumLiteral"},{"name":"zero","id":570,"value":1,"literal":"zero","eClass":"EEnumLiteral"},{"name":"one","id":571,"value":2,"literal":"one","eClass":"EEnumLiteral"},{"name":"remove","id":572,"value":1,"literal":"remove","eClass":"EEnumLiteral"},{"name":"upgrade","id":573,"value":2,"literal":"upgrade","eClass":"EEnumLiteral"},{"name":"deconfigure","id":574,"value":3,"literal":"deconfigure","eClass":"EEnumLiteral"},{"name":"failed_upgrade","id":575,"value":4,"literal":"failed_upgrade","eClass":"EEnumLiteral"},{"name":"purge","id":576,"value":1,"literal":"purge","eClass":"EEnumLiteral"},{"name":"remove","id":577,"value":2,"literal":"remove","eClass":"EEnumLiteral"},{"name":"upgrade","id":578,"value":3,"literal":"upgrade","eClass":"EEnumLiteral"},{"name":"failed","id":579,"value":4,"literal":"failed","eClass":"EEnumLiteral"},{"name":"abort_install","id":580,"value":5,"literal":"abort_install","eClass":"EEnumLiteral"},{"name":"abort_upgrade","id":581,"value":6,"literal":"abort_upgrade","eClass":"EEnumLiteral"},{"name":"disappear","id":582,"value":7,"literal":"disappear","eClass":"EEnumLiteral"},{"name":"install","id":583,"value":1,"literal":"install","eClass":"EEnumLiteral"},{"name":"upgrade","id":584,"value":2,"literal":"upgrade","eClass":"EEnumLiteral"},{"name":"abort_upgrade","id":585,"value":3,"literal":"abort_upgrade","eClass":"EEnumLiteral"},{"name":"configure","id":586,"value":1,"literal":"configure","eClass":"EEnumLiteral"},{"name":"abort_upgrade","id":587,"value":2,"literal":"abort_upgrade","eClass":"EEnumLiteral"},{"name":"abort_remove","id":588,"value":3,"literal":"abort_remove","eClass":"EEnumLiteral"},{"name":"abort_deconfigure","id":589,"value":4,"literal":"abort_deconfigure","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":"conflict","changeable":true,"resolveProxies":true,"lowerBound":1,"id":590,"derived":false},{"ordered":true,"upperBound":1,"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":591,"derived":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":592,"derived":false},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"singleConflict","changeable":true,"resolveProxies":true,"lowerBound":0,"id":595,"derived":false},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"andConflict","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orConflict","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pkg","changeable":true,"lowerBound":0,"iD":false,"id":600,"derived":false},{"id":601,"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":"conflict","changeable":true,"resolveProxies":true,"lowerBound":1,"id":602,"derived":false},{"id":603,"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":"conflict","changeable":true,"resolveProxies":true,"lowerBound":1,"id":604,"derived":false},{"id":605,"eClass":"EGenericType"},{"id":606,"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":"ops","changeable":true,"resolveProxies":true,"lowerBound":2,"id":607,"derived":false},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"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":"ops","changeable":true,"resolveProxies":true,"lowerBound":2,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"assigned","changeable":true,"lowerBound":0,"iD":false,"id":615,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":616,"derived":false},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":1,"target":0},{"source":1,"target":127},{"source":127,"target":128},{"source":127,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":129},{"source":2,"target":130},{"source":2,"target":131},{"source":2,"target":132},{"source":2,"target":133},{"source":2,"target":134},{"source":2,"target":135},{"source":2,"target":136},{"source":2,"target":137},{"source":2,"target":138},{"source":2,"target":139},{"source":2,"target":140},{"source":2,"target":141},{"source":2,"target":142},{"source":2,"target":143},{"source":2,"target":144},{"source":2,"target":145},{"source":2,"target":146},{"source":2,"target":147},{"source":2,"target":148},{"source":2,"target":149},{"source":2,"target":150},{"source":2,"target":151},{"source":2,"target":152},{"source":2,"target":153},{"source":2,"target":154},{"source":2,"target":155},{"source":2,"target":156},{"source":129,"target":157},{"source":129,"target":2},{"source":130,"target":158},{"source":130,"target":2},{"source":131,"target":159},{"source":131,"target":2},{"source":132,"target":160},{"source":132,"target":2},{"source":133,"target":161},{"source":133,"target":2},{"source":134,"target":162},{"source":134,"target":2},{"source":135,"target":163},{"source":135,"target":2},{"source":136,"target":164},{"source":136,"target":2},{"source":137,"target":165},{"source":137,"target":2},{"source":138,"target":114},{"source":138,"target":166},{"source":138,"target":2},{"source":166,"target":114},{"source":139,"target":115},{"source":139,"target":167},{"source":139,"target":2},{"source":167,"target":115},{"source":140,"target":168},{"source":140,"target":2},{"source":141,"target":169},{"source":141,"target":2},{"source":142,"target":170},{"source":142,"target":2},{"source":143,"target":171},{"source":143,"target":2},{"source":144,"target":172},{"source":144,"target":2},{"source":145,"target":173},{"source":145,"target":2},{"source":146,"target":55},{"source":146,"target":174},{"source":146,"target":2},{"source":174,"target":55},{"source":147,"target":56},{"source":147,"target":175},{"source":147,"target":2},{"source":147,"target":176},{"source":175,"target":56},{"source":148,"target":9},{"source":148,"target":177},{"source":148,"target":2},{"source":148,"target":178},{"source":177,"target":9},{"source":149,"target":10},{"source":149,"target":179},{"source":149,"target":2},{"source":149,"target":180},{"source":179,"target":10},{"source":150,"target":11},{"source":150,"target":181},{"source":150,"target":2},{"source":150,"target":182},{"source":181,"target":11},{"source":151,"target":12},{"source":151,"target":183},{"source":151,"target":2},{"source":151,"target":184},{"source":183,"target":12},{"source":152,"target":13},{"source":152,"target":185},{"source":152,"target":2},{"source":152,"target":186},{"source":185,"target":13},{"source":153,"target":123},{"source":153,"target":187},{"source":153,"target":2},{"source":187,"target":123},{"source":154,"target":5},{"source":154,"target":188},{"source":154,"target":2},{"source":188,"target":5},{"source":155,"target":55},{"source":155,"target":189},{"source":155,"target":2},{"source":189,"target":55},{"source":156,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":190},{"source":3,"target":191},{"source":3,"target":192},{"source":190,"target":14},{"source":190,"target":193},{"source":190,"target":3},{"source":190,"target":194},{"source":193,"target":14},{"source":191,"target":4},{"source":191,"target":195},{"source":191,"target":3},{"source":191,"target":196},{"source":195,"target":4},{"source":192,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":196},{"source":4,"target":197},{"source":196,"target":3},{"source":196,"target":198},{"source":196,"target":4},{"source":196,"target":191},{"source":198,"target":3},{"source":197,"target":1},{"source":5,"target":0},{"source":5,"target":199},{"source":5,"target":200},{"source":5,"target":201},{"source":5,"target":202},{"source":199,"target":6},{"source":199,"target":203},{"source":199,"target":5},{"source":199,"target":204},{"source":203,"target":6},{"source":200,"target":7},{"source":200,"target":205},{"source":200,"target":5},{"source":200,"target":206},{"source":205,"target":7},{"source":201,"target":8},{"source":201,"target":207},{"source":201,"target":5},{"source":201,"target":208},{"source":207,"target":8},{"source":202,"target":209},{"source":202,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":210},{"source":6,"target":204},{"source":6,"target":211},{"source":210,"target":5},{"source":210,"target":212},{"source":210,"target":6},{"source":212,"target":5},{"source":204,"target":5},{"source":204,"target":213},{"source":204,"target":6},{"source":204,"target":199},{"source":213,"target":5},{"source":211,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":214},{"source":7,"target":206},{"source":7,"target":215},{"source":214,"target":5},{"source":214,"target":216},{"source":214,"target":7},{"source":216,"target":5},{"source":206,"target":5},{"source":206,"target":217},{"source":206,"target":7},{"source":206,"target":200},{"source":217,"target":5},{"source":215,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":208},{"source":8,"target":218},{"source":8,"target":219},{"source":8,"target":220},{"source":208,"target":5},{"source":208,"target":221},{"source":208,"target":8},{"source":208,"target":201},{"source":221,"target":5},{"source":218,"target":116},{"source":218,"target":222},{"source":218,"target":8},{"source":222,"target":116},{"source":219,"target":223},{"source":219,"target":8},{"source":220,"target":5},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":178},{"source":9,"target":224},{"source":178,"target":2},{"source":178,"target":225},{"source":178,"target":9},{"source":178,"target":148},{"source":225,"target":2},{"source":224,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":180},{"source":10,"target":226},{"source":180,"target":2},{"source":180,"target":227},{"source":180,"target":10},{"source":180,"target":149},{"source":227,"target":2},{"source":226,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":182},{"source":11,"target":228},{"source":182,"target":2},{"source":182,"target":229},{"source":182,"target":11},{"source":182,"target":150},{"source":229,"target":2},{"source":228,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":184},{"source":12,"target":230},{"source":184,"target":2},{"source":184,"target":231},{"source":184,"target":12},{"source":184,"target":151},{"source":231,"target":2},{"source":230,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":186},{"source":13,"target":232},{"source":186,"target":2},{"source":186,"target":233},{"source":186,"target":13},{"source":186,"target":152},{"source":233,"target":2},{"source":232,"target":3},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":194},{"source":14,"target":234},{"source":14,"target":235},{"source":14,"target":236},{"source":14,"target":237},{"source":194,"target":3},{"source":194,"target":238},{"source":194,"target":14},{"source":194,"target":190},{"source":238,"target":3},{"source":234,"target":239},{"source":234,"target":14},{"source":235,"target":14},{"source":235,"target":240},{"source":235,"target":14},{"source":240,"target":14},{"source":236,"target":14},{"source":236,"target":241},{"source":236,"target":14},{"source":241,"target":14},{"source":237,"target":1},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":242},{"source":242,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":243},{"source":16,"target":244},{"source":16,"target":245},{"source":243,"target":246},{"source":243,"target":16},{"source":244,"target":18},{"source":244,"target":247},{"source":244,"target":16},{"source":247,"target":18},{"source":245,"target":15},{"source":17,"target":0},{"source":17,"target":248},{"source":248,"target":14},{"source":248,"target":249},{"source":248,"target":17},{"source":249,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":250},{"source":250,"target":17},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":251},{"source":19,"target":252},{"source":251,"target":20},{"source":251,"target":253},{"source":251,"target":19},{"source":253,"target":20},{"source":252,"target":16},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":254},{"source":20,"target":255},{"source":254,"target":118},{"source":254,"target":256},{"source":254,"target":20},{"source":256,"target":118},{"source":255,"target":17},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":257},{"source":21,"target":258},{"source":257,"target":22},{"source":257,"target":259},{"source":257,"target":21},{"source":259,"target":22},{"source":258,"target":16},{"source":22,"target":0},{"source":22,"target":17},{"source":22,"target":260},{"source":22,"target":261},{"source":260,"target":119},{"source":260,"target":262},{"source":260,"target":22},{"source":262,"target":119},{"source":261,"target":17},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":263},{"source":23,"target":264},{"source":263,"target":24},{"source":263,"target":265},{"source":263,"target":23},{"source":265,"target":24},{"source":264,"target":16},{"source":24,"target":0},{"source":24,"target":17},{"source":24,"target":266},{"source":24,"target":267},{"source":266,"target":120},{"source":266,"target":268},{"source":266,"target":24},{"source":268,"target":120},{"source":267,"target":17},{"source":25,"target":0},{"source":25,"target":16},{"source":25,"target":269},{"source":25,"target":270},{"source":269,"target":26},{"source":269,"target":271},{"source":269,"target":25},{"source":271,"target":26},{"source":270,"target":16},{"source":26,"target":0},{"source":26,"target":17},{"source":26,"target":272},{"source":26,"target":273},{"source":272,"target":121},{"source":272,"target":274},{"source":272,"target":26},{"source":274,"target":121},{"source":273,"target":17},{"source":27,"target":0},{"source":27,"target":15},{"source":27,"target":275},{"source":27,"target":276},{"source":275,"target":28},{"source":275,"target":277},{"source":275,"target":27},{"source":277,"target":28},{"source":276,"target":15},{"source":28,"target":0},{"source":28,"target":17},{"source":28,"target":278},{"source":28,"target":279},{"source":278,"target":280},{"source":278,"target":28},{"source":279,"target":17},{"source":29,"target":0},{"source":29,"target":15},{"source":29,"target":281},{"source":29,"target":282},{"source":29,"target":283},{"source":29,"target":284},{"source":281,"target":30},{"source":281,"target":285},{"source":281,"target":29},{"source":285,"target":30},{"source":282,"target":14},{"source":282,"target":286},{"source":282,"target":29},{"source":286,"target":14},{"source":283,"target":14},{"source":283,"target":287},{"source":283,"target":29},{"source":287,"target":14},{"source":284,"target":15},{"source":30,"target":0},{"source":30,"target":288},{"source":288,"target":289},{"source":288,"target":30},{"source":31,"target":0},{"source":31,"target":15},{"source":31,"target":290},{"source":31,"target":291},{"source":290,"target":117},{"source":290,"target":292},{"source":290,"target":31},{"source":292,"target":117},{"source":291,"target":15},{"source":32,"target":0},{"source":32,"target":15},{"source":32,"target":293},{"source":293,"target":15},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":294},{"source":33,"target":295},{"source":294,"target":55},{"source":294,"target":296},{"source":294,"target":33},{"source":296,"target":55},{"source":295,"target":32},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":297},{"source":34,"target":298},{"source":297,"target":55},{"source":297,"target":299},{"source":297,"target":34},{"source":299,"target":55},{"source":298,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":300},{"source":35,"target":301},{"source":300,"target":4},{"source":300,"target":302},{"source":300,"target":35},{"source":302,"target":4},{"source":301,"target":32},{"source":36,"target":0},{"source":36,"target":32},{"source":36,"target":303},{"source":36,"target":304},{"source":303,"target":38},{"source":303,"target":305},{"source":303,"target":36},{"source":305,"target":38},{"source":304,"target":32},{"source":37,"target":0},{"source":37,"target":32},{"source":37,"target":306},{"source":306,"target":32},{"source":38,"target":0},{"source":38,"target":307},{"source":307,"target":39},{"source":307,"target":308},{"source":307,"target":38},{"source":308,"target":39},{"source":39,"target":0},{"source":39,"target":309},{"source":39,"target":310},{"source":309,"target":311},{"source":309,"target":39},{"source":310,"target":312},{"source":310,"target":39},{"source":40,"target":0},{"source":40,"target":14},{"source":40,"target":313},{"source":40,"target":314},{"source":313,"target":55},{"source":313,"target":315},{"source":313,"target":40},{"source":315,"target":55},{"source":314,"target":14},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":316},{"source":316,"target":40},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":317},{"source":317,"target":40},{"source":43,"target":0},{"source":43,"target":40},{"source":43,"target":318},{"source":318,"target":40},{"source":44,"target":0},{"source":44,"target":14},{"source":44,"target":319},{"source":44,"target":320},{"source":319,"target":321},{"source":319,"target":44},{"source":320,"target":14},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":322},{"source":322,"target":44},{"source":46,"target":0},{"source":46,"target":44},{"source":46,"target":323},{"source":323,"target":44},{"source":47,"target":0},{"source":47,"target":44},{"source":47,"target":324},{"source":324,"target":44},{"source":48,"target":0},{"source":48,"target":14},{"source":48,"target":325},{"source":48,"target":326},{"source":325,"target":327},{"source":325,"target":48},{"source":326,"target":14},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":328},{"source":328,"target":48},{"source":50,"target":0},{"source":50,"target":48},{"source":50,"target":329},{"source":329,"target":48},{"source":51,"target":0},{"source":51,"target":48},{"source":51,"target":330},{"source":330,"target":48},{"source":52,"target":0},{"source":52,"target":14},{"source":52,"target":331},{"source":331,"target":14},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":332},{"source":332,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":333},{"source":333,"target":52},{"source":55,"target":0},{"source":55,"target":1},{"source":55,"target":334},{"source":55,"target":335},{"source":55,"target":336},{"source":55,"target":337},{"source":55,"target":338},{"source":55,"target":339},{"source":55,"target":340},{"source":55,"target":341},{"source":55,"target":342},{"source":55,"target":343},{"source":55,"target":344},{"source":55,"target":345},{"source":55,"target":346},{"source":55,"target":347},{"source":55,"target":348},{"source":334,"target":349},{"source":334,"target":55},{"source":335,"target":350},{"source":335,"target":55},{"source":336,"target":351},{"source":336,"target":55},{"source":337,"target":352},{"source":337,"target":55},{"source":338,"target":353},{"source":338,"target":55},{"source":339,"target":354},{"source":339,"target":55},{"source":340,"target":355},{"source":340,"target":55},{"source":341,"target":356},{"source":341,"target":55},{"source":342,"target":357},{"source":342,"target":55},{"source":343,"target":55},{"source":343,"target":358},{"source":343,"target":55},{"source":343,"target":344},{"source":358,"target":55},{"source":344,"target":55},{"source":344,"target":359},{"source":344,"target":55},{"source":344,"target":343},{"source":359,"target":55},{"source":345,"target":360},{"source":345,"target":55},{"source":346,"target":361},{"source":346,"target":55},{"source":347,"target":362},{"source":347,"target":55},{"source":348,"target":1},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":176},{"source":56,"target":363},{"source":176,"target":2},{"source":176,"target":364},{"source":176,"target":56},{"source":176,"target":147},{"source":364,"target":2},{"source":363,"target":55},{"source":57,"target":0},{"source":57,"target":55},{"source":57,"target":365},{"source":365,"target":55},{"source":58,"target":0},{"source":58,"target":47},{"source":58,"target":366},{"source":366,"target":47},{"source":59,"target":0},{"source":59,"target":45},{"source":59,"target":367},{"source":59,"target":368},{"source":367,"target":55},{"source":367,"target":369},{"source":367,"target":59},{"source":369,"target":55},{"source":368,"target":45},{"source":60,"target":0},{"source":60,"target":47},{"source":60,"target":51},{"source":60,"target":370},{"source":60,"target":371},{"source":60,"target":372},{"source":370,"target":55},{"source":370,"target":373},{"source":370,"target":60},{"source":373,"target":55},{"source":371,"target":47},{"source":372,"target":51},{"source":61,"target":0},{"source":61,"target":51},{"source":61,"target":374},{"source":61,"target":375},{"source":374,"target":55},{"source":374,"target":376},{"source":374,"target":61},{"source":376,"target":55},{"source":375,"target":51},{"source":62,"target":0},{"source":62,"target":51},{"source":62,"target":377},{"source":377,"target":51},{"source":63,"target":0},{"source":63,"target":47},{"source":63,"target":378},{"source":63,"target":379},{"source":378,"target":55},{"source":378,"target":380},{"source":378,"target":63},{"source":380,"target":55},{"source":379,"target":47},{"source":64,"target":0},{"source":64,"target":47},{"source":64,"target":381},{"source":64,"target":382},{"source":381,"target":55},{"source":381,"target":383},{"source":381,"target":64},{"source":383,"target":55},{"source":382,"target":47},{"source":65,"target":0},{"source":65,"target":47},{"source":65,"target":384},{"source":65,"target":385},{"source":65,"target":386},{"source":65,"target":387},{"source":384,"target":3},{"source":384,"target":388},{"source":384,"target":65},{"source":388,"target":3},{"source":385,"target":111},{"source":385,"target":389},{"source":385,"target":65},{"source":389,"target":111},{"source":386,"target":14},{"source":386,"target":390},{"source":386,"target":65},{"source":390,"target":14},{"source":387,"target":47},{"source":66,"target":0},{"source":66,"target":47},{"source":66,"target":391},{"source":66,"target":392},{"source":66,"target":393},{"source":66,"target":394},{"source":391,"target":3},{"source":391,"target":395},{"source":391,"target":66},{"source":395,"target":3},{"source":392,"target":111},{"source":392,"target":396},{"source":392,"target":66},{"source":396,"target":111},{"source":393,"target":14},{"source":393,"target":397},{"source":393,"target":66},{"source":397,"target":14},{"source":394,"target":47},{"source":67,"target":0},{"source":67,"target":47},{"source":67,"target":398},{"source":67,"target":399},{"source":67,"target":400},{"source":67,"target":401},{"source":398,"target":3},{"source":398,"target":402},{"source":398,"target":67},{"source":402,"target":3},{"source":399,"target":111},{"source":399,"target":403},{"source":399,"target":67},{"source":403,"target":111},{"source":400,"target":14},{"source":400,"target":404},{"source":400,"target":67},{"source":404,"target":14},{"source":401,"target":47},{"source":68,"target":0},{"source":68,"target":47},{"source":68,"target":405},{"source":405,"target":47},{"source":69,"target":0},{"source":69,"target":47},{"source":69,"target":406},{"source":406,"target":47},{"source":70,"target":0},{"source":70,"target":47},{"source":70,"target":407},{"source":70,"target":408},{"source":407,"target":2},{"source":407,"target":409},{"source":407,"target":70},{"source":409,"target":2},{"source":408,"target":47},{"source":71,"target":0},{"source":71,"target":47},{"source":71,"target":410},{"source":410,"target":47},{"source":72,"target":0},{"source":72,"target":47},{"source":72,"target":411},{"source":72,"target":412},{"source":411,"target":112},{"source":411,"target":413},{"source":411,"target":72},{"source":413,"target":112},{"source":412,"target":47},{"source":73,"target":0},{"source":73,"target":47},{"source":73,"target":414},{"source":73,"target":415},{"source":73,"target":416},{"source":414,"target":113},{"source":414,"target":417},{"source":414,"target":73},{"source":417,"target":113},{"source":415,"target":55},{"source":415,"target":418},{"source":415,"target":73},{"source":418,"target":55},{"source":416,"target":47},{"source":74,"target":0},{"source":74,"target":47},{"source":74,"target":419},{"source":419,"target":47},{"source":75,"target":0},{"source":75,"target":47},{"source":75,"target":420},{"source":75,"target":421},{"source":75,"target":422},{"source":420,"target":55},{"source":420,"target":423},{"source":420,"target":75},{"source":423,"target":55},{"source":421,"target":55},{"source":421,"target":424},{"source":421,"target":75},{"source":424,"target":55},{"source":422,"target":47},{"source":76,"target":0},{"source":76,"target":47},{"source":76,"target":425},{"source":425,"target":47},{"source":77,"target":0},{"source":77,"target":47},{"source":77,"target":43},{"source":77,"target":426},{"source":77,"target":427},{"source":77,"target":428},{"source":77,"target":429},{"source":77,"target":430},{"source":77,"target":431},{"source":77,"target":432},{"source":426,"target":2},{"source":426,"target":433},{"source":426,"target":77},{"source":433,"target":2},{"source":427,"target":55},{"source":427,"target":434},{"source":427,"target":77},{"source":434,"target":55},{"source":428,"target":112},{"source":428,"target":435},{"source":428,"target":77},{"source":435,"target":112},{"source":429,"target":112},{"source":429,"target":436},{"source":429,"target":77},{"source":436,"target":112},{"source":430,"target":112},{"source":430,"target":437},{"source":430,"target":77},{"source":437,"target":112},{"source":431,"target":47},{"source":432,"target":43},{"source":78,"target":0},{"source":78,"target":43},{"source":78,"target":438},{"source":78,"target":439},{"source":78,"target":440},{"source":438,"target":55},{"source":438,"target":441},{"source":438,"target":78},{"source":441,"target":55},{"source":439,"target":55},{"source":439,"target":442},{"source":439,"target":78},{"source":442,"target":55},{"source":440,"target":43},{"source":79,"target":0},{"source":79,"target":43},{"source":79,"target":443},{"source":79,"target":444},{"source":443,"target":55},{"source":443,"target":445},{"source":443,"target":79},{"source":445,"target":55},{"source":444,"target":43},{"source":80,"target":0},{"source":80,"target":47},{"source":80,"target":446},{"source":80,"target":447},{"source":80,"target":448},{"source":80,"target":449},{"source":446,"target":112},{"source":446,"target":450},{"source":446,"target":80},{"source":450,"target":112},{"source":447,"target":112},{"source":447,"target":451},{"source":447,"target":80},{"source":451,"target":112},{"source":448,"target":112},{"source":448,"target":452},{"source":448,"target":80},{"source":452,"target":112},{"source":449,"target":47},{"source":81,"target":0},{"source":81,"target":47},{"source":81,"target":453},{"source":81,"target":454},{"source":81,"target":455},{"source":453,"target":112},{"source":453,"target":456},{"source":453,"target":81},{"source":456,"target":112},{"source":454,"target":112},{"source":454,"target":457},{"source":454,"target":81},{"source":457,"target":112},{"source":455,"target":47},{"source":82,"target":0},{"source":82,"target":47},{"source":82,"target":458},{"source":82,"target":459},{"source":458,"target":14},{"source":458,"target":460},{"source":458,"target":82},{"source":460,"target":14},{"source":459,"target":47},{"source":83,"target":0},{"source":83,"target":47},{"source":83,"target":461},{"source":461,"target":47},{"source":84,"target":0},{"source":84,"target":47},{"source":84,"target":462},{"source":462,"target":47},{"source":85,"target":0},{"source":85,"target":42},{"source":85,"target":463},{"source":85,"target":464},{"source":463,"target":55},{"source":463,"target":465},{"source":463,"target":85},{"source":465,"target":55},{"source":464,"target":42},{"source":86,"target":0},{"source":86,"target":47},{"source":86,"target":466},{"source":466,"target":47},{"source":87,"target":0},{"source":87,"target":47},{"source":87,"target":467},{"source":87,"target":468},{"source":467,"target":55},{"source":467,"target":469},{"source":467,"target":87},{"source":469,"target":55},{"source":468,"target":47},{"source":88,"target":0},{"source":88,"target":47},{"source":88,"target":42},{"source":88,"target":470},{"source":88,"target":471},{"source":88,"target":472},{"source":88,"target":473},{"source":470,"target":3},{"source":470,"target":474},{"source":470,"target":88},{"source":474,"target":3},{"source":471,"target":14},{"source":471,"target":475},{"source":471,"target":88},{"source":475,"target":14},{"source":472,"target":47},{"source":473,"target":42},{"source":89,"target":0},{"source":89,"target":47},{"source":89,"target":476},{"source":476,"target":47},{"source":90,"target":0},{"source":90,"target":47},{"source":90,"target":477},{"source":477,"target":47},{"source":91,"target":0},{"source":91,"target":47},{"source":91,"target":43},{"source":91,"target":478},{"source":91,"target":479},{"source":91,"target":480},{"source":478,"target":2},{"source":478,"target":481},{"source":478,"target":91},{"source":481,"target":2},{"source":479,"target":47},{"source":480,"target":43},{"source":92,"target":0},{"source":92,"target":47},{"source":92,"target":482},{"source":482,"target":47},{"source":93,"target":0},{"source":93,"target":47},{"source":93,"target":483},{"source":93,"target":484},{"source":483,"target":113},{"source":483,"target":485},{"source":483,"target":93},{"source":485,"target":113},{"source":484,"target":47},{"source":94,"target":0},{"source":94,"target":47},{"source":94,"target":486},{"source":486,"target":47},{"source":95,"target":0},{"source":95,"target":43},{"source":95,"target":487},{"source":95,"target":488},{"source":487,"target":55},{"source":487,"target":489},{"source":487,"target":95},{"source":489,"target":55},{"source":488,"target":43},{"source":96,"target":0},{"source":96,"target":47},{"source":96,"target":490},{"source":490,"target":47},{"source":97,"target":0},{"source":97,"target":47},{"source":97,"target":491},{"source":97,"target":492},{"source":97,"target":493},{"source":491,"target":2},{"source":491,"target":494},{"source":491,"target":97},{"source":494,"target":2},{"source":492,"target":55},{"source":492,"target":495},{"source":492,"target":97},{"source":495,"target":55},{"source":493,"target":47},{"source":98,"target":0},{"source":98,"target":47},{"source":98,"target":496},{"source":98,"target":497},{"source":496,"target":14},{"source":496,"target":498},{"source":496,"target":98},{"source":498,"target":14},{"source":497,"target":47},{"source":99,"target":0},{"source":99,"target":42},{"source":99,"target":499},{"source":99,"target":500},{"source":99,"target":501},{"source":99,"target":502},{"source":499,"target":55},{"source":499,"target":503},{"source":499,"target":99},{"source":503,"target":55},{"source":500,"target":55},{"source":500,"target":504},{"source":500,"target":99},{"source":504,"target":55},{"source":501,"target":2},{"source":501,"target":505},{"source":501,"target":99},{"source":505,"target":2},{"source":502,"target":42},{"source":100,"target":0},{"source":100,"target":43},{"source":100,"target":506},{"source":100,"target":507},{"source":100,"target":508},{"source":100,"target":509},{"source":100,"target":510},{"source":506,"target":112},{"source":506,"target":511},{"source":506,"target":100},{"source":511,"target":112},{"source":507,"target":112},{"source":507,"target":512},{"source":507,"target":100},{"source":512,"target":112},{"source":508,"target":112},{"source":508,"target":513},{"source":508,"target":100},{"source":513,"target":112},{"source":509,"target":112},{"source":509,"target":514},{"source":509,"target":100},{"source":514,"target":112},{"source":510,"target":43},{"source":101,"target":0},{"source":101,"target":47},{"source":101,"target":515},{"source":101,"target":516},{"source":515,"target":55},{"source":515,"target":517},{"source":515,"target":101},{"source":517,"target":55},{"source":516,"target":47},{"source":102,"target":0},{"source":102,"target":47},{"source":102,"target":51},{"source":102,"target":518},{"source":102,"target":519},{"source":102,"target":520},{"source":518,"target":2},{"source":518,"target":521},{"source":518,"target":102},{"source":521,"target":2},{"source":519,"target":47},{"source":520,"target":51},{"source":103,"target":0},{"source":103,"target":51},{"source":103,"target":522},{"source":103,"target":523},{"source":522,"target":55},{"source":522,"target":524},{"source":522,"target":103},{"source":524,"target":55},{"source":523,"target":51},{"source":104,"target":0},{"source":104,"target":47},{"source":104,"target":50},{"source":104,"target":525},{"source":104,"target":526},{"source":104,"target":527},{"source":525,"target":55},{"source":525,"target":528},{"source":525,"target":104},{"source":528,"target":55},{"source":526,"target":47},{"source":527,"target":50},{"source":105,"target":0},{"source":105,"target":47},{"source":105,"target":529},{"source":105,"target":530},{"source":105,"target":531},{"source":529,"target":3},{"source":529,"target":532},{"source":529,"target":105},{"source":532,"target":3},{"source":530,"target":14},{"source":530,"target":533},{"source":530,"target":105},{"source":533,"target":14},{"source":531,"target":47},{"source":106,"target":0},{"source":106,"target":47},{"source":106,"target":534},{"source":106,"target":535},{"source":106,"target":536},{"source":534,"target":3},{"source":534,"target":537},{"source":534,"target":106},{"source":537,"target":3},{"source":535,"target":14},{"source":535,"target":538},{"source":535,"target":106},{"source":538,"target":14},{"source":536,"target":47},{"source":107,"target":0},{"source":107,"target":42},{"source":107,"target":539},{"source":107,"target":540},{"source":539,"target":2},{"source":539,"target":541},{"source":539,"target":107},{"source":541,"target":2},{"source":540,"target":42},{"source":108,"target":0},{"source":108,"target":47},{"source":108,"target":50},{"source":108,"target":542},{"source":108,"target":543},{"source":108,"target":544},{"source":542,"target":55},{"source":542,"target":545},{"source":542,"target":108},{"source":545,"target":55},{"source":543,"target":47},{"source":544,"target":50},{"source":109,"target":0},{"source":109,"target":42},{"source":109,"target":546},{"source":109,"target":547},{"source":546,"target":55},{"source":546,"target":548},{"source":546,"target":109},{"source":548,"target":55},{"source":547,"target":42},{"source":110,"target":0},{"source":110,"target":50},{"source":110,"target":549},{"source":110,"target":550},{"source":549,"target":112},{"source":549,"target":551},{"source":549,"target":110},{"source":551,"target":112},{"source":550,"target":50},{"source":111,"target":0},{"source":111,"target":552},{"source":552,"target":553},{"source":552,"target":111},{"source":112,"target":0},{"source":112,"target":111},{"source":112,"target":554},{"source":554,"target":111},{"source":113,"target":0},{"source":113,"target":111},{"source":113,"target":555},{"source":555,"target":111},{"source":114,"target":0},{"source":114,"target":556},{"source":114,"target":557},{"source":114,"target":558},{"source":114,"target":559},{"source":114,"target":560},{"source":556,"target":114},{"source":557,"target":114},{"source":558,"target":114},{"source":559,"target":114},{"source":560,"target":114},{"source":115,"target":0},{"source":115,"target":561},{"source":115,"target":562},{"source":561,"target":115},{"source":562,"target":115},{"source":116,"target":0},{"source":116,"target":563},{"source":116,"target":564},{"source":116,"target":565},{"source":116,"target":566},{"source":116,"target":567},{"source":116,"target":568},{"source":116,"target":569},{"source":563,"target":116},{"source":564,"target":116},{"source":565,"target":116},{"source":566,"target":116},{"source":567,"target":116},{"source":568,"target":116},{"source":569,"target":116},{"source":117,"target":0},{"source":117,"target":570},{"source":117,"target":571},{"source":570,"target":117},{"source":571,"target":117},{"source":118,"target":0},{"source":118,"target":572},{"source":118,"target":573},{"source":118,"target":574},{"source":118,"target":575},{"source":572,"target":118},{"source":573,"target":118},{"source":574,"target":118},{"source":575,"target":118},{"source":119,"target":0},{"source":119,"target":576},{"source":119,"target":577},{"source":119,"target":578},{"source":119,"target":579},{"source":119,"target":580},{"source":119,"target":581},{"source":119,"target":582},{"source":576,"target":119},{"source":577,"target":119},{"source":578,"target":119},{"source":579,"target":119},{"source":580,"target":119},{"source":581,"target":119},{"source":582,"target":119},{"source":120,"target":0},{"source":120,"target":583},{"source":120,"target":584},{"source":120,"target":585},{"source":583,"target":120},{"source":584,"target":120},{"source":585,"target":120},{"source":121,"target":0},{"source":121,"target":586},{"source":121,"target":587},{"source":121,"target":588},{"source":121,"target":589},{"source":586,"target":121},{"source":587,"target":121},{"source":588,"target":121},{"source":589,"target":121},{"source":122,"target":0},{"source":122,"target":123},{"source":122,"target":590},{"source":122,"target":591},{"source":122,"target":592},{"source":122,"target":593},{"source":590,"target":123},{"source":590,"target":594},{"source":590,"target":122},{"source":590,"target":595},{"source":594,"target":123},{"source":591,"target":116},{"source":591,"target":596},{"source":591,"target":122},{"source":596,"target":116},{"source":592,"target":597},{"source":592,"target":122},{"source":593,"target":123},{"source":123,"target":0},{"source":123,"target":598},{"source":123,"target":599},{"source":123,"target":595},{"source":123,"target":600},{"source":598,"target":124},{"source":598,"target":601},{"source":598,"target":123},{"source":598,"target":602},{"source":601,"target":124},{"source":599,"target":125},{"source":599,"target":603},{"source":599,"target":123},{"source":599,"target":604},{"source":603,"target":125},{"source":595,"target":122},{"source":595,"target":605},{"source":595,"target":123},{"source":595,"target":590},{"source":605,"target":122},{"source":600,"target":606},{"source":600,"target":123},{"source":124,"target":0},{"source":124,"target":123},{"source":124,"target":607},{"source":124,"target":602},{"source":124,"target":608},{"source":607,"target":123},{"source":607,"target":609},{"source":607,"target":124},{"source":609,"target":123},{"source":602,"target":123},{"source":602,"target":610},{"source":602,"target":124},{"source":602,"target":598},{"source":610,"target":123},{"source":608,"target":123},{"source":125,"target":0},{"source":125,"target":123},{"source":125,"target":611},{"source":125,"target":604},{"source":125,"target":612},{"source":611,"target":123},{"source":611,"target":613},{"source":611,"target":125},{"source":613,"target":123},{"source":604,"target":123},{"source":604,"target":614},{"source":604,"target":125},{"source":604,"target":599},{"source":614,"target":123},{"source":612,"target":123},{"source":126,"target":0},{"source":126,"target":52},{"source":126,"target":615},{"source":126,"target":616},{"source":126,"target":617},{"source":615,"target":618},{"source":615,"target":126},{"source":616,"target":619},{"source":616,"target":126},{"source":617,"target":52}],"multigraph":true} |
false | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="properties" nsURI="http://www.ontomore.org/test/transformation/properties.owl" nsPrefix="properties">
<eClassifiers xsi:type="ecore:EClass" name="Employee">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasProject" eType="//Project"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project"/>
</ecore:EPackage>
| github:ecore:/data/jreimone/refactory/OntoMore/Tests/org.ontomore.refactoring.totest/Ecore/IntroduceInverseReference/IntroduceInverseReference_IN.ecore | ecore | properties
Employee
hasProject
Project | null | {"directed":true,"nodes":[{"nsPrefix":"properties","nsURI":"http://www.ontomore.org/test/transformation/properties.owl","name":"properties","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasProject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"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}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="btc" nsURI="http://btc/1.0" nsPrefix="btc">
<eClassifiers xsi:type="ecore:EClass" name="BitcoinMarket">
<eStructuralFeatures xsi:type="ecore:EReference" name="exchangeRates" upperBound="-1"
eType="#//ExchangeRate" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orders" upperBound="-1"
eType="#//Order" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="broker" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="high" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="low" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="buy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sell" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="last" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="currency" eType="#//BtcCurrency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="history" upperBound="-1"
eType="#//OrderInfo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="wallets" upperBound="-1"
eType="#//Wallet"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="average" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastLocal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastOrig" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BtcCurrency">
<eLiterals name="EUR">
<eAnnotations source="symbol">
<details key="UTF-16" value="U+20AC"/>
</eAnnotations>
</eLiterals>
<eLiterals name="USD" value="1">
<eAnnotations source="symbol">
<details key="UTF-16" value="U+FE69"/>
</eAnnotations>
</eLiterals>
<eLiterals name="BTC" value="2"/>
<eLiterals name="GBP" value="3">
<eAnnotations source="symbol">
<details key="UTF-16" value="U+00A3"/>
</eAnnotations>
</eLiterals>
<eLiterals name="JPY" value="4">
<eAnnotations source="symbol">
<details key="UTF-16" value="U+00A5"/>
</eAnnotations>
</eLiterals>
<eLiterals name="AUD" value="5">
<eAnnotations source="symbol">
<details key="UTF-16" value="U+FE69"/>
</eAnnotations>
</eLiterals>
<eLiterals name="CAD" value="6">
<eAnnotations source="symbol">
<details key="UTF-16" value="U+FE69"/>
</eAnnotations>
</eLiterals>
<eLiterals name="CHF" value="7">
<eAnnotations source="symbol">
<details key="UTF-16" value="U+20A3"/>
</eAnnotations>
</eLiterals>
<eLiterals name="CNY" value="8">
<eAnnotations source="symbol">
<details key="UTF-16" value="U+00A5"/>
</eAnnotations>
</eLiterals>
<eLiterals name="HKD" value="9">
<eAnnotations source="symbol">
<details key="UTF-16" value="U+FE69"/>
</eAnnotations>
</eLiterals>
<eLiterals name="PLN" value="10">
<eAnnotations source="symbol">
<details key="UTF-16" value="U+FE69"/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExchangeRate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="#//BtcCurrency"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="#//BtcCurrency"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Order">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="price" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//OrderKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OrderKind">
<eLiterals name="ASK"/>
<eLiterals name="BID" value="1"/>
<eLiterals name="BOTH" value="2"/>
<eLiterals name="ANY" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="high" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="low" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="price" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Wallet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="balance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="currency" eType="#//BtcCurrency"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BitCoinNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lucascraft/bitcoin-wallet/net.sf.smbt.btc/model/btc.ecore | ecore | btc
BitcoinMarket
exchangeRates
orders
broker
high
low
volume
buy
sell
last
currency
history
wallets
average
lastLocal
lastOrig
BtcCurrency
EUR
EUR
USD
USD
BTC
BTC
GBP
GBP
JPY
JPY
AUD
AUD
CAD
CAD
CHF
CHF
CNY
CNY
HKD
HKD
PLN
PLN
ExchangeRate
from
rate
to
Order
price
volume
kind
OrderKind
ASK
ASK
BID
BID
BOTH
BOTH
ANY
ANY
OrderInfo
high
low
volume
price
date
Wallet
balance
currency
key
BitCoinNode
id | null | {"directed":true,"nodes":[{"nsPrefix":"btc","nsURI":"http://btc/1.0","name":"btc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitcoinMarket","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BtcCurrency","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExchangeRate","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Order","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrderKind","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderInfo","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wallet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitCoinNode","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":"exchangeRates","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":"orders","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":"broker","changeable":true,"lowerBound":0,"iD":false,"id":11,"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":"high","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"low","changeable":true,"lowerBound":0,"iD":false,"id":13,"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":"volume","changeable":true,"lowerBound":0,"iD":false,"id":14,"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":"buy","changeable":true,"lowerBound":0,"iD":false,"id":15,"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":"sell","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":"last","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currency","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"history","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":"wallets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"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":"average","changeable":true,"lowerBound":0,"iD":false,"id":21,"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":"lastLocal","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastOrig","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"},{"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"},{"name":"EUR","id":39,"value":0,"literal":"EUR","eClass":"EEnumLiteral"},{"name":"USD","id":40,"value":1,"literal":"USD","eClass":"EEnumLiteral"},{"name":"BTC","id":41,"value":2,"literal":"BTC","eClass":"EEnumLiteral"},{"name":"GBP","id":42,"value":3,"literal":"GBP","eClass":"EEnumLiteral"},{"name":"JPY","id":43,"value":4,"literal":"JPY","eClass":"EEnumLiteral"},{"name":"AUD","id":44,"value":5,"literal":"AUD","eClass":"EEnumLiteral"},{"name":"CAD","id":45,"value":6,"literal":"CAD","eClass":"EEnumLiteral"},{"name":"CHF","id":46,"value":7,"literal":"CHF","eClass":"EEnumLiteral"},{"name":"CNY","id":47,"value":8,"literal":"CNY","eClass":"EEnumLiteral"},{"name":"HKD","id":48,"value":9,"literal":"HKD","eClass":"EEnumLiteral"},{"name":"PLN","id":49,"value":10,"literal":"PLN","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rate","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"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":"price","changeable":true,"lowerBound":0,"iD":false,"id":56,"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":"volume","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"name":"ASK","id":62,"value":0,"literal":"ASK","eClass":"EEnumLiteral"},{"name":"BID","id":63,"value":1,"literal":"BID","eClass":"EEnumLiteral"},{"name":"BOTH","id":64,"value":2,"literal":"BOTH","eClass":"EEnumLiteral"},{"name":"ANY","id":65,"value":3,"literal":"ANY","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"high","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"low","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"price","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"balance","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currency","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":9,"target":3},{"source":9,"target":24},{"source":9,"target":1},{"source":24,"target":3},{"source":10,"target":4},{"source":10,"target":25},{"source":10,"target":1},{"source":25,"target":4},{"source":11,"target":26},{"source":11,"target":1},{"source":12,"target":27},{"source":12,"target":1},{"source":13,"target":28},{"source":13,"target":1},{"source":14,"target":29},{"source":14,"target":1},{"source":15,"target":30},{"source":15,"target":1},{"source":16,"target":31},{"source":16,"target":1},{"source":17,"target":32},{"source":17,"target":1},{"source":18,"target":2},{"source":18,"target":33},{"source":18,"target":1},{"source":33,"target":2},{"source":19,"target":6},{"source":19,"target":34},{"source":19,"target":1},{"source":34,"target":6},{"source":20,"target":7},{"source":20,"target":35},{"source":20,"target":1},{"source":35,"target":7},{"source":21,"target":36},{"source":21,"target":1},{"source":22,"target":37},{"source":22,"target":1},{"source":23,"target":38},{"source":23,"target":1},{"source":2,"target":0},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":39,"target":2},{"source":40,"target":2},{"source":41,"target":2},{"source":42,"target":2},{"source":43,"target":2},{"source":44,"target":2},{"source":45,"target":2},{"source":46,"target":2},{"source":47,"target":2},{"source":48,"target":2},{"source":49,"target":2},{"source":3,"target":0},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":50,"target":2},{"source":50,"target":53},{"source":50,"target":3},{"source":53,"target":2},{"source":51,"target":54},{"source":51,"target":3},{"source":52,"target":2},{"source":52,"target":55},{"source":52,"target":3},{"source":55,"target":2},{"source":4,"target":0},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":56,"target":59},{"source":56,"target":4},{"source":57,"target":60},{"source":57,"target":4},{"source":58,"target":5},{"source":58,"target":61},{"source":58,"target":4},{"source":61,"target":5},{"source":5,"target":0},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":62,"target":5},{"source":63,"target":5},{"source":64,"target":5},{"source":65,"target":5},{"source":6,"target":0},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":66,"target":71},{"source":66,"target":6},{"source":67,"target":72},{"source":67,"target":6},{"source":68,"target":73},{"source":68,"target":6},{"source":69,"target":74},{"source":69,"target":6},{"source":70,"target":75},{"source":70,"target":6},{"source":7,"target":0},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":76,"target":79},{"source":76,"target":7},{"source":77,"target":2},{"source":77,"target":80},{"source":77,"target":7},{"source":80,"target":2},{"source":78,"target":81},{"source":78,"target":7},{"source":8,"target":0},{"source":8,"target":82},{"source":82,"target":83},{"source":82,"target":8}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="properties" nsURI="http://www.ontomore.org/test/transformation/properties.owl"
nsPrefix="properties">
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="Address" eType="#//Address"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Address"/>
</ecore:EPackage>
| github:ecore:/data/jreimone/refactory/OntoMore/Tests/org.corefactoring.test/corefactoring/ReplaceDataValueWithObject/ReplaceDataValueWithObject_REF.ecore | ecore | properties
Person
Address
Address | null | {"directed":true,"nodes":[{"nsPrefix":"properties","nsURI":"http://www.ontomore.org/test/transformation/properties.owl","name":"properties","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":3,"derived":false},{"id":4,"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}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="esmodel"
nsURI="http://unicase.org/emfstore/esmodel" nsPrefix="org.unicase.emfstore.esmodel">
<eClassifiers xsi:type="ecore:EClass" name="ProjectHistory">
<eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#//ProjectId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="versions" lowerBound="1"
upperBound="-1" eType="#//versioning/Version" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectDescription" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projectId" lowerBound="1"
eType="#//ProjectId" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="version" lowerBound="1"
eType="#//versioning/PrimaryVersionSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SessionId" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ServerSpace">
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
eType="#//accesscontrol/ACGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1"
eType="#//ProjectHistory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="openSessions" upperBound="-1"
eType="#//SessionId" transient="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1"
eType="#//accesscontrol/ACUser" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectId" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="VersionInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="emfStoreVersionString"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClientVersionInfo">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" 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="FileIdentifier" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement"/>
<eSubpackages name="versioning" nsURI="http://unicase.org/esmodel/versioning" nsPrefix="org.unicase.emfstore.esmodel.versioning">
<eClassifiers xsi:type="ecore:EClass" name="TagVersionSpec" eSuperTypes="#//versioning/VersionSpec">
<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="DateVersionSpec" eSuperTypes="#//versioning/VersionSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryVersionSpec" eSuperTypes="#//versioning/VersionSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VersionSpec" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LogMessage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangePackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//versioning/operations/AbstractOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//versioning/events/Event" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#//versioning/LogMessage"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1"
eType="#//notification/ESNotification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1"
eType="#//versioning/VersionProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HistoryInfo">
<eStructuralFeatures xsi:type="ecore:EReference" name="primerySpec" lowerBound="1"
eType="#//versioning/PrimaryVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" lowerBound="1"
eType="#//versioning/LogMessage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1"
eType="#//versioning/TagVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="versionProperties" upperBound="-1"
eType="#//versioning/VersionProperty" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="changePackage" eType="#//versioning/ChangePackage"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HistoryQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeChangePackage"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Version">
<eStructuralFeatures xsi:type="ecore:EReference" name="projectState" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//Project"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primarySpec" lowerBound="1"
eType="#//versioning/PrimaryVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tagSpecs" upperBound="-1"
eType="#//versioning/TagVersionSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nextVersion" eType="#//versioning/Version"
eOpposite="#//versioning/Version/previousVersion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previousVersion" eType="#//versioning/Version"
eOpposite="#//versioning/Version/nextVersion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="changes" eType="#//versioning/ChangePackage"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logMessage" eType="#//versioning/LogMessage"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HeadVersionSpec" eSuperTypes="#//versioning/VersionSpec"/>
<eClassifiers xsi:type="ecore:EClass" name="VersionProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="operations" nsURI="http://unicase.org/esmodel/versioning/operations"
nsPrefix="org.unicase.emfstore.esmodel.versioning.operations">
<eClassifiers xsi:type="ecore:EClass" name="AbstractOperation" abstract="true"
eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" defaultValueLiteral=""
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accepted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clientDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeOperation" eSuperTypes="#//versioning/operations/AbstractOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1"
eType="#//versioning/operations/AbstractOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainOperation" eType="#//versioning/operations/AbstractOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeDescription"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reversed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureOperation" abstract="true"
eSuperTypes="#//versioning/operations/AbstractOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateDeleteOperation" eSuperTypes="#//versioning/operations/AbstractOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subOperations" upperBound="-1"
eType="#//versioning/operations/ReferenceOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eObjectToIdMap" upperBound="-1"
eType="#//versioning/operations/EObjectToModelElementIdMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeOperation" eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiAttributeOperation" eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="indexes" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedValues" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiAttributeSetOperation" eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiAttributeMoveOperation" eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedValue" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleReferenceOperation" eSuperTypes="#//versioning/operations/ReferenceOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiReferenceSetOperation" eSuperTypes="#//versioning/operations/ReferenceOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oldValue" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiReferenceOperation" eSuperTypes="#//versioning/operations/ReferenceOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElements"
upperBound="-1" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiReferenceMoveOperation" eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelElementId"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceOperation" abstract="true"
eSuperTypes="#//versioning/operations/FeatureOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirectional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oppositeFeatureName"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containmentType" eType="#//versioning/operations/ContainmentType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramLayoutOperation" eSuperTypes="#//versioning/operations/AttributeOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationId" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationGroup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//versioning/operations/AbstractOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementGroup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContainmentType">
<eLiterals name="NONE"/>
<eLiterals name="CONTAINER" value="1"/>
<eLiterals name="CONTAINMENT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EObjectToModelElementIdMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eSubpackages name="semantic" nsURI="http://unicase.org/esmodel/versioning/operations/semantic"
nsPrefix="org.unicase.emfstore.esmodel.versioning.operations.semantic">
<eClassifiers xsi:type="ecore:EClass" name="SemanticCompositeOperation" abstract="true"
eSuperTypes="#//versioning/operations/CompositeOperation"/>
</eSubpackages>
</eSubpackages>
<eSubpackages name="events" nsURI="http://unicase.org/esmodel/versioning/events"
nsPrefix="org.unicase.emfstore.esmodel.versioning.events">
<eClassifiers xsi:type="ecore:EClass" name="Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MergeEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfConflicts"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="totalTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localChanges" upperBound="-1"
eType="#//versioning/operations/AbstractOperation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CheckoutEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExceptionEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionStackTrace"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionCauseTitle"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ExceptionCauseStackTrace"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PluginStartEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UpdateEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RevertEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="revertedChangesCount"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShowHistoryEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" upperBound="-1"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PerspectiveEvent" eSuperTypes="#//versioning/events/Event"/>
<eClassifiers xsi:type="ecore:EClass" name="DNDEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dragSourceElement"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dropTargetElement"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createdNew" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigatorCreateEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="createdElement" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceSection" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PluginFocusEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PresentationSwitchEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newPresentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UndoEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//versioning/operations/AbstractOperation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Validate" eSuperTypes="#//versioning/events/Event"/>
<eClassifiers xsi:type="ecore:EClass" name="ShowChangesEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotificationReadEvent" eSuperTypes="#//versioning/events/ReadEvent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotificationGenerationEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1"
eType="#//notification/ESNotification" containment="true" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement/identifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotificationIgnoreEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="URLEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceModelElement"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceURL" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MergeChoiceEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="myAcceptedChanges"
upperBound="-1" eType="#//versioning/operations/OperationId" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="theirRejectedChanges"
upperBound="-1" eType="#//versioning/operations/OperationId" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextModelElement"
eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="#//versioning/events/MergeChoiceSelection"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contextFeature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createdIssueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MergeChoiceSelection">
<eLiterals name="Mine"/>
<eLiterals name="Their" value="1"/>
<eLiterals name="Issue" value="2" literal="Issue"/>
<eLiterals name="MergedText" value="3" literal="MergedText"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MergeGlobalChoiceEvent" eSuperTypes="#//versioning/events/Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="#//versioning/events/MergeGlobalChoiceSelection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MergeGlobalChoiceSelection">
<eLiterals name="AllMine" literal="AllMine"/>
<eLiterals name="AllTheir" value="1" literal="AllTheir"/>
<eLiterals name="Cancel" value="2"/>
<eLiterals name="OKNotFinished" value="3" literal="OKNotFinished"/>
<eLiterals name="OKFinished" value="4" literal="OKFinished"/>
</eClassifiers>
<eSubpackages name="server" nsURI="http://unicase.org/esmodel/versioning/events/server/"
nsPrefix="org.unicase.esmodel.versioning.events.server">
<eClassifiers xsi:type="ecore:EClass" name="ServerEvent" abstract="true" eSuperTypes="#//versioning/events/Event"/>
<eClassifiers xsi:type="ecore:EClass" name="ServerProjectEvent" abstract="true"
eSuperTypes="#//versioning/events/server/ServerEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#//ProjectId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectUpdatedEvent" eSuperTypes="#//versioning/events/server/ServerProjectEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="newVersion" eType="#//versioning/PrimaryVersionSpec"
containment="true"/>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</eSubpackages>
<eSubpackages name="accesscontrol" nsURI="http://unicase.org/esmodel/accesscontrol"
nsPrefix="org.unicase.accesscontrol">
<eClassifiers xsi:type="ecore:EClass" name="ACUser" eSuperTypes="#//accesscontrol/ACOrgUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ACOrgUnit" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement">
<eOperations name="getId" eType="#//accesscontrol/ACOrgUnitId"/>
<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="roles" upperBound="-1"
eType="#//accesscontrol/roles/Role" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//accesscontrol/OrgUnitProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ACGroup" eSuperTypes="#//accesscontrol/ACOrgUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//accesscontrol/ACOrgUnit" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement/identifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ACOrgUnitId" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="OrgUnitProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//ProjectId"
containment="true" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier/id"/>
</eClassifiers>
<eSubpackages name="roles" nsURI="http://unicase.org/esmodel/accesscontrol/roles"
nsPrefix="org.unicase.accesscontrol.roles">
<eClassifiers xsi:type="ecore:EClass" name="Role" abstract="true">
<eOperations name="canAdministrate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
</eOperations>
<eOperations name="canCreate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
<eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="canDelete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
<eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="canModify" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
<eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="canRead" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="projectId" eType="#//ProjectId"/>
<eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1"
eType="#//ProjectId" containment="true" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier/id"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReaderRole" eSuperTypes="#//accesscontrol/roles/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="WriterRole" eSuperTypes="#//accesscontrol/roles/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="ProjectAdminRole" eSuperTypes="#//accesscontrol/roles/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="ServerAdmin" eSuperTypes="#//accesscontrol/roles/Role"/>
</eSubpackages>
</eSubpackages>
<eSubpackages name="notification" nsURI="http://unicase.org/esmodel/notification"
nsPrefix="org.unicase.notification">
<eClassifiers xsi:type="ecore:EClass" name="ESNotification" eSuperTypes="../../org.unicase.metamodel/model/metamodel.ecore#//IdentifiableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="details" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="seen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sender" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recipient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//ProjectId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedModelElements"
upperBound="-1" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedOperations" upperBound="-1"
eType="#//versioning/operations/OperationId" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="url" nsURI="http://unicase.org/emfstore/esmodel/url" nsPrefix="org.unicase.emfstore.esmodel.url">
<eClassifiers xsi:type="ecore:EClass" name="ServerUrl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hostName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectUrlFragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projectId" eType="#//ProjectId"
containment="true" eKeys="../../org.unicase.metamodel/model/metamodel.ecore#//UniqueIdentifier/id"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementUrlFragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElementId" eType="ecore:EClass ../../org.unicase.metamodel/model/metamodel.ecore#//ModelElementId"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementUrl">
<eStructuralFeatures xsi:type="ecore:EReference" name="serverUrl" eType="#//url/ServerUrl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projectUrlFragment" eType="#//url/ProjectUrlFragment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElementUrlFragment"
eType="#//url/ModelElementUrlFragment" containment="true"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/unicase-ls1/unicase/other/diagrammodelmigration/org.unicase.emfstore.esmodel/model/esmodel.ecore | ecore | esmodel
ProjectHistory
projectId
versions
projectName
projectDescription
ProjectInfo
name
description
projectId
version
SessionId
ServerSpace
groups
projects
openSessions
users
ProjectId
VersionInfo
emfStoreVersionString
ClientVersionInfo
version
name
FileIdentifier
versioning
TagVersionSpec
name
DateVersionSpec
date
PrimaryVersionSpec
identifier
VersionSpec
LogMessage
author
message
date
clientDate
ChangePackage
operations
events
logMessage
notifications
versionProperties
HistoryInfo
primerySpec
logMessage
tagSpecs
versionProperties
changePackage
HistoryQuery
source
target
modelElements
includeChangePackage
Version
projectState
primarySpec
tagSpecs
nextVersion
previousVersion
changes
logMessage
HeadVersionSpec
VersionProperty
name
value
operations
AbstractOperation
name
description
modelElementId
accepted
clientDate
CompositeOperation
subOperations
mainOperation
compositeName
compositeDescription
reversed
FeatureOperation
featureName
CreateDeleteOperation
delete
modelElement
subOperations
eObjectToIdMap
AttributeOperation
oldValue
newValue
MultiAttributeOperation
add
indexes
referencedValues
MultiAttributeSetOperation
index
oldValue
newValue
MultiAttributeMoveOperation
oldIndex
newIndex
referencedValue
SingleReferenceOperation
oldValue
newValue
MultiReferenceSetOperation
index
oldValue
newValue
MultiReferenceOperation
add
index
referencedModelElements
MultiReferenceMoveOperation
oldIndex
newIndex
referencedModelElementId
ReferenceOperation
bidirectional
oppositeFeatureName
containmentType
DiagramLayoutOperation
OperationId
OperationGroup
name
operations
ModelElementGroup
name
modelElements
ContainmentType
NONE
NONE
CONTAINER
CONTAINER
CONTAINMENT
CONTAINMENT
EObjectToModelElementIdMap
java.util.Map$Entry
java.util.Map$Entry
key
value
semantic
SemanticCompositeOperation
events
Event
timestamp
ReadEvent
modelElement
sourceView
readView
MergeEvent
numberOfConflicts
totalTime
baseVersion
targetVersion
localChanges
CheckoutEvent
baseVersion
ExceptionEvent
ExceptionTitle
ExceptionStackTrace
ExceptionCauseTitle
ExceptionCauseStackTrace
PluginStartEvent
pluginId
UpdateEvent
baseVersion
targetVersion
AnnotationEvent
annotatedElement
annotation
RevertEvent
revertedChangesCount
ShowHistoryEvent
sourceVersion
targetVersion
modelElement
PerspectiveEvent
DNDEvent
sourceView
targetView
dragSourceElement
dropTargetElement
LinkEvent
sourceView
sourceElement
targetElement
createdNew
TraceEvent
sourceElement
targetElement
featureName
NavigatorCreateEvent
createdElement
sourceSection
dynamic
PluginFocusEvent
pluginId
startDate
PresentationSwitchEvent
readView
newPresentation
UndoEvent
operation
Validate
ShowChangesEvent
sourceVersion
targetVersion
NotificationReadEvent
notificationId
NotificationGenerationEvent
notifications
NotificationIgnoreEvent
notificationId
URLEvent
sourceModelElement
sourceView
sourceURL
MergeChoiceEvent
myAcceptedChanges
theirRejectedChanges
contextModelElement
selection
contextFeature
createdIssueName
MergeChoiceSelection
Mine
Mine
Their
Their
Issue
Issue
MergedText
MergedText
MergeGlobalChoiceEvent
selection
MergeGlobalChoiceSelection
AllMine
AllMine
AllTheir
AllTheir
Cancel
Cancel
OKNotFinished
OKNotFinished
OKFinished
OKFinished
server
ServerEvent
ServerProjectEvent
projectId
ProjectUpdatedEvent
newVersion
accesscontrol
ACUser
firstName
lastName
ACOrgUnit
getId
name
roles
description
properties
ACGroup
members
ACOrgUnitId
OrgUnitProperty
name
value
project
roles
Role
canAdministrate
projectId
canCreate
projectId
modelElement
canDelete
projectId
modelElement
canModify
projectId
modelElement
canRead
projectId
modelElement
projects
ReaderRole
WriterRole
ProjectAdminRole
ServerAdmin
notification
ESNotification
name
message
details
seen
creationDate
provider
sender
recipient
project
relatedModelElements
relatedOperations
url
ServerUrl
hostName
port
ProjectUrlFragment
name
projectId
ModelElementUrlFragment
name
modelElementId
ModelElementUrl
serverUrl
projectUrlFragment
modelElementUrlFragment | null | {"directed":true,"nodes":[{"nsPrefix":"org.unicase.emfstore.esmodel","nsURI":"http://unicase.org/emfstore/esmodel","name":"esmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectHistory","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectInfo","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SessionId","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerSpace","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectId","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionInfo","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientVersionInfo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileIdentifier","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning","nsURI":"http://unicase.org/esmodel/versioning","name":"versioning","id":9,"eClass":"EPackage"},{"nsPrefix":"org.unicase.accesscontrol","nsURI":"http://unicase.org/esmodel/accesscontrol","name":"accesscontrol","id":10,"eClass":"EPackage"},{"nsPrefix":"org.unicase.notification","nsURI":"http://unicase.org/esmodel/notification","name":"notification","id":11,"eClass":"EPackage"},{"nsPrefix":"org.unicase.emfstore.esmodel.url","nsURI":"http://unicase.org/emfstore/esmodel/url","name":"url","id":12,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectName","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectDescription","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","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":"version","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryVersionSpec","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","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":"projects","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":true,"unique":true,"name":"openSessions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACGroup","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACUser","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"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":"emfStoreVersionString","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagVersionSpec","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateVersionSpec","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionSpec","instanceClass":null,"abstract":true,"id":52,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogMessage","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangePackage","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryInfo","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryQuery","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeadVersionSpec","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionProperty","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.operations","nsURI":"http://unicase.org/esmodel/versioning/operations","name":"operations","id":59,"eClass":"EPackage"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.events","nsURI":"http://unicase.org/esmodel/versioning/events","name":"events","id":60,"eClass":"EPackage"},{"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},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":"identifier","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","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":"date","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","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":"operations","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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","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":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractOperation","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"id":84,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ESNotification","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primerySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"versionProperties","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":"changePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeChangePackage","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primarySpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagSpecs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nextVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"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},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeOperation","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureOperation","instanceClass":null,"abstract":true,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateDeleteOperation","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeOperation","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeOperation","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeSetOperation","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiAttributeMoveOperation","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleReferenceOperation","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceSetOperation","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceOperation","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiReferenceMoveOperation","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceOperation","instanceClass":null,"abstract":true,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramLayoutOperation","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationId","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationGroup","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementGroup","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContainmentType","instanceClass":null,"id":144,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EObjectToModelElementIdMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.emfstore.esmodel.versioning.operations.semantic","nsURI":"http://unicase.org/esmodel/versioning/operations/semantic","name":"semantic","id":146,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":147,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"description","changeable":false,"lowerBound":0,"iD":false,"id":148,"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":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"accepted","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientDate","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeName","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositeDescription","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reversed","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delete","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eObjectToIdMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"add","changeable":true,"lowerBound":0,"iD":false,"id":186,"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":"indexes","changeable":true,"lowerBound":0,"iD":false,"id":187,"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":"referencedValues","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":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":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"referencedValue","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"add","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","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":"referencedModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldIndex","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newIndex","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bidirectional","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":"oppositeFeatureName","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containmentType","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"name":"NONE","id":250,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"CONTAINER","id":251,"value":1,"literal":"CONTAINER","eClass":"EEnumLiteral"},{"name":"CONTAINMENT","id":252,"value":2,"literal":"CONTAINMENT","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":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticCompositeOperation","instanceClass":null,"abstract":true,"id":257,"interface":false,"eClass":"EClass"},{"id":258,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadEvent","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeEvent","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckoutEvent","instanceClass":null,"abstract":false,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionEvent","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginStartEvent","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateEvent","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationEvent","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RevertEvent","instanceClass":null,"abstract":false,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowHistoryEvent","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerspectiveEvent","instanceClass":null,"abstract":false,"id":268,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNDEvent","instanceClass":null,"abstract":false,"id":269,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEvent","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceEvent","instanceClass":null,"abstract":false,"id":271,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigatorCreateEvent","instanceClass":null,"abstract":false,"id":272,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginFocusEvent","instanceClass":null,"abstract":false,"id":273,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationSwitchEvent","instanceClass":null,"abstract":false,"id":274,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndoEvent","instanceClass":null,"abstract":false,"id":275,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validate","instanceClass":null,"abstract":false,"id":276,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowChangesEvent","instanceClass":null,"abstract":false,"id":277,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationReadEvent","instanceClass":null,"abstract":false,"id":278,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationGenerationEvent","instanceClass":null,"abstract":false,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationIgnoreEvent","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLEvent","instanceClass":null,"abstract":false,"id":281,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeChoiceEvent","instanceClass":null,"abstract":false,"id":282,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeChoiceSelection","instanceClass":null,"id":283,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeGlobalChoiceEvent","instanceClass":null,"abstract":false,"id":284,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeGlobalChoiceSelection","instanceClass":null,"id":285,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"org.unicase.esmodel.versioning.events.server","nsURI":"http://unicase.org/esmodel/versioning/events/server/","name":"server","id":286,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timestamp","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"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":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readView","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfConflicts","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalTime","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","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":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionTitle","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":"ExceptionStackTrace","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionCauseTitle","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExceptionCauseStackTrace","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revertedChangesCount","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceVersion","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":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"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":"targetView","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dragSourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dropTargetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","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":true,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdNew","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","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":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createdElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamic","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readView","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newPresentation","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"notificationId","changeable":true,"lowerBound":0,"iD":false,"id":394,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"notificationId","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceView","changeable":true,"lowerBound":0,"iD":false,"id":404,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceURL","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"myAcceptedChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theirRejectedChanges","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":"contextModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"ordered":true,"upperBound":1,"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":413,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextFeature","changeable":true,"lowerBound":0,"iD":false,"id":414,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdIssueName","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"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"},{"name":"Mine","id":423,"value":0,"literal":"Mine","eClass":"EEnumLiteral"},{"name":"Their","id":424,"value":1,"literal":"Their","eClass":"EEnumLiteral"},{"name":"Issue","id":425,"value":2,"literal":"Issue","eClass":"EEnumLiteral"},{"name":"MergedText","id":426,"value":3,"literal":"MergedText","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"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":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"name":"AllMine","id":430,"value":0,"literal":"AllMine","eClass":"EEnumLiteral"},{"name":"AllTheir","id":431,"value":1,"literal":"AllTheir","eClass":"EEnumLiteral"},{"name":"Cancel","id":432,"value":2,"literal":"Cancel","eClass":"EEnumLiteral"},{"name":"OKNotFinished","id":433,"value":3,"literal":"OKNotFinished","eClass":"EEnumLiteral"},{"name":"OKFinished","id":434,"value":4,"literal":"OKFinished","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerEvent","instanceClass":null,"abstract":true,"id":435,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerProjectEvent","instanceClass":null,"abstract":true,"id":436,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUpdatedEvent","instanceClass":null,"abstract":false,"id":437,"interface":false,"eClass":"EClass"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newVersion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnit","instanceClass":null,"abstract":false,"id":445,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ACOrgUnitId","instanceClass":null,"abstract":false,"id":446,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrgUnitProperty","instanceClass":null,"abstract":false,"id":447,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.unicase.accesscontrol.roles","nsURI":"http://unicase.org/esmodel/accesscontrol/roles","name":"roles","id":448,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"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":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":454,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":455,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":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":457,"derived":false},{"container":false,"ordered":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":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":true,"id":462,"interface":false,"eClass":"EClass"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":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":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":470,"derived":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":471,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReaderRole","instanceClass":null,"abstract":false,"id":476,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriterRole","instanceClass":null,"abstract":false,"id":477,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectAdminRole","instanceClass":null,"abstract":false,"id":478,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerAdmin","instanceClass":null,"abstract":false,"id":479,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"canAdministrate","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreate","lowerBound":0,"id":481,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canDelete","lowerBound":0,"id":482,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canModify","lowerBound":0,"id":483,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canRead","lowerBound":0,"id":484,"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":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EParameter"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":490,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":491,"many":false,"required":false,"eClass":"EParameter"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":495,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":496,"many":false,"required":false,"eClass":"EParameter"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":501,"many":false,"required":false,"eClass":"EParameter"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectId","lowerBound":0,"id":505,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EParameter"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seen","changeable":true,"lowerBound":0,"iD":false,"id":517,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":518,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":519,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"lowerBound":0,"iD":false,"id":520,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recipient","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","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":"relatedModelElements","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":"relatedOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerUrl","instanceClass":null,"abstract":false,"id":537,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectUrlFragment","instanceClass":null,"abstract":false,"id":538,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrlFragment","instanceClass":null,"abstract":false,"id":539,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementUrl","instanceClass":null,"abstract":false,"id":540,"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":"hostName","changeable":true,"lowerBound":0,"iD":false,"id":541,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":545,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":549,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serverUrl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projectUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":554,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementUrlFragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":5},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":5},{"source":14,"target":18},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":18},{"source":15,"target":20},{"source":15,"target":1},{"source":16,"target":21},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":22,"target":26},{"source":22,"target":2},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":5},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":5},{"source":25,"target":29},{"source":25,"target":30},{"source":25,"target":2},{"source":30,"target":29},{"source":3,"target":0},{"source":3,"target":31},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":32,"target":36},{"source":32,"target":37},{"source":32,"target":4},{"source":37,"target":36},{"source":33,"target":1},{"source":33,"target":38},{"source":33,"target":4},{"source":38,"target":1},{"source":34,"target":3},{"source":34,"target":39},{"source":34,"target":4},{"source":39,"target":3},{"source":35,"target":40},{"source":35,"target":41},{"source":35,"target":4},{"source":41,"target":40},{"source":5,"target":0},{"source":5,"target":42},{"source":6,"target":0},{"source":6,"target":43},{"source":43,"target":44},{"source":43,"target":6},{"source":7,"target":0},{"source":7,"target":45},{"source":7,"target":46},{"source":45,"target":47},{"source":45,"target":7},{"source":46,"target":48},{"source":46,"target":7},{"source":8,"target":0},{"source":8,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":29},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":9,"target":56},{"source":9,"target":18},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":0},{"source":50,"target":9},{"source":50,"target":52},{"source":50,"target":61},{"source":50,"target":62},{"source":61,"target":63},{"source":61,"target":50},{"source":62,"target":52},{"source":51,"target":9},{"source":51,"target":52},{"source":51,"target":64},{"source":51,"target":65},{"source":64,"target":66},{"source":64,"target":51},{"source":65,"target":52},{"source":29,"target":9},{"source":29,"target":52},{"source":29,"target":67},{"source":29,"target":68},{"source":67,"target":69},{"source":67,"target":29},{"source":68,"target":52},{"source":52,"target":9},{"source":53,"target":9},{"source":53,"target":70},{"source":53,"target":71},{"source":53,"target":72},{"source":53,"target":73},{"source":70,"target":74},{"source":70,"target":53},{"source":71,"target":75},{"source":71,"target":53},{"source":72,"target":76},{"source":72,"target":53},{"source":73,"target":77},{"source":73,"target":53},{"source":54,"target":9},{"source":54,"target":78},{"source":54,"target":79},{"source":54,"target":80},{"source":54,"target":81},{"source":54,"target":82},{"source":78,"target":83},{"source":78,"target":84},{"source":78,"target":54},{"source":84,"target":83},{"source":79,"target":85},{"source":79,"target":86},{"source":79,"target":54},{"source":86,"target":85},{"source":80,"target":53},{"source":80,"target":87},{"source":80,"target":54},{"source":87,"target":53},{"source":81,"target":88},{"source":81,"target":89},{"source":81,"target":54},{"source":89,"target":88},{"source":82,"target":58},{"source":82,"target":90},{"source":82,"target":54},{"source":90,"target":58},{"source":55,"target":9},{"source":55,"target":91},{"source":55,"target":92},{"source":55,"target":93},{"source":55,"target":94},{"source":55,"target":95},{"source":91,"target":29},{"source":91,"target":96},{"source":91,"target":55},{"source":96,"target":29},{"source":92,"target":53},{"source":92,"target":97},{"source":92,"target":55},{"source":97,"target":53},{"source":93,"target":50},{"source":93,"target":98},{"source":93,"target":55},{"source":98,"target":50},{"source":94,"target":58},{"source":94,"target":99},{"source":94,"target":55},{"source":99,"target":58},{"source":95,"target":54},{"source":95,"target":100},{"source":95,"target":55},{"source":100,"target":54},{"source":56,"target":9},{"source":56,"target":101},{"source":56,"target":102},{"source":56,"target":103},{"source":56,"target":104},{"source":101,"target":29},{"source":101,"target":105},{"source":101,"target":56},{"source":105,"target":29},{"source":102,"target":29},{"source":102,"target":106},{"source":102,"target":56},{"source":106,"target":29},{"source":103,"target":107},{"source":103,"target":56},{"source":104,"target":108},{"source":104,"target":56},{"source":18,"target":9},{"source":18,"target":109},{"source":18,"target":110},{"source":18,"target":111},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":109,"target":116},{"source":109,"target":18},{"source":110,"target":29},{"source":110,"target":117},{"source":110,"target":18},{"source":117,"target":29},{"source":111,"target":50},{"source":111,"target":118},{"source":111,"target":18},{"source":118,"target":50},{"source":112,"target":18},{"source":112,"target":119},{"source":112,"target":18},{"source":112,"target":113},{"source":119,"target":18},{"source":113,"target":18},{"source":113,"target":120},{"source":113,"target":18},{"source":113,"target":112},{"source":120,"target":18},{"source":114,"target":54},{"source":114,"target":121},{"source":114,"target":18},{"source":121,"target":54},{"source":115,"target":53},{"source":115,"target":122},{"source":115,"target":18},{"source":122,"target":53},{"source":57,"target":9},{"source":57,"target":52},{"source":57,"target":123},{"source":123,"target":52},{"source":58,"target":9},{"source":58,"target":124},{"source":58,"target":125},{"source":124,"target":126},{"source":124,"target":58},{"source":125,"target":127},{"source":125,"target":58},{"source":59,"target":83},{"source":59,"target":128},{"source":59,"target":129},{"source":59,"target":130},{"source":59,"target":131},{"source":59,"target":132},{"source":59,"target":133},{"source":59,"target":134},{"source":59,"target":135},{"source":59,"target":136},{"source":59,"target":137},{"source":59,"target":138},{"source":59,"target":139},{"source":59,"target":140},{"source":59,"target":141},{"source":59,"target":142},{"source":59,"target":143},{"source":59,"target":144},{"source":59,"target":145},{"source":59,"target":146},{"source":59,"target":9},{"source":83,"target":59},{"source":83,"target":147},{"source":83,"target":148},{"source":83,"target":149},{"source":83,"target":150},{"source":83,"target":151},{"source":83,"target":152},{"source":147,"target":153},{"source":147,"target":83},{"source":148,"target":154},{"source":148,"target":83},{"source":149,"target":155},{"source":149,"target":83},{"source":150,"target":156},{"source":150,"target":83},{"source":151,"target":157},{"source":151,"target":83},{"source":128,"target":59},{"source":128,"target":83},{"source":128,"target":158},{"source":128,"target":159},{"source":128,"target":160},{"source":128,"target":161},{"source":128,"target":162},{"source":128,"target":163},{"source":158,"target":83},{"source":158,"target":164},{"source":158,"target":128},{"source":164,"target":83},{"source":159,"target":83},{"source":159,"target":165},{"source":159,"target":128},{"source":165,"target":83},{"source":160,"target":166},{"source":160,"target":128},{"source":161,"target":167},{"source":161,"target":128},{"source":162,"target":168},{"source":162,"target":128},{"source":163,"target":83},{"source":129,"target":59},{"source":129,"target":83},{"source":129,"target":169},{"source":129,"target":170},{"source":169,"target":171},{"source":169,"target":129},{"source":170,"target":83},{"source":130,"target":59},{"source":130,"target":83},{"source":130,"target":172},{"source":130,"target":173},{"source":130,"target":174},{"source":130,"target":175},{"source":130,"target":176},{"source":172,"target":177},{"source":172,"target":130},{"source":173,"target":178},{"source":173,"target":130},{"source":174,"target":139},{"source":174,"target":179},{"source":174,"target":130},{"source":179,"target":139},{"source":175,"target":145},{"source":175,"target":180},{"source":175,"target":130},{"source":180,"target":145},{"source":176,"target":83},{"source":131,"target":59},{"source":131,"target":129},{"source":131,"target":181},{"source":131,"target":182},{"source":131,"target":183},{"source":181,"target":184},{"source":181,"target":131},{"source":182,"target":185},{"source":182,"target":131},{"source":183,"target":129},{"source":132,"target":59},{"source":132,"target":129},{"source":132,"target":186},{"source":132,"target":187},{"source":132,"target":188},{"source":132,"target":189},{"source":186,"target":190},{"source":186,"target":132},{"source":187,"target":191},{"source":187,"target":132},{"source":188,"target":192},{"source":188,"target":132},{"source":189,"target":129},{"source":133,"target":59},{"source":133,"target":129},{"source":133,"target":193},{"source":133,"target":194},{"source":133,"target":195},{"source":133,"target":196},{"source":193,"target":197},{"source":193,"target":133},{"source":194,"target":198},{"source":194,"target":133},{"source":195,"target":199},{"source":195,"target":133},{"source":196,"target":129},{"source":134,"target":59},{"source":134,"target":129},{"source":134,"target":200},{"source":134,"target":201},{"source":134,"target":202},{"source":134,"target":203},{"source":200,"target":204},{"source":200,"target":134},{"source":201,"target":205},{"source":201,"target":134},{"source":202,"target":206},{"source":202,"target":134},{"source":203,"target":129},{"source":135,"target":59},{"source":135,"target":139},{"source":135,"target":207},{"source":135,"target":208},{"source":135,"target":209},{"source":207,"target":210},{"source":207,"target":135},{"source":208,"target":211},{"source":208,"target":135},{"source":209,"target":139},{"source":136,"target":59},{"source":136,"target":139},{"source":136,"target":212},{"source":136,"target":213},{"source":136,"target":214},{"source":136,"target":215},{"source":212,"target":216},{"source":212,"target":136},{"source":213,"target":217},{"source":213,"target":136},{"source":214,"target":218},{"source":214,"target":136},{"source":215,"target":139},{"source":137,"target":59},{"source":137,"target":139},{"source":137,"target":219},{"source":137,"target":220},{"source":137,"target":221},{"source":137,"target":222},{"source":219,"target":223},{"source":219,"target":137},{"source":220,"target":224},{"source":220,"target":137},{"source":221,"target":225},{"source":221,"target":137},{"source":222,"target":139},{"source":138,"target":59},{"source":138,"target":129},{"source":138,"target":226},{"source":138,"target":227},{"source":138,"target":228},{"source":138,"target":229},{"source":226,"target":230},{"source":226,"target":138},{"source":227,"target":231},{"source":227,"target":138},{"source":228,"target":232},{"source":228,"target":138},{"source":229,"target":129},{"source":139,"target":59},{"source":139,"target":129},{"source":139,"target":233},{"source":139,"target":234},{"source":139,"target":235},{"source":139,"target":236},{"source":233,"target":237},{"source":233,"target":139},{"source":234,"target":238},{"source":234,"target":139},{"source":235,"target":144},{"source":235,"target":239},{"source":235,"target":139},{"source":239,"target":144},{"source":236,"target":129},{"source":140,"target":59},{"source":140,"target":131},{"source":140,"target":240},{"source":240,"target":131},{"source":141,"target":59},{"source":141,"target":241},{"source":142,"target":59},{"source":142,"target":242},{"source":142,"target":243},{"source":242,"target":244},{"source":242,"target":142},{"source":243,"target":83},{"source":243,"target":245},{"source":243,"target":142},{"source":245,"target":83},{"source":143,"target":59},{"source":143,"target":246},{"source":143,"target":247},{"source":246,"target":248},{"source":246,"target":143},{"source":247,"target":249},{"source":247,"target":143},{"source":144,"target":59},{"source":144,"target":250},{"source":144,"target":251},{"source":144,"target":252},{"source":250,"target":144},{"source":251,"target":144},{"source":252,"target":144},{"source":145,"target":59},{"source":145,"target":253},{"source":145,"target":254},{"source":253,"target":255},{"source":253,"target":145},{"source":254,"target":256},{"source":254,"target":145},{"source":146,"target":257},{"source":146,"target":59},{"source":257,"target":146},{"source":257,"target":128},{"source":257,"target":258},{"source":258,"target":128},{"source":60,"target":85},{"source":60,"target":259},{"source":60,"target":260},{"source":60,"target":261},{"source":60,"target":262},{"source":60,"target":263},{"source":60,"target":264},{"source":60,"target":265},{"source":60,"target":266},{"source":60,"target":267},{"source":60,"target":268},{"source":60,"target":269},{"source":60,"target":270},{"source":60,"target":271},{"source":60,"target":272},{"source":60,"target":273},{"source":60,"target":274},{"source":60,"target":275},{"source":60,"target":276},{"source":60,"target":277},{"source":60,"target":278},{"source":60,"target":279},{"source":60,"target":280},{"source":60,"target":281},{"source":60,"target":282},{"source":60,"target":283},{"source":60,"target":284},{"source":60,"target":285},{"source":60,"target":286},{"source":60,"target":9},{"source":85,"target":60},{"source":85,"target":287},{"source":287,"target":288},{"source":287,"target":85},{"source":259,"target":60},{"source":259,"target":85},{"source":259,"target":289},{"source":259,"target":290},{"source":259,"target":291},{"source":259,"target":292},{"source":289,"target":293},{"source":289,"target":259},{"source":290,"target":294},{"source":290,"target":259},{"source":291,"target":295},{"source":291,"target":259},{"source":292,"target":85},{"source":260,"target":60},{"source":260,"target":85},{"source":260,"target":296},{"source":260,"target":297},{"source":260,"target":298},{"source":260,"target":299},{"source":260,"target":300},{"source":260,"target":301},{"source":296,"target":302},{"source":296,"target":260},{"source":297,"target":303},{"source":297,"target":260},{"source":298,"target":29},{"source":298,"target":304},{"source":298,"target":260},{"source":304,"target":29},{"source":299,"target":29},{"source":299,"target":305},{"source":299,"target":260},{"source":305,"target":29},{"source":300,"target":83},{"source":300,"target":306},{"source":300,"target":260},{"source":306,"target":83},{"source":301,"target":85},{"source":261,"target":60},{"source":261,"target":85},{"source":261,"target":307},{"source":261,"target":308},{"source":307,"target":29},{"source":307,"target":309},{"source":307,"target":261},{"source":309,"target":29},{"source":308,"target":85},{"source":262,"target":60},{"source":262,"target":85},{"source":262,"target":310},{"source":262,"target":311},{"source":262,"target":312},{"source":262,"target":313},{"source":262,"target":314},{"source":310,"target":315},{"source":310,"target":262},{"source":311,"target":316},{"source":311,"target":262},{"source":312,"target":317},{"source":312,"target":262},{"source":313,"target":318},{"source":313,"target":262},{"source":314,"target":85},{"source":263,"target":60},{"source":263,"target":85},{"source":263,"target":319},{"source":263,"target":320},{"source":319,"target":321},{"source":319,"target":263},{"source":320,"target":85},{"source":264,"target":60},{"source":264,"target":85},{"source":264,"target":322},{"source":264,"target":323},{"source":264,"target":324},{"source":322,"target":29},{"source":322,"target":325},{"source":322,"target":264},{"source":325,"target":29},{"source":323,"target":29},{"source":323,"target":326},{"source":323,"target":264},{"source":326,"target":29},{"source":324,"target":85},{"source":265,"target":60},{"source":265,"target":85},{"source":265,"target":327},{"source":265,"target":328},{"source":265,"target":329},{"source":327,"target":330},{"source":327,"target":265},{"source":328,"target":331},{"source":328,"target":265},{"source":329,"target":85},{"source":266,"target":60},{"source":266,"target":85},{"source":266,"target":332},{"source":266,"target":333},{"source":332,"target":334},{"source":332,"target":266},{"source":333,"target":85},{"source":267,"target":60},{"source":267,"target":85},{"source":267,"target":335},{"source":267,"target":336},{"source":267,"target":337},{"source":267,"target":338},{"source":335,"target":29},{"source":335,"target":339},{"source":335,"target":267},{"source":339,"target":29},{"source":336,"target":29},{"source":336,"target":340},{"source":336,"target":267},{"source":340,"target":29},{"source":337,"target":341},{"source":337,"target":267},{"source":338,"target":85},{"source":268,"target":60},{"source":268,"target":85},{"source":268,"target":342},{"source":342,"target":85},{"source":269,"target":60},{"source":269,"target":85},{"source":269,"target":343},{"source":269,"target":344},{"source":269,"target":345},{"source":269,"target":346},{"source":269,"target":347},{"source":343,"target":348},{"source":343,"target":269},{"source":344,"target":349},{"source":344,"target":269},{"source":345,"target":350},{"source":345,"target":269},{"source":346,"target":351},{"source":346,"target":269},{"source":347,"target":85},{"source":270,"target":60},{"source":270,"target":85},{"source":270,"target":352},{"source":270,"target":353},{"source":270,"target":354},{"source":270,"target":355},{"source":270,"target":356},{"source":352,"target":357},{"source":352,"target":270},{"source":353,"target":358},{"source":353,"target":270},{"source":354,"target":359},{"source":354,"target":270},{"source":355,"target":360},{"source":355,"target":270},{"source":356,"target":85},{"source":271,"target":60},{"source":271,"target":85},{"source":271,"target":361},{"source":271,"target":362},{"source":271,"target":363},{"source":271,"target":364},{"source":361,"target":365},{"source":361,"target":271},{"source":362,"target":366},{"source":362,"target":271},{"source":363,"target":367},{"source":363,"target":271},{"source":364,"target":85},{"source":272,"target":60},{"source":272,"target":85},{"source":272,"target":368},{"source":272,"target":369},{"source":272,"target":370},{"source":272,"target":371},{"source":368,"target":372},{"source":368,"target":272},{"source":369,"target":373},{"source":369,"target":272},{"source":370,"target":374},{"source":370,"target":272},{"source":371,"target":85},{"source":273,"target":60},{"source":273,"target":85},{"source":273,"target":375},{"source":273,"target":376},{"source":273,"target":377},{"source":375,"target":378},{"source":375,"target":273},{"source":376,"target":379},{"source":376,"target":273},{"source":377,"target":85},{"source":274,"target":60},{"source":274,"target":85},{"source":274,"target":380},{"source":274,"target":381},{"source":274,"target":382},{"source":380,"target":383},{"source":380,"target":274},{"source":381,"target":384},{"source":381,"target":274},{"source":382,"target":85},{"source":275,"target":60},{"source":275,"target":85},{"source":275,"target":385},{"source":275,"target":386},{"source":385,"target":83},{"source":385,"target":387},{"source":385,"target":275},{"source":387,"target":83},{"source":386,"target":85},{"source":276,"target":60},{"source":276,"target":85},{"source":276,"target":388},{"source":388,"target":85},{"source":277,"target":60},{"source":277,"target":85},{"source":277,"target":389},{"source":277,"target":390},{"source":277,"target":391},{"source":389,"target":29},{"source":389,"target":392},{"source":389,"target":277},{"source":392,"target":29},{"source":390,"target":29},{"source":390,"target":393},{"source":390,"target":277},{"source":393,"target":29},{"source":391,"target":85},{"source":278,"target":60},{"source":278,"target":259},{"source":278,"target":394},{"source":278,"target":395},{"source":394,"target":396},{"source":394,"target":278},{"source":395,"target":259},{"source":279,"target":60},{"source":279,"target":85},{"source":279,"target":397},{"source":279,"target":398},{"source":397,"target":88},{"source":397,"target":399},{"source":397,"target":279},{"source":399,"target":88},{"source":398,"target":85},{"source":280,"target":60},{"source":280,"target":85},{"source":280,"target":400},{"source":280,"target":401},{"source":400,"target":402},{"source":400,"target":280},{"source":401,"target":85},{"source":281,"target":60},{"source":281,"target":85},{"source":281,"target":403},{"source":281,"target":404},{"source":281,"target":405},{"source":281,"target":406},{"source":403,"target":407},{"source":403,"target":281},{"source":404,"target":408},{"source":404,"target":281},{"source":405,"target":409},{"source":405,"target":281},{"source":406,"target":85},{"source":282,"target":60},{"source":282,"target":85},{"source":282,"target":410},{"source":282,"target":411},{"source":282,"target":412},{"source":282,"target":413},{"source":282,"target":414},{"source":282,"target":415},{"source":282,"target":416},{"source":410,"target":141},{"source":410,"target":417},{"source":410,"target":282},{"source":417,"target":141},{"source":411,"target":141},{"source":411,"target":418},{"source":411,"target":282},{"source":418,"target":141},{"source":412,"target":419},{"source":412,"target":282},{"source":413,"target":283},{"source":413,"target":420},{"source":413,"target":282},{"source":420,"target":283},{"source":414,"target":421},{"source":414,"target":282},{"source":415,"target":422},{"source":415,"target":282},{"source":416,"target":85},{"source":283,"target":60},{"source":283,"target":423},{"source":283,"target":424},{"source":283,"target":425},{"source":283,"target":426},{"source":423,"target":283},{"source":424,"target":283},{"source":425,"target":283},{"source":426,"target":283},{"source":284,"target":60},{"source":284,"target":85},{"source":284,"target":427},{"source":284,"target":428},{"source":427,"target":285},{"source":427,"target":429},{"source":427,"target":284},{"source":429,"target":285},{"source":428,"target":85},{"source":285,"target":60},{"source":285,"target":430},{"source":285,"target":431},{"source":285,"target":432},{"source":285,"target":433},{"source":285,"target":434},{"source":430,"target":285},{"source":431,"target":285},{"source":432,"target":285},{"source":433,"target":285},{"source":434,"target":285},{"source":286,"target":435},{"source":286,"target":436},{"source":286,"target":437},{"source":286,"target":60},{"source":435,"target":286},{"source":435,"target":85},{"source":435,"target":438},{"source":438,"target":85},{"source":436,"target":286},{"source":436,"target":435},{"source":436,"target":439},{"source":436,"target":440},{"source":439,"target":5},{"source":439,"target":441},{"source":439,"target":436},{"source":441,"target":5},{"source":440,"target":435},{"source":437,"target":286},{"source":437,"target":436},{"source":437,"target":442},{"source":437,"target":443},{"source":442,"target":29},{"source":442,"target":444},{"source":442,"target":437},{"source":444,"target":29},{"source":443,"target":436},{"source":10,"target":40},{"source":10,"target":445},{"source":10,"target":36},{"source":10,"target":446},{"source":10,"target":447},{"source":10,"target":448},{"source":10,"target":0},{"source":40,"target":10},{"source":40,"target":445},{"source":40,"target":449},{"source":40,"target":450},{"source":40,"target":451},{"source":449,"target":452},{"source":449,"target":40},{"source":450,"target":453},{"source":450,"target":40},{"source":451,"target":445},{"source":445,"target":10},{"source":445,"target":454},{"source":445,"target":455},{"source":445,"target":456},{"source":445,"target":457},{"source":445,"target":458},{"source":445,"target":459},{"source":454,"target":446},{"source":454,"target":460},{"source":454,"target":445},{"source":460,"target":446},{"source":455,"target":461},{"source":455,"target":445},{"source":456,"target":462},{"source":456,"target":463},{"source":456,"target":445},{"source":463,"target":462},{"source":457,"target":464},{"source":457,"target":445},{"source":458,"target":447},{"source":458,"target":465},{"source":458,"target":445},{"source":465,"target":447},{"source":36,"target":10},{"source":36,"target":445},{"source":36,"target":466},{"source":36,"target":467},{"source":466,"target":445},{"source":466,"target":468},{"source":466,"target":36},{"source":468,"target":445},{"source":467,"target":445},{"source":446,"target":10},{"source":446,"target":469},{"source":447,"target":10},{"source":447,"target":470},{"source":447,"target":471},{"source":447,"target":472},{"source":470,"target":473},{"source":470,"target":447},{"source":471,"target":474},{"source":471,"target":447},{"source":472,"target":5},{"source":472,"target":475},{"source":472,"target":447},{"source":475,"target":5},{"source":448,"target":462},{"source":448,"target":476},{"source":448,"target":477},{"source":448,"target":478},{"source":448,"target":479},{"source":448,"target":10},{"source":462,"target":448},{"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":480,"target":486},{"source":480,"target":462},{"source":480,"target":487},{"source":487,"target":5},{"source":487,"target":488},{"source":487,"target":480},{"source":488,"target":5},{"source":481,"target":489},{"source":481,"target":462},{"source":481,"target":490},{"source":481,"target":491},{"source":490,"target":5},{"source":490,"target":492},{"source":490,"target":481},{"source":492,"target":5},{"source":491,"target":493},{"source":491,"target":481},{"source":482,"target":494},{"source":482,"target":462},{"source":482,"target":495},{"source":482,"target":496},{"source":495,"target":5},{"source":495,"target":497},{"source":495,"target":482},{"source":497,"target":5},{"source":496,"target":498},{"source":496,"target":482},{"source":483,"target":499},{"source":483,"target":462},{"source":483,"target":500},{"source":483,"target":501},{"source":500,"target":5},{"source":500,"target":502},{"source":500,"target":483},{"source":502,"target":5},{"source":501,"target":503},{"source":501,"target":483},{"source":484,"target":504},{"source":484,"target":462},{"source":484,"target":505},{"source":484,"target":506},{"source":505,"target":5},{"source":505,"target":507},{"source":505,"target":484},{"source":507,"target":5},{"source":506,"target":508},{"source":506,"target":484},{"source":485,"target":5},{"source":485,"target":509},{"source":485,"target":462},{"source":509,"target":5},{"source":476,"target":448},{"source":476,"target":462},{"source":476,"target":510},{"source":510,"target":462},{"source":477,"target":448},{"source":477,"target":462},{"source":477,"target":511},{"source":511,"target":462},{"source":478,"target":448},{"source":478,"target":462},{"source":478,"target":512},{"source":512,"target":462},{"source":479,"target":448},{"source":479,"target":462},{"source":479,"target":513},{"source":513,"target":462},{"source":11,"target":88},{"source":11,"target":0},{"source":88,"target":11},{"source":88,"target":514},{"source":88,"target":515},{"source":88,"target":516},{"source":88,"target":517},{"source":88,"target":518},{"source":88,"target":519},{"source":88,"target":520},{"source":88,"target":521},{"source":88,"target":522},{"source":88,"target":523},{"source":88,"target":524},{"source":88,"target":525},{"source":514,"target":526},{"source":514,"target":88},{"source":515,"target":527},{"source":515,"target":88},{"source":516,"target":528},{"source":516,"target":88},{"source":517,"target":529},{"source":517,"target":88},{"source":518,"target":530},{"source":518,"target":88},{"source":519,"target":531},{"source":519,"target":88},{"source":520,"target":532},{"source":520,"target":88},{"source":521,"target":533},{"source":521,"target":88},{"source":522,"target":5},{"source":522,"target":534},{"source":522,"target":88},{"source":534,"target":5},{"source":523,"target":535},{"source":523,"target":88},{"source":524,"target":141},{"source":524,"target":536},{"source":524,"target":88},{"source":536,"target":141},{"source":12,"target":537},{"source":12,"target":538},{"source":12,"target":539},{"source":12,"target":540},{"source":12,"target":0},{"source":537,"target":12},{"source":537,"target":541},{"source":537,"target":542},{"source":541,"target":543},{"source":541,"target":537},{"source":542,"target":544},{"source":542,"target":537},{"source":538,"target":12},{"source":538,"target":545},{"source":538,"target":546},{"source":545,"target":547},{"source":545,"target":538},{"source":546,"target":5},{"source":546,"target":548},{"source":546,"target":538},{"source":548,"target":5},{"source":539,"target":12},{"source":539,"target":549},{"source":539,"target":550},{"source":549,"target":551},{"source":549,"target":539},{"source":550,"target":552},{"source":550,"target":539},{"source":540,"target":12},{"source":540,"target":553},{"source":540,"target":554},{"source":540,"target":555},{"source":553,"target":537},{"source":553,"target":556},{"source":553,"target":540},{"source":556,"target":537},{"source":554,"target":538},{"source":554,"target":557},{"source":554,"target":540},{"source":557,"target":538},{"source":555,"target":539},{"source":555,"target":558},{"source":555,"target":540},{"source":558,"target":539}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="test1unique" nsURI="http://test1unique.test1unique.test1unique/"
nsPrefix="test1unique">
<eClassifiers xsi:type="ecore:EClass" name="ConceptA">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bs" upperBound="10" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gemoc/ale-lang-compiler/tests/org.eclipse.emf.ecoretools.ale.compiler.test/test-results-legacy/visitor/test1unique/visitor-comp/test1unique.ecore | ecore | test1unique
ConceptA
bs | null | {"directed":true,"nodes":[{"nsPrefix":"test1unique","nsURI":"http://test1unique.test1unique.test1unique/","name":"test1unique","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptA","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":10,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bs","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="roo"
nsURI="http://www.springsource.org/roo" nsPrefix="roo">
<eClassifiers xsi:type="ecore:EClass" name="RooModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//Project"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="persistence" eType="#//PersistenceSetup"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="topLevelPackage" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="org.springsource.roo">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The uppermost package name (this becomes the <groupId> in Maven and also the '~' value when using Roo's shell)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" 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 project (last segment of package name used as default)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="java" eType="#//javaVersion"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Forces a particular major version of Java to be used (will be auto-detected if unspecified; specify 5 or 6 or 7 only)."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PersistenceSetup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" lowerBound="1"
eType="#//providerType" defaultValueLiteral="HIBERNATE">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The persistence provider to support."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="database" lowerBound="1"
eType="#//databaseType" defaultValueLiteral="HYPERSONIC_IN_MEMORY">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The database to support."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationId" 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 Google App Engine application identifier to use; default if option not present: 'the project's name'"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jndiDataSource" 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 JNDI datasource to use."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hostName" 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 host name to use."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="databaseName" 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 database name to use."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userName" 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 username to use."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The password to use."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="persistenceUnit" 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 persistence unit name to be used in the persistence.xml file."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="javaVersion">
<eLiterals name="Java5" value="5"/>
<eLiterals name="Java6" value="6"/>
<eLiterals name="Java7" value="7"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="providerType">
<eLiterals name="DATANUCLEUS"/>
<eLiterals name="DATANUCLEUS_2" value="1"/>
<eLiterals name="ECLIPSELINK" value="2"/>
<eLiterals name="HIBERNATE" value="3"/>
<eLiterals name="OPENJPA" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="databaseType">
<eLiterals name="DB2"/>
<eLiterals name="DB2400" value="1"/>
<eLiterals name="DERBY" value="2"/>
<eLiterals name="GOOGLE_APP_ENGINE" value="3"/>
<eLiterals name="H2_IN_MEMORY" value="4"/>
<eLiterals name="HYPERSONIC_IN_MEMORY" value="5"/>
<eLiterals name="HYPERSONIC_PERSISTENT" value="6"/>
<eLiterals name="MSSQL" value="7"/>
<eLiterals name="MYSQL" value="8"/>
<eLiterals name="ORACLE" value="9"/>
<eLiterals name="POSTGRES" value="10"/>
<eLiterals name="SYBASE" value="11"/>
<eLiterals name="VMFORCE" value="12"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/rwl/enerate/com.github.enerate.model.roo/model/RooModel.ecore | ecore | roo
RooModel
project
persistence
model
Project
topLevelPackage
org.springsource.roo
projectName
java
PersistenceSetup
provider
HIBERNATE
database
HYPERSONIC_IN_MEMORY
applicationId
jndiDataSource
hostName
databaseName
userName
password
persistenceUnit
javaVersion
Java5
Java5
Java6
Java6
Java7
Java7
providerType
DATANUCLEUS
DATANUCLEUS
DATANUCLEUS_2
DATANUCLEUS_2
ECLIPSELINK
ECLIPSELINK
HIBERNATE
HIBERNATE
OPENJPA
OPENJPA
databaseType
DB2
DB2
DB2400
DB2400
DERBY
DERBY
GOOGLE_APP_ENGINE
GOOGLE_APP_ENGINE
H2_IN_MEMORY
H2_IN_MEMORY
HYPERSONIC_IN_MEMORY
HYPERSONIC_IN_MEMORY
HYPERSONIC_PERSISTENT
HYPERSONIC_PERSISTENT
MSSQL
MSSQL
MYSQL
MYSQL
ORACLE
ORACLE
POSTGRES
POSTGRES
SYBASE
SYBASE
VMFORCE
VMFORCE | null | {"directed":true,"nodes":[{"nsPrefix":"roo","nsURI":"http://www.springsource.org/roo","name":"roo","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RooModel","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":"PersistenceSetup","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"javaVersion","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"providerType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"databaseType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"persistence","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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"org.springsource.roo","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"org.springsource.roo","unsettable":false,"transient":false,"unique":true,"name":"topLevelPackage","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectName","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"java","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"HIBERNATE","unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"HYPERSONIC_IN_MEMORY","unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"lowerBound":1,"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":"applicationId","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jndiDataSource","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":"hostName","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":"databaseName","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":"userName","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":"password","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"persistenceUnit","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"name":"Java5","id":37,"value":5,"literal":"Java5","eClass":"EEnumLiteral"},{"name":"Java6","id":38,"value":6,"literal":"Java6","eClass":"EEnumLiteral"},{"name":"Java7","id":39,"value":7,"literal":"Java7","eClass":"EEnumLiteral"},{"name":"DATANUCLEUS","id":40,"value":0,"literal":"DATANUCLEUS","eClass":"EEnumLiteral"},{"name":"DATANUCLEUS_2","id":41,"value":1,"literal":"DATANUCLEUS_2","eClass":"EEnumLiteral"},{"name":"ECLIPSELINK","id":42,"value":2,"literal":"ECLIPSELINK","eClass":"EEnumLiteral"},{"name":"HIBERNATE","id":43,"value":3,"literal":"HIBERNATE","eClass":"EEnumLiteral"},{"name":"OPENJPA","id":44,"value":4,"literal":"OPENJPA","eClass":"EEnumLiteral"},{"name":"DB2","id":45,"value":0,"literal":"DB2","eClass":"EEnumLiteral"},{"name":"DB2400","id":46,"value":1,"literal":"DB2400","eClass":"EEnumLiteral"},{"name":"DERBY","id":47,"value":2,"literal":"DERBY","eClass":"EEnumLiteral"},{"name":"GOOGLE_APP_ENGINE","id":48,"value":3,"literal":"GOOGLE_APP_ENGINE","eClass":"EEnumLiteral"},{"name":"H2_IN_MEMORY","id":49,"value":4,"literal":"H2_IN_MEMORY","eClass":"EEnumLiteral"},{"name":"HYPERSONIC_IN_MEMORY","id":50,"value":5,"literal":"HYPERSONIC_IN_MEMORY","eClass":"EEnumLiteral"},{"name":"HYPERSONIC_PERSISTENT","id":51,"value":6,"literal":"HYPERSONIC_PERSISTENT","eClass":"EEnumLiteral"},{"name":"MSSQL","id":52,"value":7,"literal":"MSSQL","eClass":"EEnumLiteral"},{"name":"MYSQL","id":53,"value":8,"literal":"MYSQL","eClass":"EEnumLiteral"},{"name":"ORACLE","id":54,"value":9,"literal":"ORACLE","eClass":"EEnumLiteral"},{"name":"POSTGRES","id":55,"value":10,"literal":"POSTGRES","eClass":"EEnumLiteral"},{"name":"SYBASE","id":56,"value":11,"literal":"SYBASE","eClass":"EEnumLiteral"},{"name":"VMFORCE","id":57,"value":12,"literal":"VMFORCE","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":1,"target":9},{"source":7,"target":2},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":2},{"source":8,"target":3},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":3},{"source":9,"target":12},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":13,"target":16},{"source":13,"target":2},{"source":14,"target":17},{"source":14,"target":2},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":4},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":19,"target":5},{"source":19,"target":28},{"source":19,"target":3},{"source":28,"target":5},{"source":20,"target":6},{"source":20,"target":29},{"source":20,"target":3},{"source":29,"target":6},{"source":21,"target":30},{"source":21,"target":3},{"source":22,"target":31},{"source":22,"target":3},{"source":23,"target":32},{"source":23,"target":3},{"source":24,"target":33},{"source":24,"target":3},{"source":25,"target":34},{"source":25,"target":3},{"source":26,"target":35},{"source":26,"target":3},{"source":27,"target":36},{"source":27,"target":3},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":4},{"source":38,"target":4},{"source":39,"target":4},{"source":5,"target":0},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":40,"target":5},{"source":41,"target":5},{"source":42,"target":5},{"source":43,"target":5},{"source":44,"target":5},{"source":6,"target":0},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":45,"target":6},{"source":46,"target":6},{"source":47,"target":6},{"source":48,"target":6},{"source":49,"target":6},{"source":50,"target":6},{"source":51,"target":6},{"source":52,"target":6},{"source":53,"target":6},{"source":54,"target":6},{"source":55,"target":6},{"source":56,"target":6},{"source":57,"target":6}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sass" nsURI="http://www.dubture.com/editor/sass/Sass" nsPrefix="sass">
<eClassifiers xsi:type="ecore:EClass" name="Sass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="statements" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Sass.ecore | ecore | sass
Sass
statements | null | {"directed":true,"nodes":[{"nsPrefix":"sass","nsURI":"http://www.dubture.com/editor/sass/Sass","name":"sass","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sass","instanceClass":null,"abstract":false,"id":1,"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":"statements","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fragment" nsURI="http://www.eclipse.org/ui/2010/UIModel/fragment"
nsPrefix="fragment">
<eClassifiers xsi:type="ecore:EClass" name="ModelFragments">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>
<strong>Developers</strong>:
Add more detailed documentation by editing this comment in 
/org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. 
There is a GenModel/documentation node under each type and attribute.
</p>
@since 1.0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.e4.ui.model.workbench/model/UIElements.ecore#//ApplicationElement"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>
<strong>Developers</strong>:
Add more detailed documentation by editing this comment in 
/org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. 
There is a GenModel/documentation node under each type and attribute.
</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//ModelFragment" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>
<strong>Developers</strong>:
Add more detailed documentation by editing this comment in 
/org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. 
There is a GenModel/documentation node under each type and attribute.
</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelFragment" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>
<strong>Developers</strong>:
Add more detailed documentation by editing this comment in 
/org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. 
There is a GenModel/documentation node under each type and attribute.
</p>
@since 1.0"/>
</eAnnotations>
<eOperations name="merge" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.e4.ui.model.workbench/model/UIElements.ecore#//ApplicationElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>
<strong>Developers</strong>:
Add more detailed documentation by editing this comment in 
/org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. 
There is a GenModel/documentation node under each type and attribute.
</p>"/>
</eAnnotations>
<eParameters name="application" eType="ecore:EClass platform:/plugin/org.eclipse.e4.ui.model.workbench/model/UIElements.ecore#//Application"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.e4.ui.model.workbench/model/UIElements.ecore#//ApplicationElement"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>
<strong>Developers</strong>:
Add more detailed documentation by editing this comment in 
/org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. 
There is a GenModel/documentation node under each type and attribute.
</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringModelFragment" eSuperTypes="#//ModelFragment">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>
<strong>Developers</strong>:
Add more detailed documentation by editing this comment in 
/org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. 
There is a GenModel/documentation node under each type and attribute.
</p>
@since 1.0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featurename" 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="<p>
<strong>Developers</strong>:
Add more detailed documentation by editing this comment in 
/org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. 
There is a GenModel/documentation node under each type and attribute.
</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parentElementId" 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="<p>
<strong>Developers</strong>:
Add more detailed documentation by editing this comment in 
/org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. 
There is a GenModel/documentation node under each type and attribute.
</p>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="positionInList" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>
<strong>Developers</strong>:
Add more detailed documentation by editing this comment in 
/org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. 
There is a GenModel/documentation node under each type and attribute.
</p>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/penghzhang/Jface/bundles/org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore | ecore | fragment
ModelFragments
imports
fragments
ModelFragment
merge
application
elements
StringModelFragment
featurename
parentElementId
positionInList | null | {"directed":true,"nodes":[{"nsPrefix":"fragment","nsURI":"http://www.eclipse.org/ui/2010/UIModel/fragment","name":"fragment","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelFragments","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelFragment","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringModelFragment","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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"merge","lowerBound":0,"id":8,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"application","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EParameter"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featurename","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":"parentElementId","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"positionInList","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":6},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":2},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":8,"target":10},{"source":8,"target":2},{"source":8,"target":11},{"source":11,"target":12},{"source":11,"target":8},{"source":9,"target":13},{"source":9,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":14,"target":18},{"source":14,"target":3},{"source":15,"target":19},{"source":15,"target":3},{"source":16,"target":20},{"source":16,"target":3},{"source":17,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="in"
nsURI="in" nsPrefix="in">
<eClassifiers xsi:type="ecore:EClass" name="parent1">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attr" eType="#//Enum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Enum">
<eLiterals name="test"/>
<eLiterals name="test2"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta/kompose_projects/org.kermeta.kompose.specialization.ecore.samples/models/enumerations/in.ecore | ecore | in
parent1
attr
Enum
test
test
test2
test2 | null | {"directed":true,"nodes":[{"nsPrefix":"in","nsURI":"in","name":"in","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"parent1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Enum","instanceClass":null,"id":2,"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":"attr","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"name":"test","id":5,"value":0,"literal":"test","eClass":"EEnumLiteral"},{"name":"test2","id":6,"value":0,"literal":"test2","eClass":"EEnumLiteral"}],"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":2,"target":6},{"source":5,"target":2},{"source":6,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="kmLogo" nsURI="http://www.kermeta.org/kmLogo" nsPrefix="kmlogo">
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eSubpackages name="ASM" nsURI="http://www.kermeta.org/kmLogo/ASM" nsPrefix="ASM">
<eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#//ASM/Instruction"/>
<eClassifiers xsi:type="ecore:EClass" name="Back" eSuperTypes="#//ASM/Primitive">
<eStructuralFeatures xsi:type="ecore:EReference" name="steps" lowerBound="1"
eType="#//ASM/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Forward" eSuperTypes="#//ASM/Primitive">
<eStructuralFeatures xsi:type="ecore:EReference" name="steps" lowerBound="1"
eType="#//ASM/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Left" eSuperTypes="#//ASM/Primitive">
<eStructuralFeatures xsi:type="ecore:EReference" name="angle" eType="#//ASM/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Right" eSuperTypes="#//ASM/Primitive">
<eStructuralFeatures xsi:type="ecore:EReference" name="angle" eType="#//ASM/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PenDown" eSuperTypes="#//ASM/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="PenUp" eSuperTypes="#//ASM/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="Clear" eSuperTypes="#//ASM/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASM/Instruction"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExp" abstract="true" eSuperTypes="#//ASM/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//ASM/Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//ASM/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//ASM/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerValue" eType="#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcCall" eSuperTypes="#//ASM/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="actualArgs" upperBound="-1"
eType="#//ASM/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1"
eType="#//ASM/ProcDeclaration" eOpposite="#//ASM/ProcDeclaration/procCall"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcDeclaration" eSuperTypes="#//ASM/Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1"
eType="#//ASM/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="procCall" upperBound="-1"
eType="#//ASM/ProcCall" eOpposite="#//ASM/ProcCall/declaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1"
eType="#//ASM/Instruction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//ASM/Instruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1"
eType="#//ASM/Instruction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//ASM/ControlStructure">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" lowerBound="1"
eType="#//ASM/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="#//ASM/Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlStructure" eSuperTypes="#//ASM/Instruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//ASM/Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="#//ASM/ControlStructure">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1"
eType="#//ASM/Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//ASM/ControlStructure">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1"
eType="#//ASM/Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterCall" eSuperTypes="#//ASM/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1"
eType="#//ASM/Parameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="Mult" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="Equals" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="Lower" eSuperTypes="#//ASM/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LogoProgram">
<eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1"
eType="#//ASM/Instruction" containment="true"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/diverse-project/k3/k3-samples-deployed/logo/k3.sample.maven.logo.model/model/ASMLogo.ecore | ecore | kmLogo
Integer
int
int
Boolean
java.lang.Boolean
java.lang.Boolean
String
java.lang.String
java.lang.String
ASM
Instruction
Primitive
Back
steps
Forward
steps
Left
angle
Right
angle
PenDown
PenUp
Clear
Expression
BinaryExp
lhs
rhs
Constant
integerValue
ProcCall
actualArgs
declaration
ProcDeclaration
name
args
procCall
instructions
Block
instructions
If
thenPart
elsePart
ControlStructure
condition
Repeat
block
While
block
Parameter
name
ParameterCall
parameter
Plus
Minus
Mult
Div
Equals
Greater
Lower
LogoProgram
instructions | null | {"directed":true,"nodes":[{"nsPrefix":"kmlogo","nsURI":"http://www.kermeta.org/kmLogo","name":"kmLogo","id":0,"eClass":"EPackage"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"ASM","nsURI":"http://www.kermeta.org/kmLogo/ASM","name":"ASM","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Back","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Forward","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Left","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Right","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenDown","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenUp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clear","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExp","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcCall","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcDeclaration","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlStructure","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterCall","instanceClass":null,"abstract":false,"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":"Minus","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","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":"Equals","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lower","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogoProgram","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"procCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"container":false,"ordered":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":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":"instructions","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"},{"container":false,"ordered":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":73,"derived":false},{"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":"thenPart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":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":102,"derived":false},{"id":103,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":0},{"source":5,"target":4},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":34},{"source":34,"target":5},{"source":7,"target":4},{"source":7,"target":6},{"source":7,"target":35},{"source":7,"target":36},{"source":35,"target":14},{"source":35,"target":37},{"source":35,"target":7},{"source":37,"target":14},{"source":36,"target":6},{"source":8,"target":4},{"source":8,"target":6},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":14},{"source":38,"target":40},{"source":38,"target":8},{"source":40,"target":14},{"source":39,"target":6},{"source":9,"target":4},{"source":9,"target":6},{"source":9,"target":41},{"source":9,"target":42},{"source":41,"target":14},{"source":41,"target":43},{"source":41,"target":9},{"source":43,"target":14},{"source":42,"target":6},{"source":10,"target":4},{"source":10,"target":6},{"source":10,"target":44},{"source":10,"target":45},{"source":44,"target":14},{"source":44,"target":46},{"source":44,"target":10},{"source":46,"target":14},{"source":45,"target":6},{"source":11,"target":4},{"source":11,"target":6},{"source":11,"target":47},{"source":47,"target":6},{"source":12,"target":4},{"source":12,"target":6},{"source":12,"target":48},{"source":48,"target":6},{"source":13,"target":4},{"source":13,"target":6},{"source":13,"target":49},{"source":49,"target":6},{"source":14,"target":4},{"source":14,"target":5},{"source":14,"target":50},{"source":50,"target":5},{"source":15,"target":4},{"source":15,"target":14},{"source":15,"target":51},{"source":15,"target":52},{"source":15,"target":53},{"source":51,"target":14},{"source":51,"target":54},{"source":51,"target":15},{"source":54,"target":14},{"source":52,"target":14},{"source":52,"target":55},{"source":52,"target":15},{"source":55,"target":14},{"source":53,"target":14},{"source":16,"target":4},{"source":16,"target":14},{"source":16,"target":56},{"source":16,"target":57},{"source":56,"target":1},{"source":56,"target":58},{"source":56,"target":16},{"source":58,"target":1},{"source":57,"target":14},{"source":17,"target":4},{"source":17,"target":14},{"source":17,"target":59},{"source":17,"target":60},{"source":17,"target":61},{"source":59,"target":14},{"source":59,"target":62},{"source":59,"target":17},{"source":62,"target":14},{"source":60,"target":18},{"source":60,"target":63},{"source":60,"target":17},{"source":60,"target":64},{"source":63,"target":18},{"source":61,"target":14},{"source":18,"target":4},{"source":18,"target":5},{"source":18,"target":65},{"source":18,"target":66},{"source":18,"target":64},{"source":18,"target":67},{"source":18,"target":68},{"source":65,"target":3},{"source":65,"target":69},{"source":65,"target":18},{"source":69,"target":3},{"source":66,"target":24},{"source":66,"target":70},{"source":66,"target":18},{"source":70,"target":24},{"source":64,"target":17},{"source":64,"target":71},{"source":64,"target":18},{"source":64,"target":60},{"source":71,"target":17},{"source":67,"target":5},{"source":67,"target":72},{"source":67,"target":18},{"source":72,"target":5},{"source":68,"target":5},{"source":19,"target":4},{"source":19,"target":5},{"source":19,"target":73},{"source":19,"target":74},{"source":73,"target":5},{"source":73,"target":75},{"source":73,"target":19},{"source":75,"target":5},{"source":74,"target":5},{"source":20,"target":4},{"source":20,"target":21},{"source":20,"target":76},{"source":20,"target":77},{"source":20,"target":78},{"source":76,"target":19},{"source":76,"target":79},{"source":76,"target":20},{"source":79,"target":19},{"source":77,"target":19},{"source":77,"target":80},{"source":77,"target":20},{"source":80,"target":19},{"source":78,"target":21},{"source":21,"target":4},{"source":21,"target":5},{"source":21,"target":81},{"source":21,"target":82},{"source":81,"target":14},{"source":81,"target":83},{"source":81,"target":21},{"source":83,"target":14},{"source":82,"target":5},{"source":22,"target":4},{"source":22,"target":21},{"source":22,"target":84},{"source":22,"target":85},{"source":84,"target":19},{"source":84,"target":86},{"source":84,"target":22},{"source":86,"target":19},{"source":85,"target":21},{"source":23,"target":4},{"source":23,"target":21},{"source":23,"target":87},{"source":23,"target":88},{"source":87,"target":19},{"source":87,"target":89},{"source":87,"target":23},{"source":89,"target":19},{"source":88,"target":21},{"source":24,"target":4},{"source":24,"target":90},{"source":90,"target":3},{"source":90,"target":91},{"source":90,"target":24},{"source":91,"target":3},{"source":25,"target":4},{"source":25,"target":14},{"source":25,"target":92},{"source":25,"target":93},{"source":92,"target":24},{"source":92,"target":94},{"source":92,"target":25},{"source":94,"target":24},{"source":93,"target":14},{"source":26,"target":4},{"source":26,"target":15},{"source":26,"target":95},{"source":95,"target":15},{"source":27,"target":4},{"source":27,"target":15},{"source":27,"target":96},{"source":96,"target":15},{"source":28,"target":4},{"source":28,"target":15},{"source":28,"target":97},{"source":97,"target":15},{"source":29,"target":4},{"source":29,"target":15},{"source":29,"target":98},{"source":98,"target":15},{"source":30,"target":4},{"source":30,"target":15},{"source":30,"target":99},{"source":99,"target":15},{"source":31,"target":4},{"source":31,"target":15},{"source":31,"target":100},{"source":100,"target":15},{"source":32,"target":4},{"source":32,"target":15},{"source":32,"target":101},{"source":101,"target":15},{"source":33,"target":4},{"source":33,"target":102},{"source":102,"target":5},{"source":102,"target":103},{"source":102,"target":33},{"source":103,"target":5}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="metamodel"
nsURI="http://metamodel/0.1/" nsPrefix="metamodel">
<eClassifiers xsi:type="ecore:EClass" name="Class">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attr" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta/scalacompiler_projects/org.kermeta.language.scalacompiler.test/src/test/resources/testReflection/metamodel/metamodel.ecore | ecore | metamodel
Class
attr
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"metamodel","nsURI":"http://metamodel/0.1/","name":"metamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":2,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attr","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"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}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="planetlab"
nsURI="http://www.planet-lab.org" nsPrefix="pl">
<eClassifiers xsi:type="ecore:EClass" name="RSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="networks" lowerBound="1"
upperBound="-1" eType="#//NetSpec"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NetSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" lowerBound="1" upperBound="-1"
eType="#//NodeSpec"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//LinkSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" upperBound="1000"
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"
defaultValueLiteral=""""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="init_params" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cpu_min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cpu_share" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cpu_pct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="disk_max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="net_if" lowerBound="1"
upperBound="-1" eType="#//IfSpec"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral=""""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="init_params" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bw" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min_alloc" upperBound="-2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max_alloc" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endpoint" lowerBound="1"
upperBound="-1" eType="#//IfSpec" changeable="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start_time" upperBound="-2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" upperBound="-2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="addr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="init_params" upperBound="-2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min_rate" upperBound="-2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max_rate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="12207"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max_kbyte" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5452595"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ip_spoof" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchSpec" eSuperTypes="#//NodeSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fib_max" upperBound="-2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/planetlab/sfa/rspec/model/planetlab.ecore | ecore | planetlab
RSpec
networks
start_time
duration
NetSpec
name
nodes
links
start_time
duration
NodeSpec
name
type
""
init_params
cpu_min
0
cpu_share
0
cpu_pct
0
disk_max
0
net_if
start_time
duration
LinkSpec
type
""
init_params
bw
0
min_alloc
0
max_alloc
0
endpoint
start_time
duration
IfSpec
name
addr
type
init_params
min_rate
0
max_rate
12207
max_kbyte
5452595
ip_spoof
false
SwitchSpec
fib_max
0 | null | {"directed":true,"nodes":[{"nsPrefix":"pl","nsURI":"http://www.planet-lab.org","name":"planetlab","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RSpec","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetSpec","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeSpec","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkSpec","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfSpec","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchSpec","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"networks","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"start_time","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":"duration","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","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":"start_time","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":"duration","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1000,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"init_params","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"cpu_min","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"cpu_share","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"cpu_pct","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"disk_max","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net_if","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":"start_time","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"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":"init_params","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":0,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"bw","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"min_alloc","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":0,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"max_alloc","changeable":true,"lowerBound":0,"iD":false,"id":47,"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":"endpoint","changeable":false,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start_time","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"addr","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":false,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"init_params","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"min_rate","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":12207,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"12207","unsettable":false,"transient":false,"unique":true,"name":"max_rate","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":5452595,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5452595","unsettable":true,"transient":false,"unique":true,"name":"max_kbyte","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ip_spoof","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":-2,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"fib_max","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":10,"target":2},{"source":8,"target":11},{"source":8,"target":1},{"source":9,"target":12},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":13,"target":18},{"source":13,"target":2},{"source":14,"target":3},{"source":14,"target":19},{"source":14,"target":2},{"source":19,"target":3},{"source":15,"target":4},{"source":15,"target":20},{"source":15,"target":2},{"source":20,"target":4},{"source":16,"target":21},{"source":16,"target":2},{"source":17,"target":22},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":23,"target":33},{"source":23,"target":3},{"source":24,"target":34},{"source":24,"target":3},{"source":25,"target":35},{"source":25,"target":3},{"source":26,"target":36},{"source":26,"target":3},{"source":27,"target":37},{"source":27,"target":3},{"source":28,"target":38},{"source":28,"target":3},{"source":29,"target":39},{"source":29,"target":3},{"source":30,"target":5},{"source":30,"target":40},{"source":30,"target":3},{"source":40,"target":5},{"source":31,"target":41},{"source":31,"target":3},{"source":32,"target":42},{"source":32,"target":3},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":43,"target":51},{"source":43,"target":4},{"source":44,"target":52},{"source":44,"target":4},{"source":45,"target":53},{"source":45,"target":4},{"source":46,"target":54},{"source":46,"target":4},{"source":47,"target":55},{"source":47,"target":4},{"source":48,"target":5},{"source":48,"target":56},{"source":48,"target":4},{"source":56,"target":5},{"source":49,"target":57},{"source":49,"target":4},{"source":50,"target":58},{"source":50,"target":4},{"source":5,"target":0},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":59,"target":67},{"source":59,"target":5},{"source":60,"target":68},{"source":60,"target":5},{"source":61,"target":69},{"source":61,"target":5},{"source":62,"target":70},{"source":62,"target":5},{"source":63,"target":71},{"source":63,"target":5},{"source":64,"target":72},{"source":64,"target":5},{"source":65,"target":73},{"source":65,"target":5},{"source":66,"target":74},{"source":66,"target":5},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":75},{"source":6,"target":76},{"source":75,"target":77},{"source":75,"target":6},{"source":76,"target":3}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="metamodel"
nsURI="http://metamodel/0.1/" nsPrefix="metamodel">
<eClassifiers xsi:type="ecore:EClass" name="Classe">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attr" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta/kermeta_compilerv2_projects/fr.irisa.triskell.kermeta.scala.compilo.test/src/test/resources/testReflection/metamodel/metamodel_modified.ecore | ecore | metamodel
Classe
attr
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"metamodel","nsURI":"http://metamodel/0.1/","name":"metamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classe","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":2,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attr","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"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}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="layout"
nsURI="http://www.birt.eclipse.org/ChartModelLayout" nsPrefix="layout">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
		Schema file for the chart.model package.
		"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Block">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Block is the most important component to layout the contents of a chart.
It represents a rectangular area that bounds an individual chart element, which is used
to determine the layout of the chart. The user can define its Bounds, Insets, Outline and 
Background among other properties. A Block can also contain other Blocks as its children. 
Use Block.getChildren( ) which returns a list of type Block to navigate through 
the children hierarchy of Blocks.
<p xmlns="http://www.birt.eclipse.org/ChartModelLayout">
The most important block is the chart's block, all contents of a chart 
are rendered inside this block, we can get the instance of a chart's block using:<br/>
Chart.getBlock( );
</p>
A chart graphically consists of 3 parts, TitleBlock, Plot and Legend, which are 
also sub-type of Block and organized as children of the chart's Block. Besides the general 
approach of using Chart.getBlock( ).getChildren( ) we can also access them using the 
convenient methods:<br xmlns="http://www.birt.eclipse.org/ChartModelLayout"/>
Chart.getTitle( );<br xmlns="http://www.birt.eclipse.org/ChartModelLayout"/>
Chart.getPlot( );<br xmlns="http://www.birt.eclipse.org/ChartModelLayout"/>
Chart.getLegend( );<br xmlns="http://www.birt.eclipse.org/ChartModelLayout"/>
"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Block"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1"
upperBound="-1" eType="#//Block" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Children"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bounds" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Bounds"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "Bounds" represents the size of a block and the its position insides its container."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Bounds"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anchor" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Anchor"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Aattribute "Anchor" specifies the position of the block inside its container. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Anchor"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stretch" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Stretch"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "Stretch" specifies how the content of the block fills up available space."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Stretch"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Insets"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "Insets" represents the size of the margin between the block's edge and its client area."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Insets"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="row" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
defaultValueLiteral="-1" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "Row" represents the row index for the block, by default it's -1."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Row"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="-1"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "Column" the column index for the block, by default it's -1."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Column"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rowspan" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="-1"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "Rowspan" represents the rowspan value for the block, by default it's -1."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Rowspan"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnspan" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="-1"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "Columnspan" represents the columnspan value for the block, by	default it's -1."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Columnspan"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="minSize" lowerBound="1"
eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Size" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "MinSize" represents the minimum size for the block."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="MinSize"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="outline" lowerBound="1"
eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "outline" of type LineAttributes specifies how to render the block's outline."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Outline"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="background" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Fill"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "background" of type Fill specifies how to render the background of the Block. 
Can be transparent, a solid color, a gradient or image"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Background"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "Visible" specifies whether the block is visible. By default it's true."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Visible"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="triggers" upperBound="-1"
eType="ecore:EClass org.eclipse.birt.chart.model.data.ecore#//Trigger" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Triggers"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="widthHint" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"
defaultValueLiteral="-1" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="WidthHint specifies a hinted width for the block.
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="WidthHint"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="heightHint" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"
defaultValueLiteral="-1" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="HeightHint pecifies a hinted height for the block.
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="HeightHint"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cursor" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Cursor"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "Cursor" represents cursor for the block."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Cursor"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClientArea">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ClientArea holds a group of graphical properties for Plot and Legend to specify how to render 
their client area, the properties include background, outline, visible... and so on.
"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ClientArea"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="background" lowerBound="1"
eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Fill" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "background" of type Fill specifies how to render the background of the client area. 
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Background"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="outline" lowerBound="1"
eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "Outline" of type LineAttributes specifies how to render the outline of the client area.
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Outline"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="shadowColor" lowerBound="1"
eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//ColorDefinition"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "ShadowColor" of type ColorDefinition specifies the shadow color for the client area.
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ShadowColor"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="insets" lowerBound="1"
eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Insets"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "Insets" represents the size of the margin between the client area's edge and its client area.
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Insets"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "Visible" specifies whether client area is visible."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Visible"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EllipsisType" instanceClassName="int">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Ellipsis_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#int"/>
<details key="minInclusive" value="0"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EllipsisTypeObject" instanceClassName="java.lang.Integer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Ellipsis_._type:Object"/>
<details key="baseType" value="Ellipsis_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelBlock" eSuperTypes="#//Block">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="LabelBlock is a sub-type of Block, which is specialized for laying out a text 
in the chart for general purpose. It contains a Label, which holds the content 
and graphical properties of the text to be rendered. Following example shows
how to add a arbitrary text "Sample Text" to a chart: 
<p xmlns="http://www.birt.eclipse.org/ChartModelLayout">
		Chart cm = ....<br/>
		LabelBlock lbBlock = (LabelBlock) LabelBlockImpl.create( );<br/>
		lbBlock.getBounds( ).set( 50, 50, 100, 100 );<br/>
		lbBlock.getLabel( ).getCaption( ).setValue( "Sample Text" );<br/>
		cm.getBlock( ).getChildren( ).add( lbBlock );
</p>
"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="LabelBlock"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Label"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "Label" of type Label specifies the content and graphical 
properties of the text to be laid out and rendered within the block.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Label"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Legend" eSuperTypes="#//Block">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Legend represents the rectangular area in chart, where its legends are displayed. It holds also a 
group of attributes and elements to specify how the legend items are laid out and displayed. 
The legend items usually describe either the series or categories, depeding on the chart type.
Legend is a sub-type of Block, and exists as a child block of the chart's block in a chart's model. 
<p xmlns="http://www.birt.eclipse.org/ChartModelLayout">
Besides the general approach of using Chart.getBlock( ).getChildren( ) we can also access it using the 
convenient method: Chart.getLegend( );
</p>
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Legend"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpacing" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "HorizontalSpacing" represents the horizontal spacing 
in points between elements in the legend, namely legend items.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="HorizontalSpacing"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpacing" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "VerticalSpacing" represents the vertical spacing in
points between elements in the legend, namely legend items.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="VerticalSpacing"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="clientArea" lowerBound="1"
eType="#//ClientArea" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "ClientArea" represents the valid rectangular area of a legend 
block to lay out legned items, it extends the whole block excluding the 
margin of the block, which is defined by "Insets". It also holds a group of 
properties to specify how this area will be rendered, including its background, 
outline, visibility... and so on.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ClientArea"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="text" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Text"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "Text" of Legend holds the Font and Color properties for all legend items.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Text"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" lowerBound="1"
eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Orientation"
defaultValueLiteral="Vertical" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "orientation" specifies the layout orientation of legend 
items inside one legend group. It can be Vertical or Horizontal, which 
means the legend items will be laid out in top-down or left-right 
direction respectively.
<p xmlns="http://www.birt.eclipse.org/ChartModelLayout">
In case of colored by series, all legend items related with the same 
designtime series belong to the same group, therefore if no y-optional 
grouping is defined each group contains only one legend item, otherwise 
more than one legned items.<br/>
In case of colored by category, all legend items belong to one group.
</p>
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Orientation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1"
eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Direction"
defaultValueLiteral="Top_Bottom" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "direction" specifies the layout direction of legend groups if 
there are more than one legend groups. It can be Left_Right or 
Top_Bottom, which means the legend groups will be laid out in left-right 
or top-down direction respectively.
<p xmlns="http://www.birt.eclipse.org/ChartModelLayout">
In case of colored by series, all legend items related with the same 
designtime series belong to the same group, therefore if no y-optional 
grouping is defined each group contains only one legend item, otherwise 
more than one legned items.<br/>
In case of colored by category, all legend items belong to one group.
</p>
"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Direction"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="separator" lowerBound="1"
eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "Separator" specifies the graphical attributes of the seperate line between legend groups. 
<p xmlns="http://www.birt.eclipse.org/ChartModelLayout">
In case of colored by series, all legend items related with the same 
designtime series belong to the same group, therefore if no y-optional 
grouping is defined each group contains only one legend item, otherwise 
more than one legned items.<br/>
In case of colored by category, all legend items belong to one group.
</p>
"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Separator"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" lowerBound="1"
eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position"
defaultValueLiteral="Right" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "position" specifies the position of the legend relative to the plot block 
of the chart, it can be Above, Below, Left, Right and Inside. If Inside is selected, 
the legend block will be displayed in the middel of the plot block and overlapped 
with it.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Position"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="itemType" lowerBound="1"
eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//LegendItemType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "ItemType" specifies whether the datapoints and the legend items are 
colored by category or series pallet.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ItemType"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="title" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Label"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "Title" of type Label specifies the content and graphical 
properties of the title of the legend block.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Title"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="titlePosition" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "TitlePosition" specifies the position of the legend title 
inside the legend block. It can be Above, Below, Left and Right - 
by default it's Above.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="TitlePosition"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The boolean attribute "ShowValue" specifies whether a descriptive value of 
the related series will be displayed under the legend item, normally this value 
will be the first value in the series.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ShowValue"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showPercent" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This attribute is not currently used."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ShowPercent"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showTotal" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This attribute is not currently used."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ShowTotal"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wrappingSize" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "WrappingSize" specifies the behavior of automatically wrapping the 
legend items text into multiple lines when lacking in display space. Value zero 
means this feature is disabled, a positive value represents the maximal width 
of the text in points. 
	"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="WrappingSize"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxPercent" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"
defaultValueLiteral="0.33333333" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "MaxPercent" specifies the maximal percent of space which the
legend can take from the whole chart block. By default, it's 0.33333333,
which means the legend block will either be dropped or occupy less than 
33.3% space of the whole chart block.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="MaxPercent"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="titlePercent" lowerBound="1"
eType="#//TitlePercentType" defaultValueLiteral="0.6" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "TitlePercent" specifies the maximal percent of space which the
legend title can take from the whole legend block. By default, it's 0.6, 
which means the legend title will either be dropped or occupy less than 
60% space of the whole legend block.

							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="TitlePercent"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ellipsis" lowerBound="1"
eType="#//EllipsisType" defaultValueLiteral="1" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Int attribute "Ellipsis" specifies the behavior of shortening the legend item's 
text with ellipsis if there is not enough space to display the whole text. Value
0 indicates that the feature is disabled, and the legend item will either be displayed 
with whole text or be dropped. A positive value n represents the minimal count 
of characters to be displayed before the ellipsis, which means the legend item 
will either be dropped or be displayed with at least n characters.
 	"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Ellipsis"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="formatSpecifier" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//FormatSpecifier"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "FormatSpecifier" specifies how the legend item text will be formated."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="FormatSpecifier"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plot" eSuperTypes="#//Block">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Plot represent the rectangular area in a chart, inside where the graph of its datapoints is displayed. 
It extends to the client area of a chart's block excluding the title and legend. Plot is a sub-type of Block, 
and exists as a child block of the chart's block in a chart's model. 
<p xmlns="http://www.birt.eclipse.org/ChartModelLayout">
Besides the general approach of using Chart.getBlock( ).getChildren( ) we can also access it using the 
convenient method: Chart.getPlot( );
</p>
"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Plot"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpacing" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="5"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "VerticalSpacing" specifies the vertical spacing between elements in the plot. 
For chart with axes, it represents the space in points between the horizontal axes and the graph 
of the datapoints.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="HorizontalSpacing"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpacing" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="5"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "VerticalSpacing" specifies the vertical spacing between elements in the plot. 
For chart with axes, it represents the space in points between the vertical axes and the graph 
of the datapoints.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="VerticalSpacing"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="clientArea" lowerBound="1"
eType="#//ClientArea" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element "ClientArea" represents the valid rectangular area of a plot 
block to lay out its content. It extends the whole block excluding the 
margin of the block, which is defined by "Insets". It also holds a group of 
properties to specify how this area will be rendered, including its background, 
outline, visibility... and so on.
<p xmlns="http://www.birt.eclipse.org/ChartModelLayout">
For chart with axes it represents the area within axes. <br/> 
For chart without axes it will be split into cells, with each cell for one single series.
</p>
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ClientArea"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TitleBlock" eSuperTypes="#//LabelBlock">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="TitleBlock is a special sub-type of LabelBlock, which devotes itself to representing the title of the chart.
<p xmlns="http://www.birt.eclipse.org/ChartModelLayout">
Besides the general approach of using Chart.getBlock( ).getChildren( ) we can also access it using the 
convenient method: Chart.getTitle( );
</p>
"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TitleBlock"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="auto" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Attribute "Auto" of type boolean specifies whether the text of the TitleBlock 
could be automatically determined by the system."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Auto"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TitlePercentType" instanceClassName="double">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TitlePercent_._type"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#double"/>
<details key="minInclusive" value="0"/>
<details key="maxInclusive" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TitlePercentTypeObject" instanceClassName="java.lang.Double">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TitlePercent_._type:Object"/>
<details key="baseType" value="TitlePercent_._type"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Xiaoying/BIRT/org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.layout.ecore | ecore | layout
Block
children
bounds
anchor
stretch
insets
row
-1
column
-1
rowspan
-1
columnspan
-1
minSize
outline
background
visible
true
triggers
widthHint
-1
heightHint
-1
cursor
ClientArea
background
outline
shadowColor
insets
visible
true
EllipsisType
int
int
EllipsisTypeObject
java.lang.Integer
java.lang.Integer
LabelBlock
label
Legend
horizontalSpacing
verticalSpacing
clientArea
text
orientation
Vertical
direction
Top_Bottom
separator
position
Right
itemType
title
titlePosition
showValue
showPercent
showTotal
wrappingSize
maxPercent
0.33333333
titlePercent
0.6
ellipsis
1
formatSpecifier
Plot
horizontalSpacing
5
verticalSpacing
5
clientArea
TitleBlock
auto
false
TitlePercentType
double
double
TitlePercentTypeObject
java.lang.Double
java.lang.Double | null | {"directed":true,"nodes":[{"nsPrefix":"layout","nsURI":"http://www.birt.eclipse.org/ChartModelLayout","name":"layout","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientArea","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EllipsisType","instanceClass":"int","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EllipsisTypeObject","instanceClass":"java.lang.Integer","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelBlock","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Legend","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TitleBlock","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"TitlePercentType","instanceClass":"double","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"TitlePercentTypeObject","instanceClass":"java.lang.Double","id":10,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":false,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"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":"anchor","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"stretch","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":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"row","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"rowspan","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"columnspan","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":true,"unsettable":false,"transient":false,"unique":true,"name":"minSize","changeable":true,"resolveProxies":false,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"resolveProxies":false,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"widthHint","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":true,"transient":false,"unique":true,"name":"heightHint","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cursor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"resolveProxies":false,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"resolveProxies":false,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shadowColor","changeable":true,"resolveProxies":false,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":false,"lowerBound":1,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"horizontalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"verticalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clientArea","changeable":true,"resolveProxies":false,"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":"text","changeable":true,"resolveProxies":false,"lowerBound":1,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Vertical","unsettable":true,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Top_Bottom","unsettable":true,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"separator","changeable":true,"resolveProxies":false,"lowerBound":1,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Right","unsettable":true,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"itemType","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":"title","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"titlePosition","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"showValue","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"showPercent","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"showTotal","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"wrappingSize","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.33333333,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.33333333","unsettable":true,"transient":false,"unique":true,"name":"maxPercent","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.6,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.6","unsettable":true,"transient":false,"unique":true,"name":"titlePercent","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"ellipsis","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formatSpecifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":true,"transient":false,"unique":true,"name":"horizontalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":true,"transient":false,"unique":true,"name":"verticalSpacing","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clientArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"auto","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":11,"target":1},{"source":11,"target":28},{"source":11,"target":1},{"source":28,"target":1},{"source":12,"target":29},{"source":12,"target":1},{"source":13,"target":30},{"source":13,"target":1},{"source":14,"target":31},{"source":14,"target":1},{"source":15,"target":32},{"source":15,"target":1},{"source":16,"target":33},{"source":16,"target":1},{"source":17,"target":34},{"source":17,"target":1},{"source":18,"target":35},{"source":18,"target":1},{"source":19,"target":36},{"source":19,"target":1},{"source":20,"target":37},{"source":20,"target":1},{"source":21,"target":38},{"source":21,"target":1},{"source":22,"target":39},{"source":22,"target":1},{"source":23,"target":40},{"source":23,"target":1},{"source":24,"target":41},{"source":24,"target":1},{"source":25,"target":42},{"source":25,"target":1},{"source":26,"target":43},{"source":26,"target":1},{"source":27,"target":44},{"source":27,"target":1},{"source":2,"target":0},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":45,"target":50},{"source":45,"target":2},{"source":46,"target":51},{"source":46,"target":2},{"source":47,"target":52},{"source":47,"target":2},{"source":48,"target":53},{"source":48,"target":2},{"source":49,"target":54},{"source":49,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":55},{"source":5,"target":56},{"source":55,"target":57},{"source":55,"target":5},{"source":56,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":58,"target":78},{"source":58,"target":6},{"source":59,"target":79},{"source":59,"target":6},{"source":60,"target":2},{"source":60,"target":80},{"source":60,"target":6},{"source":80,"target":2},{"source":61,"target":81},{"source":61,"target":6},{"source":62,"target":82},{"source":62,"target":6},{"source":63,"target":83},{"source":63,"target":6},{"source":64,"target":84},{"source":64,"target":6},{"source":65,"target":85},{"source":65,"target":6},{"source":66,"target":86},{"source":66,"target":6},{"source":67,"target":87},{"source":67,"target":6},{"source":68,"target":88},{"source":68,"target":6},{"source":69,"target":89},{"source":69,"target":6},{"source":70,"target":90},{"source":70,"target":6},{"source":71,"target":91},{"source":71,"target":6},{"source":72,"target":92},{"source":72,"target":6},{"source":73,"target":93},{"source":73,"target":6},{"source":74,"target":9},{"source":74,"target":94},{"source":74,"target":6},{"source":94,"target":9},{"source":75,"target":3},{"source":75,"target":95},{"source":75,"target":6},{"source":95,"target":3},{"source":76,"target":96},{"source":76,"target":6},{"source":77,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":97,"target":101},{"source":97,"target":7},{"source":98,"target":102},{"source":98,"target":7},{"source":99,"target":2},{"source":99,"target":103},{"source":99,"target":7},{"source":103,"target":2},{"source":100,"target":1},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":104},{"source":8,"target":105},{"source":104,"target":106},{"source":104,"target":8},{"source":105,"target":5},{"source":9,"target":0},{"source":10,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="datatypes"
nsURI="http://www.ibm.com/xmlns/prod/commerce/9/search" nsPrefix="_sch">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
			This XML schema file defines the AcknowledgeSearchTermAssociation BOD which is used to acknowledge
			the ProcessSearchTermAssociation BOD.
		

			This file contains all type definitions that make up a SearchTermAssociation.
		

			This XML schema file defines the common elements and types shared by the
			entire schema.
		

			This XML schema file defines the common elements and types shared by the
			entire schema.
		"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="AcknowledgeSearchTermAssociationDataAreaType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Type definition of the AcknowledgeSearchTermAssociation BOD's data area."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AcknowledgeSearchTermAssociationDataAreaType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="acknowledge" lowerBound="1"
eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//AcknowledgeType"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Acknowledge verb."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Acknowledge"/>
<details key="namespace" value="http://www.openapplications.org/oagis/9"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation"
upperBound="-1" eType="#//SearchTermAssociationType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The SearchTermAssociation noun."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AcknowledgeSearchTermAssociationType"
eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Type definition of the AcknowledgeSearchTermAssociation BOD.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AcknowledgeSearchTermAssociationType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1"
eType="#//AcknowledgeSearchTermAssociationDataAreaType" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Data area of the AcknowledgeSearchTermAssociation BOD."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DataArea"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AssociationEnumerationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The defined association types between the search terms and the associated terms.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AssociationEnumerationType"/>
</eAnnotations>
<eLiterals name="Synonym"/>
<eLiterals name="SearchForInstead" value="1"/>
<eLiterals name="AlsoSearchFor" value="2"/>
<eLiterals name="LandingPageURL" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="AssociationEnumerationTypeObject"
instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AssociationEnumerationType:Object"/>
<details key="baseType" value="AssociationEnumerationType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="AssociationType" instanceClassName="java.lang.Object">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Allows extension to the default associated terms status values.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AssociationType"/>
<details key="memberTypes" value="AssociationEnumerationType http://www.ibm.com/xmlns/prod/commerce/9/foundation#EnumerationExtensionType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangeSearchTermAssociationDataAreaType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Type definition of the ChangeSearchTermAssociation BOD's data area."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ChangeSearchTermAssociationDataAreaType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="change" lowerBound="1"
eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//ChangeType"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Change verb."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Change"/>
<details key="namespace" value="http://www.openapplications.org/oagis/9"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation"
lowerBound="1" upperBound="-1" eType="#//SearchTermAssociationType" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The SearchTermAssociation noun."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangeSearchTermAssociationType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Type definition of the ChangeSearchTermAssociation BOD.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ChangeSearchTermAssociationType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1"
eType="#//ChangeSearchTermAssociationDataAreaType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Data area of the ChangeSearchTermAssociation BOD."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DataArea"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="acknowledgeSearchTermAssociation"
upperBound="-2" eType="#//AcknowledgeSearchTermAssociationType" volatile="true"
transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Element definition of the AcknowledgeSearchTermAssociation BOD.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="AcknowledgeSearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="changeSearchTermAssociation"
upperBound="-2" eType="#//ChangeSearchTermAssociationType" volatile="true"
transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Element definition of the ChangeSearchTermAssociation BOD.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ChangeSearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="getSearchTermAssociation"
upperBound="-2" eType="#//GetSearchTermAssociationType" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Element definition of the GetSearchTermAssociation BOD.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="GetSearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="processSearchTermAssociation"
upperBound="-2" eType="#//ProcessSearchTermAssociationType" volatile="true"
transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Element definition of the ProcessSearchTermAssociation BOD.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ProcessSearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="respondSearchTermAssociation"
upperBound="-2" eType="#//RespondSearchTermAssociationType" volatile="true"
transient="true" derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Element definition of the AcknowledgeSearchTermAssociation BOD.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="RespondSearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation"
upperBound="-2" eType="#//SearchTermAssociationType" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Element definition of the SearchTermAssociation.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="searchTermAssociationBODVersion"
unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
volatile="true" transient="true" defaultValueLiteral="7.0.0.2" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				The version of WebSphere Commerce when the SearchTermAssociation noun 
				was last changed. The value is set as the versionID attribute in the 
				corresponding BODs.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SearchTermAssociationBODVersion"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="showSearchTermAssociation"
upperBound="-2" eType="#//ShowSearchTermAssociationType" volatile="true" transient="true"
derived="true" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element definition of the ShowSearchTermAssociation BOD."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ShowSearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetSearchTermAssociationDataAreaType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Type definition of the GetSearchTermAssociation BOD's data area."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="GetSearchTermAssociationDataAreaType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="get" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//GetType"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Get verb."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Get"/>
<details key="namespace" value="http://www.openapplications.org/oagis/9"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation"
upperBound="-1" eType="#//SearchTermAssociationType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The SearchTermAssociation noun."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetSearchTermAssociationType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Type definition of the GetSearchTermAssociation BOD.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="GetSearchTermAssociationType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1"
eType="#//GetSearchTermAssociationDataAreaType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Data area of the GetSearchTermAssociation BOD."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DataArea"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessSearchTermAssociationDataAreaType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Type definition of the ProcessSearchTermAssociation BOD's data area."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ProcessSearchTermAssociationDataAreaType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="process" lowerBound="1"
eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//ProcessType"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Process verb."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Process"/>
<details key="namespace" value="http://www.openapplications.org/oagis/9"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation"
upperBound="-1" eType="#//SearchTermAssociationType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The SearchTermAssociation noun."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessSearchTermAssociationType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Type definition of the ProcessSearchTermAssociation BOD.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ProcessSearchTermAssociationType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1"
eType="#//ProcessSearchTermAssociationDataAreaType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Data area of the ProcessSearchTermAssociation BOD."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DataArea"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RespondSearchTermAssociationDataAreaType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Type definition of the AcknowledgeSearchTermAssociation BOD's data area."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RespondSearchTermAssociationDataAreaType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="respond" lowerBound="1"
eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//RespondType"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Acknowledge verb."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Respond"/>
<details key="namespace" value="http://www.openapplications.org/oagis/9"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation"
lowerBound="1" upperBound="-1" eType="#//SearchTermAssociationType" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The SearchTermAssociation noun."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RespondSearchTermAssociationType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Type definition of the AcknowledgeSearchTermAssociation BOD.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RespondSearchTermAssociationType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1"
eType="#//RespondSearchTermAssociationDataAreaType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Data area of the AcknowledgeSearchTermAssociation BOD."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DataArea"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SearchTermAssociationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				Type definition of a SearchTermAssociation.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SearchTermAssociationType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
						The SearchTermAssociation identifier.
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="UniqueID"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="searchTerms" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A comma delimited list of terms that can be specified by a person performing a search.
					 For a synonym association type, multiple search terms are expected.
					 For the replacement association types, a single search term is expected.					
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SearchTerms"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="associationType" eType="#//AssociationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of association between a search term and the associated terms. The valid values are:
					 Synonym: All the search terms are used when searching for any of the search terms. 
					 				 In this case, the AssociatedTerms element is empty.
					 SearchForInstead: A replacement association where the associated terms are searched for instead of the input search term.
					 AlsoSearchFor: A replacement association where the associated terms are used along with the the input search term.
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="AssociationType"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="associatedTerms" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A comma delimited list of words used by the search engine instead of the search terms when performing a search.
					When no associated terms are defined, it implies that the search terms are all equivalent.
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="AssociatedTerms"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="storeIdentifier" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//StoreIdentifierType"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The identifier of the store associated with the catalog group."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="StoreIdentifier"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="languageIdentifier" eType="ecore:EDataType com.ibm.commerce.foundation.common.datatypes.ecore#//LanguageType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The identifier of the store associated with the catalog group."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="LanguageIdentifier"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="statistics" eType="#//StatisticsType"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The types for STA statistics. The valid values are:
					 TopHits: Keyword top hits statistics for user sessions.
					 TopMisses: Keyword top misses statistics for user sessions.
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Statistics"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="userData" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//UserDataType"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The user data area."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="UserData"/>
<details key="namespace" value="http://www.ibm.com/xmlns/prod/commerce/9/foundation"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShowSearchTermAssociationDataAreaType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Type definition of the ShowSearchTermAssociation BOD's data area."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ShowSearchTermAssociationDataAreaType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="show" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//ShowType"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Show verb."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Show"/>
<details key="namespace" value="http://www.openapplications.org/oagis/9"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation"
upperBound="-1" eType="#//SearchTermAssociationType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The SearchTermAssociation noun."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SearchTermAssociation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShowSearchTermAssociationType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Type definition of the ShowSearchTermAssociation BOD."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ShowSearchTermAssociationType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1"
eType="#//ShowSearchTermAssociationDataAreaType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Data area of the ShowSearchTermAssociation BOD."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DataArea"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatisticsType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="StatisticsType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="statisticsType" eType="#//StatisticsTypeType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The statistics type."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="statisticsType"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="searchSessions" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The search session of a keyword."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="searchSessions"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="searchResults" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The number of search results for a keyword"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="searchResults"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="suggestion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Suggestion for this keyword when search misses."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="suggestion"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="suggestionResults" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The number of results that the suggestion keyword hits."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="suggestionResults"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synonyms" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The synonyms which the keyword searches with"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="synonyms"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="landingPage" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The landing page which the keyword is directed to"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="landingPage"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="percentage" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The search session percentage for a keyword"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="percentage"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="userData" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//UserDataType"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The user data area for STA statistics."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="UserData"/>
<details key="namespace" value="http://www.ibm.com/xmlns/prod/commerce/9/foundation"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StatisticsTypeType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The defined STA statistics types.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="StatisticsTypeType"/>
</eAnnotations>
<eLiterals name="TopHits"/>
<eLiterals name="TopMisses" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="StatisticsTypeTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="StatisticsTypeType:Object"/>
<details key="baseType" value="StatisticsTypeType"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/marcin-jaz/tutorials/WebServicesRouter/WebContent/component-services/ecore/com.ibm.commerce.search.facade.datatypes.ecore | ecore | datatypes
AcknowledgeSearchTermAssociationDataAreaType
acknowledge
searchTermAssociation
AcknowledgeSearchTermAssociationType
dataArea
AssociationEnumerationType
Synonym
Synonym
SearchForInstead
SearchForInstead
AlsoSearchFor
AlsoSearchFor
LandingPageURL
LandingPageURL
AssociationEnumerationTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
AssociationType
java.lang.Object
java.lang.Object
ChangeSearchTermAssociationDataAreaType
change
searchTermAssociation
ChangeSearchTermAssociationType
dataArea
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
acknowledgeSearchTermAssociation
changeSearchTermAssociation
getSearchTermAssociation
processSearchTermAssociation
respondSearchTermAssociation
searchTermAssociation
searchTermAssociationBODVersion
7.0.0.2
showSearchTermAssociation
GetSearchTermAssociationDataAreaType
get
searchTermAssociation
GetSearchTermAssociationType
dataArea
ProcessSearchTermAssociationDataAreaType
process
searchTermAssociation
ProcessSearchTermAssociationType
dataArea
RespondSearchTermAssociationDataAreaType
respond
searchTermAssociation
RespondSearchTermAssociationType
dataArea
SearchTermAssociationType
uniqueID
searchTerms
associationType
associatedTerms
storeIdentifier
languageIdentifier
statistics
userData
ShowSearchTermAssociationDataAreaType
show
searchTermAssociation
ShowSearchTermAssociationType
dataArea
StatisticsType
statisticsType
searchSessions
searchResults
suggestion
suggestionResults
synonyms
landingPage
percentage
userData
StatisticsTypeType
TopHits
TopHits
TopMisses
TopMisses
StatisticsTypeTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator | null | {"directed":true,"nodes":[{"nsPrefix":"_sch","nsURI":"http://www.ibm.com/xmlns/prod/commerce/9/search","name":"datatypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcknowledgeSearchTermAssociationDataAreaType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcknowledgeSearchTermAssociationType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssociationEnumerationType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"AssociationEnumerationTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"AssociationType","instanceClass":"java.lang.Object","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeSearchTermAssociationDataAreaType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeSearchTermAssociationType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetSearchTermAssociationDataAreaType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetSearchTermAssociationType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSearchTermAssociationDataAreaType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSearchTermAssociationType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RespondSearchTermAssociationDataAreaType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RespondSearchTermAssociationType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SearchTermAssociationType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowSearchTermAssociationDataAreaType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowSearchTermAssociationType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatisticsType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StatisticsTypeType","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"StatisticsTypeTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":20,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"acknowledge","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"name":"Synonym","id":28,"value":0,"literal":"Synonym","eClass":"EEnumLiteral"},{"name":"SearchForInstead","id":29,"value":1,"literal":"SearchForInstead","eClass":"EEnumLiteral"},{"name":"AlsoSearchFor","id":30,"value":2,"literal":"AlsoSearchFor","eClass":"EEnumLiteral"},{"name":"LandingPageURL","id":31,"value":3,"literal":"LandingPageURL","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":"change","changeable":true,"resolveProxies":false,"lowerBound":1,"id":32,"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":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"acknowledgeSearchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"changeSearchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"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":"getSearchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"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":"processSearchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"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":"respondSearchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"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":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":"7.0.0.2","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"7.0.0.2","unsettable":false,"transient":true,"unique":false,"name":"searchTermAssociationBODVersion","changeable":true,"lowerBound":0,"iD":false,"id":48,"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":"showSearchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":true},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"get","changeable":true,"resolveProxies":false,"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":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":false,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"respond","changeable":true,"resolveProxies":false,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"uniqueID","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"searchTerms","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":"associationType","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":"associatedTerms","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storeIdentifier","changeable":true,"resolveProxies":false,"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":"languageIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statistics","changeable":true,"resolveProxies":false,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userData","changeable":true,"resolveProxies":false,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"show","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"statisticsType","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"searchSessions","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"searchResults","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suggestion","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"suggestionResults","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synonyms","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"landingPage","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"percentage","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userData","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"name":"TopHits","id":123,"value":0,"literal":"TopHits","eClass":"EEnumLiteral"},{"name":"TopMisses","id":124,"value":1,"literal":"TopMisses","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":21,"target":23},{"source":21,"target":1},{"source":22,"target":15},{"source":22,"target":24},{"source":22,"target":1},{"source":24,"target":15},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":25,"target":1},{"source":25,"target":27},{"source":25,"target":2},{"source":27,"target":1},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":28,"target":3},{"source":29,"target":3},{"source":30,"target":3},{"source":31,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":32},{"source":6,"target":33},{"source":32,"target":34},{"source":32,"target":6},{"source":33,"target":15},{"source":33,"target":35},{"source":33,"target":6},{"source":35,"target":15},{"source":7,"target":0},{"source":7,"target":36},{"source":7,"target":37},{"source":36,"target":6},{"source":36,"target":38},{"source":36,"target":7},{"source":38,"target":6},{"source":8,"target":0},{"source":8,"target":39},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":39,"target":50},{"source":39,"target":8},{"source":40,"target":51},{"source":40,"target":8},{"source":41,"target":52},{"source":41,"target":8},{"source":42,"target":2},{"source":42,"target":53},{"source":42,"target":8},{"source":53,"target":2},{"source":43,"target":7},{"source":43,"target":54},{"source":43,"target":8},{"source":54,"target":7},{"source":44,"target":10},{"source":44,"target":55},{"source":44,"target":8},{"source":55,"target":10},{"source":45,"target":12},{"source":45,"target":56},{"source":45,"target":8},{"source":56,"target":12},{"source":46,"target":14},{"source":46,"target":57},{"source":46,"target":8},{"source":57,"target":14},{"source":47,"target":15},{"source":47,"target":58},{"source":47,"target":8},{"source":58,"target":15},{"source":48,"target":59},{"source":48,"target":8},{"source":49,"target":17},{"source":49,"target":60},{"source":49,"target":8},{"source":60,"target":17},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":61,"target":63},{"source":61,"target":9},{"source":62,"target":15},{"source":62,"target":64},{"source":62,"target":9},{"source":64,"target":15},{"source":10,"target":0},{"source":10,"target":65},{"source":10,"target":66},{"source":65,"target":9},{"source":65,"target":67},{"source":65,"target":10},{"source":67,"target":9},{"source":11,"target":0},{"source":11,"target":68},{"source":11,"target":69},{"source":68,"target":70},{"source":68,"target":11},{"source":69,"target":15},{"source":69,"target":71},{"source":69,"target":11},{"source":71,"target":15},{"source":12,"target":0},{"source":12,"target":72},{"source":12,"target":73},{"source":72,"target":11},{"source":72,"target":74},{"source":72,"target":12},{"source":74,"target":11},{"source":13,"target":0},{"source":13,"target":75},{"source":13,"target":76},{"source":75,"target":77},{"source":75,"target":13},{"source":76,"target":15},{"source":76,"target":78},{"source":76,"target":13},{"source":78,"target":15},{"source":14,"target":0},{"source":14,"target":79},{"source":14,"target":80},{"source":79,"target":13},{"source":79,"target":81},{"source":79,"target":14},{"source":81,"target":13},{"source":15,"target":0},{"source":15,"target":82},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":15,"target":89},{"source":82,"target":90},{"source":82,"target":15},{"source":83,"target":91},{"source":83,"target":15},{"source":84,"target":5},{"source":84,"target":92},{"source":84,"target":15},{"source":92,"target":5},{"source":85,"target":93},{"source":85,"target":15},{"source":86,"target":94},{"source":86,"target":15},{"source":87,"target":95},{"source":87,"target":15},{"source":88,"target":18},{"source":88,"target":96},{"source":88,"target":15},{"source":96,"target":18},{"source":89,"target":97},{"source":89,"target":15},{"source":16,"target":0},{"source":16,"target":98},{"source":16,"target":99},{"source":98,"target":100},{"source":98,"target":16},{"source":99,"target":15},{"source":99,"target":101},{"source":99,"target":16},{"source":101,"target":15},{"source":17,"target":0},{"source":17,"target":102},{"source":17,"target":103},{"source":102,"target":16},{"source":102,"target":104},{"source":102,"target":17},{"source":104,"target":16},{"source":18,"target":0},{"source":18,"target":105},{"source":18,"target":106},{"source":18,"target":107},{"source":18,"target":108},{"source":18,"target":109},{"source":18,"target":110},{"source":18,"target":111},{"source":18,"target":112},{"source":18,"target":113},{"source":105,"target":19},{"source":105,"target":114},{"source":105,"target":18},{"source":114,"target":19},{"source":106,"target":115},{"source":106,"target":18},{"source":107,"target":116},{"source":107,"target":18},{"source":108,"target":117},{"source":108,"target":18},{"source":109,"target":118},{"source":109,"target":18},{"source":110,"target":119},{"source":110,"target":18},{"source":111,"target":120},{"source":111,"target":18},{"source":112,"target":121},{"source":112,"target":18},{"source":113,"target":122},{"source":113,"target":18},{"source":19,"target":0},{"source":19,"target":123},{"source":19,"target":124},{"source":123,"target":19},{"source":124,"target":19},{"source":20,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fsmReq" nsURI="http://puzzle.examples.fsmReq" nsPrefix="fsmReq">
<eClassifiers xsi:type="ecore:EClass" name="Block">
<eAnnotations source="Required"/>
<eOperations name="evalStatement">
<eParameters name="context">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EMap"/>
</eParameters>
</eOperations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/damenac/puzzle/examples/modularized-state-machines/fr.inria.diverse.puzzle.examples.fsm.syntax/models/fsm-required.ecore | ecore | fsmReq
Block
evalStatement
context | null | {"directed":true,"nodes":[{"nsPrefix":"fsmReq","nsURI":"http://puzzle.examples.fsmReq","name":"fsmReq","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"evalStatement","lowerBound":0,"id":2,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":3,"many":false,"required":false,"eClass":"EParameter"},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":1},{"source":2,"target":3},{"source":3,"target":4},{"source":3,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bootstrap"
nsURI="http://www.obeonetwork.org/2012/bootstrap" nsPrefix="bootstrap">
<eClassifiers xsi:type="ecore:EClass" name="Site">
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1"
eType="#//Page" containment="true" eOpposite="#//Page/site"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainPage" lowerBound="1"
eType="#//MainPage" containment="true" eOpposite="#//MainPage/site"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Page">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sections" lowerBound="1"
upperBound="-1" eType="#//Section" containment="true" eOpposite="#//Section/page"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="site" lowerBound="1" eType="#//Site"
eOpposite="#//Site/pages"/>
<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="MainPage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="site" lowerBound="1" eType="#//Site"
eOpposite="#//Site/mainPage"/>
</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"/>
<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="widgets" lowerBound="1"
upperBound="-1" eType="#//Widget" containment="true" eOpposite="#//Widget/section"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="page" lowerBound="1" eType="#//Page"
eOpposite="#//Page/sections"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Widget" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="section" lowerBound="1"
eType="#//Section" eOpposite="#//Section/widgets"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//Widget">
<eStructuralFeatures xsi:type="ecore:EReference" name="formWidgets" lowerBound="1"
upperBound="-1" eType="#//FormWidget" containment="true" eOpposite="#//FormWidget/form"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Widget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnNames" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rowNames" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="striped" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bordered" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//Widget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnNumber" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Video" eSuperTypes="#//Widget">
<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="Gallery" eSuperTypes="#//Widget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imagesPath" unique="false"
lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImagesBlock" eSuperTypes="#//Widget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imagesPath" unique="false"
lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormWidget" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="form" lowerBound="1" eType="#//Form"
eOpposite="#//Form/formWidgets"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextArea" eSuperTypes="#//FormWidget"/>
<eClassifiers xsi:type="ecore:EClass" name="Spinner" eSuperTypes="#//FormWidget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CheckBox" eSuperTypes="#//FormWidget">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/bootstrap.ecore | ecore | bootstrap
Site
pages
mainPage
title
Page
title
description
sections
site
name
MainPage
title
description
site
Section
title
description
widgets
page
Widget
title
section
Form
formWidgets
Table
columnNames
rowNames
striped
bordered
Text
columnNumber
Video
path
Gallery
imagesPath
ImagesBlock
imagesPath
FormWidget
label
form
TextArea
Spinner
values
CheckBox
description | null | {"directed":true,"nodes":[{"nsPrefix":"bootstrap","nsURI":"http://www.obeonetwork.org/2012/bootstrap","name":"bootstrap","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Site","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":"MainPage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Video","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gallery","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImagesBlock","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormWidget","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextArea","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spinner","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckBox","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mainPage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"site","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"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":"site","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":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":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","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":"description","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"widgets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formWidgets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"form","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"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":"columnNames","changeable":true,"lowerBound":1,"iD":false,"id":54,"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":"rowNames","changeable":true,"lowerBound":0,"iD":false,"id":55,"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":"striped","changeable":true,"lowerBound":1,"iD":false,"id":56,"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":"bordered","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":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnNumber","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"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":"imagesPath","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":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"imagesPath","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":1,"iD":false,"id":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":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":1},{"source":16,"target":20},{"source":19,"target":2},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":1},{"source":17,"target":22},{"source":21,"target":3},{"source":18,"target":23},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":20},{"source":2,"target":27},{"source":24,"target":28},{"source":24,"target":2},{"source":25,"target":29},{"source":25,"target":2},{"source":26,"target":4},{"source":26,"target":30},{"source":26,"target":2},{"source":26,"target":31},{"source":30,"target":4},{"source":20,"target":1},{"source":20,"target":32},{"source":20,"target":2},{"source":20,"target":16},{"source":32,"target":1},{"source":27,"target":33},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":22},{"source":34,"target":36},{"source":34,"target":3},{"source":35,"target":37},{"source":35,"target":3},{"source":22,"target":1},{"source":22,"target":38},{"source":22,"target":3},{"source":22,"target":17},{"source":38,"target":1},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":31},{"source":39,"target":42},{"source":39,"target":4},{"source":40,"target":43},{"source":40,"target":4},{"source":41,"target":5},{"source":41,"target":44},{"source":41,"target":4},{"source":41,"target":45},{"source":44,"target":5},{"source":31,"target":2},{"source":31,"target":46},{"source":31,"target":4},{"source":31,"target":26},{"source":46,"target":2},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":45},{"source":47,"target":48},{"source":47,"target":5},{"source":45,"target":4},{"source":45,"target":49},{"source":45,"target":5},{"source":45,"target":41},{"source":49,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":12},{"source":50,"target":52},{"source":50,"target":6},{"source":50,"target":53},{"source":52,"target":12},{"source":51,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":54,"target":59},{"source":54,"target":7},{"source":55,"target":60},{"source":55,"target":7},{"source":56,"target":61},{"source":56,"target":7},{"source":57,"target":62},{"source":57,"target":7},{"source":58,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":63},{"source":8,"target":64},{"source":63,"target":65},{"source":63,"target":8},{"source":64,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":66},{"source":9,"target":67},{"source":66,"target":68},{"source":66,"target":9},{"source":67,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":69},{"source":10,"target":70},{"source":69,"target":71},{"source":69,"target":10},{"source":70,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":72},{"source":11,"target":73},{"source":72,"target":74},{"source":72,"target":11},{"source":73,"target":5},{"source":12,"target":0},{"source":12,"target":75},{"source":12,"target":53},{"source":75,"target":76},{"source":75,"target":12},{"source":53,"target":6},{"source":53,"target":77},{"source":53,"target":12},{"source":53,"target":50},{"source":77,"target":6},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":78},{"source":78,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":79},{"source":14,"target":80},{"source":79,"target":81},{"source":79,"target":14},{"source":80,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":82},{"source":15,"target":83},{"source":82,"target":84},{"source":82,"target":15},{"source":83,"target":12}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="_VX6sMhirEem2CYYVeB7Aag" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VX8hYhirEem2CYYVeB7Aag" value="_VX8hYxirEem2CYYVeB7Aag"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="ELPackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//ELMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//ELField" containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VX7TQBirEem2CYYVeB7Aag" value="_VX7TQRirEem2CYYVeB7Aag"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1"
eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1"
eType="#//ELClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELField"/>
<eClassifiers xsi:type="ecore:EClass" name="ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELBlock">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//ELStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="placeholder6805251" eSuperTypes="#//ELCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELOp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//ELExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1"
eType="#//ELBlock" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//ELExpression" containment="true">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VX6sMBirEem2CYYVeB7Aag" value="_VX6sMRirEem2CYYVeB7Aag"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELOp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.modelversioning.org/ecoremutator">
<details key="_VX8hYBirEem2CYYVeB7Aag" value="_VX8hYRirEem2CYYVeB7Aag"/>
<details key="_VX9vgBirEem2CYYVeB7Aag" value="_VX9vgRirEem2CYYVeB7Aag"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_VX9IchirEem2CYYVeB7Aag"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"/>
<eClassifiers xsi:type="ecore:EClass" name="ELTypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1"
eType="#//ELPackage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ops" eType="#//ELOp" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//ELBlockStarementKind" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ELOpKind">
<eLiterals name="infix" literal="infix"/>
<eLiterals name="suffix"/>
<eLiterals name="prefix"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight045/7_a12.ecore | ecore | _VX6sMhirEem2CYYVeB7Aag
ELPackage
classes
ELClass
methods
fields
superClases
innerClasses
ELMethod
localVariables
block
ELField
ELStatement
ELBlock
statements
ELExpression
ELLiteral
value
placeholder6805251
kind
ELCall
arguments
callee
thisArgument
ELAccess
variable
ELBlockStatement
block
expressions
ELOp
kind
syntax
operands
_VX9IchirEem2CYYVeB7Aag
ELDataType
ELTypedElement
type
array
ELBlockStarementKind
blocks
expressions
ELModel
packages
ops
blocks
ELOpKind
infix
infix
suffix
suffix
prefix
prefix
ELAssignment
assignee | null | {"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"_VX6sMhirEem2CYYVeB7Aag","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"placeholder6805251","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":19,"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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_VX9IchirEem2CYYVeB7Aag","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":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":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","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":"ops","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":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"name":"infix","id":82,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":83,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":84,"value":0,"literal":"prefix","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":"assignee","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":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":20,"target":2},{"source":20,"target":21},{"source":20,"target":1},{"source":21,"target":2},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":22,"target":3},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":3},{"source":23,"target":4},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":4},{"source":24,"target":2},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":2},{"source":25,"target":2},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":30,"target":33},{"source":30,"target":3},{"source":31,"target":6},{"source":31,"target":34},{"source":31,"target":3},{"source":34,"target":6},{"source":32,"target":15},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":35},{"source":35,"target":5},{"source":35,"target":36},{"source":35,"target":6},{"source":36,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":37},{"source":37,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":40},{"source":38,"target":8},{"source":39,"target":7},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":41},{"source":9,"target":42},{"source":41,"target":13},{"source":41,"target":43},{"source":41,"target":9},{"source":43,"target":13},{"source":42,"target":10},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":44},{"source":10,"target":45},{"source":10,"target":46},{"source":10,"target":47},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":10},{"source":48,"target":7},{"source":45,"target":3},{"source":45,"target":49},{"source":45,"target":10},{"source":49,"target":3},{"source":46,"target":7},{"source":46,"target":50},{"source":46,"target":10},{"source":50,"target":7},{"source":47,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":51},{"source":11,"target":52},{"source":51,"target":53},{"source":51,"target":11},{"source":52,"target":7},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":54},{"source":12,"target":55},{"source":12,"target":56},{"source":54,"target":6},{"source":54,"target":57},{"source":54,"target":12},{"source":57,"target":6},{"source":55,"target":7},{"source":55,"target":58},{"source":55,"target":12},{"source":58,"target":7},{"source":56,"target":5},{"source":13,"target":0},{"source":13,"target":59},{"source":13,"target":60},{"source":13,"target":61},{"source":13,"target":62},{"source":59,"target":18},{"source":59,"target":63},{"source":59,"target":13},{"source":63,"target":18},{"source":60,"target":64},{"source":60,"target":13},{"source":61,"target":65},{"source":61,"target":13},{"source":62,"target":66},{"source":62,"target":13},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":67},{"source":67,"target":2},{"source":15,"target":0},{"source":15,"target":68},{"source":15,"target":69},{"source":68,"target":2},{"source":68,"target":70},{"source":68,"target":15},{"source":70,"target":2},{"source":69,"target":71},{"source":69,"target":15},{"source":16,"target":0},{"source":16,"target":72},{"source":16,"target":73},{"source":72,"target":74},{"source":72,"target":16},{"source":73,"target":75},{"source":73,"target":16},{"source":17,"target":0},{"source":17,"target":76},{"source":17,"target":77},{"source":17,"target":78},{"source":76,"target":1},{"source":76,"target":79},{"source":76,"target":17},{"source":79,"target":1},{"source":77,"target":13},{"source":77,"target":80},{"source":77,"target":17},{"source":80,"target":13},{"source":78,"target":16},{"source":78,"target":81},{"source":78,"target":17},{"source":81,"target":16},{"source":18,"target":0},{"source":18,"target":82},{"source":18,"target":83},{"source":18,"target":84},{"source":82,"target":18},{"source":83,"target":18},{"source":84,"target":18},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":85},{"source":19,"target":86},{"source":85,"target":87},{"source":85,"target":19},{"source":86,"target":5}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="services" nsURI="http://www.netxforge.com/13042011/services"
nsPrefix="services">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
		


			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.

			Validation with pattern is not used, considering the limited
			capabilities of
			XSD patterns.

		


			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.

			Validation with pattern is not used, considering the limited
			capabilities of
			XSD patterns.

		"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CFSService" eSuperTypes="#//Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Customer Facing Service.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CFSService"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Provider attributes holds the entity
							responsible for providing the service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Provider"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scenario" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Scenario attribute, holds a scenario for the
							service.

							Examples:
							1. SMS Mobile 2 Mobile
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Scenario"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CIID" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Configuration Item (CI)
				Identifier.
				The CI is used within Configuration Management to
				identify a
				configuration item.
				It can be used as an identifier to
				correlate objects to legacy
				systems.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CI-ID"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commonCIID" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The CommonCI_ID attribute holds a Unique number
							indicator in international CMS
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="CommonCI_ID"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localCIID" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The LocalCI_ID attribute holds a Unique
							identifier
							indicator in a local CMS (CI-ID)
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="localCI_ID"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivedResource" eSuperTypes="library.ecore#//BaseResource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				TODO
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DerivedResource"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ProfileValues reference, contains
								profile
								values. Profile values are populated with expressions.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Values"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="forecastValues" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ForecastValues reference, contains forecast
								values. Forecast values are populated with
								expressions, imported
								or
								entered manually.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ForecastValues"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="trendedValues" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The TrendedValues reference, contains trended
								values. Trended values are populated with
								expressions.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="TrendedValues"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DistributionEntry" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DistributionEntry"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceRef" eType="ecore:EClass library.ecore#//NetXResource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceResource reference, contains 0 or 1
								Resource type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="distribution" eType="#//DerivedResource"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceResource reference, contains 0 or
								more DerivedResource type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Distribution"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceOrigin" eType="#//ResourceOriginType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ResourceOrigin"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResourceOriginType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceOrigin_._type"/>
</eAnnotations>
<eLiterals name="InBound"/>
<eLiterals name="OutBound" value="1"/>
<eLiterals name="Internal" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ResourceOriginTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceOrigin_._type:Object"/>
<details key="baseType" value="ResourceOrigin_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RFSService" eSuperTypes="#//Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Resource Facing Service.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RFSService"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="ecore:EClass operators.ecore#//Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Nodes reference, references 0 or more Node
								types
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Nodes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="toleranceRefs" upperBound="-1"
eType="ecore:EClass library.ecore#//Tolerance">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ToleranceRefs reference, refers to 0 or
								more Tolerance types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ToleranceRefs"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionalCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The functionalCategory attribute holds the
							category of the service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="functionalCategory"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a service. A Service has a
				name, a Description, a Category and other information.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Service"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cIID" upperBound="-1" eType="#//CIID"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The CIID reference, contains 0 or more CI-ID
								type. This is to map capacity management with
								other processes in
								the Service Assurance domain.
								(Incident, Problem and Change
								management).
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="CIID"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lifecycle" eType="ecore:EClass generics.ecore#//Lifecycle"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Lifecycle reference, contains 0 or 1
								Lifecycle types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Lifecycle"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1"
eType="#//Service" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The Services reference, contains 0 or more
								Service types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Services"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceForecasts" upperBound="-1"
eType="#//ServiceForecast" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The ServiceForecasts reference, contains 0 or
								more ServiceForecast types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceForecasts"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceMonitors" upperBound="-1"
eType="#//ServiceMonitor" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The ServiceMonitors reference, contains 0 or
								more
								ServiceMonitor types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceMonitors"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceUserRefs" upperBound="-1"
eType="#//ServiceUser">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The ServiceUserRefs reference, references 0 or
								more ServiceUserRef types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceUserRefs"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceDistribution" eType="#//ServiceDistribution"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceDistrubution reference, contains 0
								or
								1 ServiceDistribution type
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceDistribution"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceCategory" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CI Group / OM Service Group (Service Category)
							The
							Service Category is used for a logical cluster of
							the service

							Examples:
							1. Voice/Telephony (peer to peer)
							2. Voice and Video
							conferencing (multi peer)
							3. Content delivery Data delivery
							Messaging
							4. Customer Self Administration
							5. Customer Care
							Administration
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceCategory"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceClass" eType="#//ServiceClassType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Offered classes of provided service:
							Gold/Silver/Bronze This is implicite the business priority
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceClass"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDescription" eType="ecore:EDataType generics.ecore#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceDescription attribute, holds the
							Description of the service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceDescription"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceName attribute, holds the name of the
							service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceName"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ServiceClassType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceClass_._type"/>
</eAnnotations>
<eLiterals name="Gold"/>
<eLiterals name="Silver" value="1"/>
<eLiterals name="Bronze" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ServiceClassTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceClass_._type:Object"/>
<details key="baseType" value="ServiceClass_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceDistribution" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing how the service is distributed
				across the Nodes.
				How the service is distributed over network depends
				on various factors.

				1. Geographical spread of the service.
				2. Service
				distribution mechanism implemented for functions.
				3. Overall network
				conditions i.e. load or specific node conditions,
				and measures for
				overload.

				The service distribution is derived from the node
				resources. The
				service distribution contains therefor the definition
				of "service resources" and expressions to populate these resources.
				(The expression is expected to add node resource values together
				and
				store the result in the defined Service Resource )

				TODO, The
				distribution should be organized by Function in order to
				present it
				as such. As the resource, is likely a copy of the
				a Function
				resource, we could perhaps keep a reference to the node
				Function,
				from which the service resource is derived through the
				expression.
				Another option, is to resolve the Function, from the
				resource name,
				but this would require additional lookups.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceDistribution"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="distributionEntries" upperBound="-1"
eType="#//DistributionEntry" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The DistributionEntries reference, contains 0 or
								more Entries.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DistributionEntries"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionRefs" upperBound="-1"
eType="ecore:EClass library.ecore#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceDistributionExpressionRefs
								reference,
								refers to 0 or more Expression types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpressionRefs"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceForecast" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceForecast. A
				ServiceForecast is a forecast of a service, which
				impacts the
				consumption of resources when using a service. The Forecast
				applies
				to a period, and contains Service forecast users.
				The forecast also
				has a name and a revision
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceForecast"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="ecore:EClass generics.ecore#//DateTimeRange"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Period reference, contains 0 or 1
								DatetimeRange types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Period"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceForecastUsers" upperBound="-1"
eType="#//ServiceForecastUsers" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceUser reference, contains 0 or more
								ServiceForecastUsers type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceForecastUsers"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceForecasts" upperBound="-1"
eType="ecore:EClass operators.ecore#//ResourceForecast" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ResourceForcasts reference, contains 0 or
								more ResourceForcast type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceForecasts"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceForecast.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Revision attribute holds the revision of
							this
							forecast.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Revision"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceForecastUsers" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceForecastUser. A
				ServiceForecastUser is a user of a service, which
				is forecasted over
				time. It has values and references a ServiceUser.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceForecastUsers"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="userValues" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The UserValues reference, contains expected
								service user values for a service.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="UserValues"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceUserRef" eType="#//ServiceUser">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceUser reference, references 0 or 1
								ServiceUser type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceUserRef"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceMonitor" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceMonitor. A
				ServiceMonitoris a monitoring run for a service, which
				has consumed
				resources. The Monitor applies to a period. The monitor
				has a name
				and a revision.

				The Monitor can be seen as a window covering a
				period, for the service,
				and underlying resources.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceMonitor"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="ecore:EClass generics.ecore#//DateTimeRange"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Period reference, contains 0 or 1
								DatetimeRange types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Period"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceMonitors" upperBound="-1"
eType="ecore:EClass operators.ecore#//ResourceMonitor" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ResourceMonitors reference, contains 0 or
								more ResourceForcast type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceMonitors"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceMonitor.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Revision attribute holds the revision of
							this
							monitor.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Revision"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceProfile" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the profile of a service. The
				Service profile can be generic for the service or location specific.
				The profile contains service parameters which drive the utilization
				of resources on elements tight to this
				service.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceProfile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="profileResources" upperBound="-1"
eType="#//DerivedResource" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ProfileResource reference, contains 0 or
								more Resource types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ProfileResources"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceProfile.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceUser" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceUser. A ServiceUser is
				a user of a service, which impacts the consumption of
				resources when
				using a service. A ServiceUser has a profile, and a name.

				Examples:
				1. A Service user postpaid subscriber is defined. It's profile is a
				postpaid subscriber profile with several
				values for.

			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceUser"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceProfile" eType="#//ServiceProfile"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceProfile reference, contains 0 or 1
								ServiceProfile type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceProfile"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionRef" eType="ecore:EClass library.ecore#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ExpressionRef reference, refers to 0 or
								1
								Expression types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpressionRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Description attribute, holds the
							Description of the service User.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceUser.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models/models/cdo/13042011/services.ecore | ecore | services
CFSService
provider
scenario
CIID
commonCIID
localCIID
DerivedResource
values
forecastValues
trendedValues
DistributionEntry
resourceRef
distribution
resourceOrigin
ResourceOriginType
InBound
InBound
OutBound
OutBound
Internal
Internal
ResourceOriginTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
RFSService
nodes
toleranceRefs
functionalCategory
Service
cIID
lifecycle
services
serviceForecasts
serviceMonitors
serviceUserRefs
serviceDistribution
serviceCategory
serviceClass
serviceDescription
serviceName
ServiceClassType
Gold
Gold
Silver
Silver
Bronze
Bronze
ServiceClassTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ServiceDistribution
distributionEntries
expressionRefs
ServiceForecast
period
serviceForecastUsers
resourceForecasts
name
revision
ServiceForecastUsers
userValues
serviceUserRef
ServiceMonitor
period
resourceMonitors
name
revision
ServiceProfile
profileResources
name
ServiceUser
serviceProfile
expressionRef
description
name | null | {"directed":true,"nodes":[{"nsPrefix":"services","nsURI":"http://www.netxforge.com/13042011/services","name":"services","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CFSService","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CIID","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedResource","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistributionEntry","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceOriginType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ResourceOriginTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RFSService","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ServiceClassType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ServiceClassTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceDistribution","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceForecast","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceForecastUsers","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceMonitor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceProfile","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceUser","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","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":"scenario","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commonCIID","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":"localCIID","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":"values","changeable":true,"resolveProxies":false,"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":"forecastValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trendedValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distribution","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"resourceOrigin","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"InBound","id":41,"value":0,"literal":"InBound","eClass":"EEnumLiteral"},{"name":"OutBound","id":42,"value":1,"literal":"OutBound","eClass":"EEnumLiteral"},{"name":"Internal","id":43,"value":2,"literal":"Internal","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toleranceRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionalCategory","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cIID","changeable":true,"resolveProxies":false,"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":"lifecycle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":false,"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":"serviceForecasts","changeable":true,"resolveProxies":false,"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":"serviceMonitors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceUserRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceDistribution","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceCategory","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"serviceClass","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":"serviceDescription","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":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"Gold","id":74,"value":0,"literal":"Gold","eClass":"EEnumLiteral"},{"name":"Silver","id":75,"value":1,"literal":"Silver","eClass":"EEnumLiteral"},{"name":"Bronze","id":76,"value":2,"literal":"Bronze","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":"distributionEntries","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressionRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceForecastUsers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceForecasts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"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":"userValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceUserRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceMonitors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"profileResources","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceProfile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressionRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":8},{"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":8},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":27,"target":31},{"source":27,"target":3},{"source":28,"target":32},{"source":28,"target":3},{"source":29,"target":33},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":34,"target":38},{"source":34,"target":4},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":3},{"source":36,"target":5},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":5},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":41,"target":5},{"source":42,"target":5},{"source":43,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":44,"target":48},{"source":44,"target":7},{"source":45,"target":49},{"source":45,"target":7},{"source":46,"target":50},{"source":46,"target":7},{"source":47,"target":8},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":51,"target":2},{"source":51,"target":63},{"source":51,"target":8},{"source":63,"target":2},{"source":52,"target":64},{"source":52,"target":8},{"source":53,"target":8},{"source":53,"target":65},{"source":53,"target":8},{"source":65,"target":8},{"source":54,"target":12},{"source":54,"target":66},{"source":54,"target":8},{"source":66,"target":12},{"source":55,"target":14},{"source":55,"target":67},{"source":55,"target":8},{"source":67,"target":14},{"source":56,"target":16},{"source":56,"target":68},{"source":56,"target":8},{"source":68,"target":16},{"source":57,"target":11},{"source":57,"target":69},{"source":57,"target":8},{"source":69,"target":11},{"source":58,"target":70},{"source":58,"target":8},{"source":59,"target":9},{"source":59,"target":71},{"source":59,"target":8},{"source":71,"target":9},{"source":60,"target":72},{"source":60,"target":8},{"source":61,"target":73},{"source":61,"target":8},{"source":9,"target":0},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":74,"target":9},{"source":75,"target":9},{"source":76,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":77,"target":4},{"source":77,"target":80},{"source":77,"target":11},{"source":80,"target":4},{"source":78,"target":81},{"source":78,"target":11},{"source":12,"target":0},{"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":82,"target":88},{"source":82,"target":12},{"source":83,"target":13},{"source":83,"target":89},{"source":83,"target":12},{"source":89,"target":13},{"source":84,"target":90},{"source":84,"target":12},{"source":85,"target":91},{"source":85,"target":12},{"source":86,"target":92},{"source":86,"target":12},{"source":13,"target":0},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":93,"target":96},{"source":93,"target":13},{"source":94,"target":16},{"source":94,"target":97},{"source":94,"target":13},{"source":97,"target":16},{"source":14,"target":0},{"source":14,"target":98},{"source":14,"target":99},{"source":14,"target":100},{"source":14,"target":101},{"source":14,"target":102},{"source":98,"target":103},{"source":98,"target":14},{"source":99,"target":104},{"source":99,"target":14},{"source":100,"target":105},{"source":100,"target":14},{"source":101,"target":106},{"source":101,"target":14},{"source":15,"target":0},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":107,"target":3},{"source":107,"target":110},{"source":107,"target":15},{"source":110,"target":3},{"source":108,"target":111},{"source":108,"target":15},{"source":16,"target":0},{"source":16,"target":112},{"source":16,"target":113},{"source":16,"target":114},{"source":16,"target":115},{"source":16,"target":116},{"source":112,"target":15},{"source":112,"target":117},{"source":112,"target":16},{"source":117,"target":15},{"source":113,"target":118},{"source":113,"target":16},{"source":114,"target":119},{"source":114,"target":16},{"source":115,"target":120},{"source":115,"target":16}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="P0">
<eClassifiers xsi:type="ecore:EClass" name="A">
<eStructuralFeatures xsi:type="ecore:EReference" name="refToB" eType="#//B"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="B"/>
<eClassifiers xsi:type="ecore:EClass" name="C">
<eStructuralFeatures xsi:type="ecore:EReference" name="refToD" eType="#//D"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="D"/>
<eClassifiers xsi:type="ecore:EClass" name="E">
<eStructuralFeatures xsi:type="ecore:EReference" name="refToF" eType="#//F"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="F"/>
<eSubpackages name="P1">
<eClassifiers xsi:type="ecore:EClass" name="C1A">
<eStructuralFeatures xsi:type="ecore:EReference" name="refToC1B" eType="#//P1/C1B"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="C1B"/>
</eSubpackages>
<eSubpackages name="P2">
<eClassifiers xsi:type="ecore:EClass" name="G" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="G1" abstract="true" eSuperTypes="#//P2/G"/>
<eClassifiers xsi:type="ecore:EClass" name="G2" abstract="true" eSuperTypes="#//P2/G"/>
<eClassifiers xsi:type="ecore:EClass" name="H" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="H1" abstract="true" eSuperTypes="#//P2/H"/>
<eClassifiers xsi:type="ecore:EClass" name="H2" abstract="true" eSuperTypes="#//P2/H"/>
<eClassifiers xsi:type="ecore:EClass" name="H3" abstract="true" eSuperTypes="#//P2/H"/>
<eClassifiers xsi:type="ecore:EClass" name="H4" abstract="true" eSuperTypes="#//P2/H"/>
<eClassifiers xsi:type="ecore:EClass" name="H5" abstract="true" eSuperTypes="#//P2/H"/>
<eClassifiers xsi:type="ecore:EClass" name="I" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="I1" abstract="true" eSuperTypes="#//P2/I"/>
<eClassifiers xsi:type="ecore:EClass" name="I2" abstract="true" eSuperTypes="#//P2/I"/>
<eClassifiers xsi:type="ecore:EClass" name="I3" abstract="true" eSuperTypes="#//P2/I"/>
<eClassifiers xsi:type="ecore:EClass" name="I4" abstract="true" eSuperTypes="#//P2/I"/>
<eClassifiers xsi:type="ecore:EClass" name="I5" abstract="true" eSuperTypes="#//P2/I"/>
<eClassifiers xsi:type="ecore:EClass" name="I6" abstract="true" eSuperTypes="#//P2/I"/>
<eClassifiers xsi:type="ecore:EClass" name="I7" abstract="true" eSuperTypes="#//P2/I"/>
<eClassifiers xsi:type="ecore:EClass" name="J" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="J1" abstract="true" eSuperTypes="#//P2/J"/>
<eClassifiers xsi:type="ecore:EClass" name="J2" abstract="true" eSuperTypes="#//P2/J"/>
<eClassifiers xsi:type="ecore:EClass" name="J3" abstract="true" eSuperTypes="#//P2/J"/>
<eClassifiers xsi:type="ecore:EClass" name="J4" abstract="true" eSuperTypes="#//P2/J"/>
<eClassifiers xsi:type="ecore:EClass" name="K"/>
<eClassifiers xsi:type="ecore:EClass" name="K1" eSuperTypes="#//P2/K"/>
<eClassifiers xsi:type="ecore:EClass" name="K11" eSuperTypes="#//P2/K1"/>
<eClassifiers xsi:type="ecore:EClass" name="K12" eSuperTypes="#//P2/K1"/>
<eClassifiers xsi:type="ecore:EClass" name="K13" eSuperTypes="#//P2/K1"/>
<eClassifiers xsi:type="ecore:EClass" name="K14" eSuperTypes="#//P2/K1"/>
<eClassifiers xsi:type="ecore:EClass" name="K2" eSuperTypes="#//P2/K"/>
<eClassifiers xsi:type="ecore:EClass" name="K21" eSuperTypes="#//P2/K2"/>
<eClassifiers xsi:type="ecore:EClass" name="K22" eSuperTypes="#//P2/K2"/>
<eClassifiers xsi:type="ecore:EClass" name="K3" eSuperTypes="#//P2/K"/>
<eClassifiers xsi:type="ecore:EClass" name="K31" eSuperTypes="#//P2/K3"/>
<eClassifiers xsi:type="ecore:EClass" name="K311" eSuperTypes="#//P2/K31"/>
<eClassifiers xsi:type="ecore:EClass" name="K312" eSuperTypes="#//P2/K31"/>
<eClassifiers xsi:type="ecore:EClass" name="K32" eSuperTypes="#//P2/K3"/>
<eClassifiers xsi:type="ecore:EClass" name="K321" eSuperTypes="#//P2/K32"/>
<eClassifiers xsi:type="ecore:EClass" name="K322" eSuperTypes="#//P2/K32"/>
<eClassifiers xsi:type="ecore:EClass" name="K33" eSuperTypes="#//P2/K3"/>
<eClassifiers xsi:type="ecore:EClass" name="K331" eSuperTypes="#//P2/K33"/>
<eClassifiers xsi:type="ecore:EClass" name="K332" eSuperTypes="#//P2/K33"/>
<eClassifiers xsi:type="ecore:EClass" name="K333" eSuperTypes="#//P2/K33"/>
<eClassifiers xsi:type="ecore:EClass" name="K334" eSuperTypes="#//P2/K33"/>
<eClassifiers xsi:type="ecore:EClass" name="K335" eSuperTypes="#//P2/K33"/>
<eClassifiers xsi:type="ecore:EClass" name="K34" eSuperTypes="#//P2/K3"/>
<eClassifiers xsi:type="ecore:EClass" name="K4" eSuperTypes="#//P2/K"/>
<eClassifiers xsi:type="ecore:EClass" name="K41" eSuperTypes="#//P2/K4"/>
<eClassifiers xsi:type="ecore:EClass" name="K411" eSuperTypes="#//P2/K41"/>
<eClassifiers xsi:type="ecore:EClass" name="K412" eSuperTypes="#//P2/K41"/>
<eClassifiers xsi:type="ecore:EClass" name="K413" eSuperTypes="#//P2/K41"/>
<eClassifiers xsi:type="ecore:EClass" name="K414" eSuperTypes="#//P2/K41"/>
<eClassifiers xsi:type="ecore:EClass" name="K415" eSuperTypes="#//P2/K41"/>
<eClassifiers xsi:type="ecore:EClass" name="K42" eSuperTypes="#//P2/K4"/>
<eClassifiers xsi:type="ecore:EClass" name="K421" eSuperTypes="#//P2/K42"/>
<eClassifiers xsi:type="ecore:EClass" name="K422" eSuperTypes="#//P2/K42"/>
<eClassifiers xsi:type="ecore:EClass" name="K423" eSuperTypes="#//P2/K42"/>
<eClassifiers xsi:type="ecore:EClass" name="K5" eSuperTypes="#//P2/K"/>
<eClassifiers xsi:type="ecore:EClass" name="K51" eSuperTypes="#//P2/K5"/>
<eClassifiers xsi:type="ecore:EClass" name="K52" eSuperTypes="#//P2/K5"/>
<eClassifiers xsi:type="ecore:EClass" name="K53" eSuperTypes="#//P2/K5"/>
<eClassifiers xsi:type="ecore:EClass" name="K54" eSuperTypes="#//P2/K5"/>
<eClassifiers xsi:type="ecore:EClass" name="K55" eSuperTypes="#//P2/K5"/>
<eClassifiers xsi:type="ecore:EClass" name="K56" eSuperTypes="#//P2/K5"/>
</eSubpackages>
<eSubpackages name="P3">
<eClassifiers xsi:type="ecore:EClass" name="L">
<eStructuralFeatures xsi:type="ecore:EReference" name="toM" eType="#//P3/M"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="M"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/pcdavid/org.eclipse.sirius/plugins/org.eclipse.sirius.tests.swtbot/data/unit/edgeLabelMove/edgeLabelsMoveTest.ecore | ecore | P0
A
refToB
B
C
refToD
D
E
refToF
F
P1
C1A
refToC1B
C1B
P2
G
G1
G2
H
H1
H2
H3
H4
H5
I
I1
I2
I3
I4
I5
I6
I7
J
J1
J2
J3
J4
K
K1
K11
K12
K13
K14
K2
K21
K22
K3
K31
K311
K312
K32
K321
K322
K33
K331
K332
K333
K334
K335
K34
K4
K41
K411
K412
K413
K414
K415
K42
K421
K422
K423
K5
K51
K52
K53
K54
K55
K56
P3
L
toM
M | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"P0","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"F","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"P1","id":7,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P2","id":8,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P3","id":9,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refToB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refToD","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refToF","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C1A","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C1B","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":"refToC1B","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G1","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G2","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H1","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H2","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H3","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H4","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H5","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I1","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I2","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I3","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I4","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I5","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I6","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I7","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"J","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"J1","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"J2","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"J3","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"J4","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K1","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K11","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K12","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K13","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K14","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K2","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K21","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K22","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K3","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K31","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K311","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K312","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K32","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K321","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K322","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K33","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K331","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K332","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K333","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K334","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K335","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K34","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K4","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K41","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K411","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K412","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K413","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K414","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K415","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K42","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K421","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K422","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K423","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K5","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K51","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K52","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K53","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K54","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K55","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K56","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"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"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"M","instanceClass":null,"abstract":false,"id":142,"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":"toM","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":3,"target":0},{"source":3,"target":12},{"source":12,"target":4},{"source":12,"target":13},{"source":12,"target":3},{"source":13,"target":4},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":14},{"source":14,"target":6},{"source":14,"target":15},{"source":14,"target":5},{"source":15,"target":6},{"source":6,"target":0},{"source":7,"target":16},{"source":7,"target":17},{"source":7,"target":0},{"source":16,"target":7},{"source":16,"target":18},{"source":18,"target":17},{"source":18,"target":19},{"source":18,"target":16},{"source":19,"target":17},{"source":17,"target":7},{"source":8,"target":20},{"source":8,"target":21},{"source":8,"target":22},{"source":8,"target":23},{"source":8,"target":24},{"source":8,"target":25},{"source":8,"target":26},{"source":8,"target":27},{"source":8,"target":28},{"source":8,"target":29},{"source":8,"target":30},{"source":8,"target":31},{"source":8,"target":32},{"source":8,"target":33},{"source":8,"target":34},{"source":8,"target":35},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":8,"target":39},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":0},{"source":20,"target":8},{"source":21,"target":8},{"source":21,"target":20},{"source":21,"target":83},{"source":83,"target":20},{"source":22,"target":8},{"source":22,"target":20},{"source":22,"target":84},{"source":84,"target":20},{"source":23,"target":8},{"source":24,"target":8},{"source":24,"target":23},{"source":24,"target":85},{"source":85,"target":23},{"source":25,"target":8},{"source":25,"target":23},{"source":25,"target":86},{"source":86,"target":23},{"source":26,"target":8},{"source":26,"target":23},{"source":26,"target":87},{"source":87,"target":23},{"source":27,"target":8},{"source":27,"target":23},{"source":27,"target":88},{"source":88,"target":23},{"source":28,"target":8},{"source":28,"target":23},{"source":28,"target":89},{"source":89,"target":23},{"source":29,"target":8},{"source":30,"target":8},{"source":30,"target":29},{"source":30,"target":90},{"source":90,"target":29},{"source":31,"target":8},{"source":31,"target":29},{"source":31,"target":91},{"source":91,"target":29},{"source":32,"target":8},{"source":32,"target":29},{"source":32,"target":92},{"source":92,"target":29},{"source":33,"target":8},{"source":33,"target":29},{"source":33,"target":93},{"source":93,"target":29},{"source":34,"target":8},{"source":34,"target":29},{"source":34,"target":94},{"source":94,"target":29},{"source":35,"target":8},{"source":35,"target":29},{"source":35,"target":95},{"source":95,"target":29},{"source":36,"target":8},{"source":36,"target":29},{"source":36,"target":96},{"source":96,"target":29},{"source":37,"target":8},{"source":38,"target":8},{"source":38,"target":37},{"source":38,"target":97},{"source":97,"target":37},{"source":39,"target":8},{"source":39,"target":37},{"source":39,"target":98},{"source":98,"target":37},{"source":40,"target":8},{"source":40,"target":37},{"source":40,"target":99},{"source":99,"target":37},{"source":41,"target":8},{"source":41,"target":37},{"source":41,"target":100},{"source":100,"target":37},{"source":42,"target":8},{"source":43,"target":8},{"source":43,"target":42},{"source":43,"target":101},{"source":101,"target":42},{"source":44,"target":8},{"source":44,"target":43},{"source":44,"target":102},{"source":102,"target":43},{"source":45,"target":8},{"source":45,"target":43},{"source":45,"target":103},{"source":103,"target":43},{"source":46,"target":8},{"source":46,"target":43},{"source":46,"target":104},{"source":104,"target":43},{"source":47,"target":8},{"source":47,"target":43},{"source":47,"target":105},{"source":105,"target":43},{"source":48,"target":8},{"source":48,"target":42},{"source":48,"target":106},{"source":106,"target":42},{"source":49,"target":8},{"source":49,"target":48},{"source":49,"target":107},{"source":107,"target":48},{"source":50,"target":8},{"source":50,"target":48},{"source":50,"target":108},{"source":108,"target":48},{"source":51,"target":8},{"source":51,"target":42},{"source":51,"target":109},{"source":109,"target":42},{"source":52,"target":8},{"source":52,"target":51},{"source":52,"target":110},{"source":110,"target":51},{"source":53,"target":8},{"source":53,"target":52},{"source":53,"target":111},{"source":111,"target":52},{"source":54,"target":8},{"source":54,"target":52},{"source":54,"target":112},{"source":112,"target":52},{"source":55,"target":8},{"source":55,"target":51},{"source":55,"target":113},{"source":113,"target":51},{"source":56,"target":8},{"source":56,"target":55},{"source":56,"target":114},{"source":114,"target":55},{"source":57,"target":8},{"source":57,"target":55},{"source":57,"target":115},{"source":115,"target":55},{"source":58,"target":8},{"source":58,"target":51},{"source":58,"target":116},{"source":116,"target":51},{"source":59,"target":8},{"source":59,"target":58},{"source":59,"target":117},{"source":117,"target":58},{"source":60,"target":8},{"source":60,"target":58},{"source":60,"target":118},{"source":118,"target":58},{"source":61,"target":8},{"source":61,"target":58},{"source":61,"target":119},{"source":119,"target":58},{"source":62,"target":8},{"source":62,"target":58},{"source":62,"target":120},{"source":120,"target":58},{"source":63,"target":8},{"source":63,"target":58},{"source":63,"target":121},{"source":121,"target":58},{"source":64,"target":8},{"source":64,"target":51},{"source":64,"target":122},{"source":122,"target":51},{"source":65,"target":8},{"source":65,"target":42},{"source":65,"target":123},{"source":123,"target":42},{"source":66,"target":8},{"source":66,"target":65},{"source":66,"target":124},{"source":124,"target":65},{"source":67,"target":8},{"source":67,"target":66},{"source":67,"target":125},{"source":125,"target":66},{"source":68,"target":8},{"source":68,"target":66},{"source":68,"target":126},{"source":126,"target":66},{"source":69,"target":8},{"source":69,"target":66},{"source":69,"target":127},{"source":127,"target":66},{"source":70,"target":8},{"source":70,"target":66},{"source":70,"target":128},{"source":128,"target":66},{"source":71,"target":8},{"source":71,"target":66},{"source":71,"target":129},{"source":129,"target":66},{"source":72,"target":8},{"source":72,"target":65},{"source":72,"target":130},{"source":130,"target":65},{"source":73,"target":8},{"source":73,"target":72},{"source":73,"target":131},{"source":131,"target":72},{"source":74,"target":8},{"source":74,"target":72},{"source":74,"target":132},{"source":132,"target":72},{"source":75,"target":8},{"source":75,"target":72},{"source":75,"target":133},{"source":133,"target":72},{"source":76,"target":8},{"source":76,"target":42},{"source":76,"target":134},{"source":134,"target":42},{"source":77,"target":8},{"source":77,"target":76},{"source":77,"target":135},{"source":135,"target":76},{"source":78,"target":8},{"source":78,"target":76},{"source":78,"target":136},{"source":136,"target":76},{"source":79,"target":8},{"source":79,"target":76},{"source":79,"target":137},{"source":137,"target":76},{"source":80,"target":8},{"source":80,"target":76},{"source":80,"target":138},{"source":138,"target":76},{"source":81,"target":8},{"source":81,"target":76},{"source":81,"target":139},{"source":139,"target":76},{"source":82,"target":8},{"source":82,"target":76},{"source":82,"target":140},{"source":140,"target":76},{"source":9,"target":141},{"source":9,"target":142},{"source":9,"target":0},{"source":141,"target":9},{"source":141,"target":143},{"source":143,"target":142},{"source":143,"target":144},{"source":143,"target":141},{"source":144,"target":142},{"source":142,"target":9}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="services" nsURI="http://www.netxforge.com/16042013/services"
nsPrefix="services">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
		


			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.

			Validation with pattern is not used, considering the limited
			capabilities of
			XSD patterns.

		


			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.

			Validation with pattern is not used, considering the limited
			capabilities of
			XSD patterns.

		"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CFSService" eSuperTypes="#//Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Customer Facing Service.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CFSService"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Provider attributes holds the entity
							responsible for providing the service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Provider"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scenario" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Scenario attribute, holds a scenario for the
							service.

							Examples:
							1. SMS Mobile 2 Mobile
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Scenario"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CIID" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Configuration Item (CI)
				Identifier.
				The CI is used within Configuration Management to
				identify a
				configuration item.
				It can be used as an identifier to
				correlate objects to legacy
				systems.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CI-ID"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commonCIID" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The CommonCI_ID attribute holds a Unique number
							indicator in international CMS
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="CommonCI_ID"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localCIID" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The LocalCI_ID attribute holds a Unique
							identifier
							indicator in a local CMS (CI-ID)
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="localCI_ID"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivedResource" eSuperTypes="library.ecore#//BaseResource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				TODO
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DerivedResource"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ProfileValues reference, contains
								profile
								values. Profile values are populated with expressions.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Values"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="forecastValues" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ForecastValues reference, contains forecast
								values. Forecast values are populated with
								expressions, imported
								or
								entered manually.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ForecastValues"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="trendedValues" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The TrendedValues reference, contains trended
								values. Trended values are populated with
								expressions.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="TrendedValues"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DistributionEntry" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DistributionEntry"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceRef" eType="ecore:EClass library.ecore#//NetXResource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceResource reference, contains 0 or 1
								Resource type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="distribution" eType="#//DerivedResource"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceResource reference, contains 0 or
								more DerivedResource type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Distribution"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceOrigin" eType="#//ResourceOriginType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ResourceOrigin"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResourceOriginType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceOrigin_._type"/>
</eAnnotations>
<eLiterals name="InBound"/>
<eLiterals name="OutBound" value="1"/>
<eLiterals name="Internal" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ResourceOriginTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceOrigin_._type:Object"/>
<details key="baseType" value="ResourceOrigin_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RFSService" eSuperTypes="#//Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Resource Facing Service.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RFSService"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="ecore:EClass operators.ecore#//Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Nodes reference, references 0 or more Node
								types
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Nodes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="toleranceRefs" upperBound="-1"
eType="ecore:EClass library.ecore#//Tolerance">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ToleranceRefs reference, refers to 0 or
								more Tolerance types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ToleranceRefs"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionalCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The functionalCategory attribute holds the
							category of the service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="functionalCategory"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a service. A Service has a
				name, a Description, a Category and other information.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Service"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cIID" upperBound="-1" eType="#//CIID"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The CIID reference, contains 0 or more CI-ID
								type. This is to map capacity management with
								other processes in
								the Service Assurance domain.
								(Incident, Problem and Change
								management).
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="CIID"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lifecycle" eType="ecore:EClass generics.ecore#//Lifecycle"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Lifecycle reference, contains 0 or 1
								Lifecycle types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Lifecycle"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1"
eType="#//Service" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The Services reference, contains 0 or more
								Service types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Services"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceForecasts" upperBound="-1"
eType="#//ServiceForecast" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The ServiceForecasts reference, contains 0 or
								more ServiceForecast types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceForecasts"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceMonitors" upperBound="-1"
eType="#//ServiceMonitor" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The ServiceMonitors reference, contains 0 or
								more
								ServiceMonitor types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceMonitors"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceUserRefs" upperBound="-1"
eType="#//ServiceUser">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The ServiceUserRefs reference, references 0 or
								more ServiceUserRef types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceUserRefs"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceDistribution" eType="#//ServiceDistribution"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceDistrubution reference, contains 0
								or
								1 ServiceDistribution type
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceDistribution"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceCategory" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CI Group / OM Service Group (Service Category)
							The
							Service Category is used for a logical cluster of
							the service

							Examples:
							1. Voice/Telephony (peer to peer)
							2. Voice and Video
							conferencing (multi peer)
							3. Content delivery Data delivery
							Messaging
							4. Customer Self Administration
							5. Customer Care
							Administration
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceCategory"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceClass" eType="#//ServiceClassType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Offered classes of provided service:
							Gold/Silver/Bronze This is implicite the business priority
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceClass"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDescription" eType="ecore:EDataType generics.ecore#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceDescription attribute, holds the
							Description of the service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceDescription"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceName attribute, holds the name of the
							service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceName"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ServiceClassType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceClass_._type"/>
</eAnnotations>
<eLiterals name="Gold"/>
<eLiterals name="Silver" value="1"/>
<eLiterals name="Bronze" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ServiceClassTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceClass_._type:Object"/>
<details key="baseType" value="ServiceClass_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceDistribution" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing how the service is distributed
				across the Nodes.
				How the service is distributed over network depends
				on various factors.

				1. Geographical spread of the service.
				2. Service
				distribution mechanism implemented for functions.
				3. Overall network
				conditions i.e. load or specific node conditions,
				and measures for
				overload.

				The service distribution is derived from the node
				resources. The
				service distribution contains therefor the definition
				of "service resources" and expressions to populate these resources.
				(The expression is expected to add node resource values together
				and
				store the result in the defined Service Resource )

				TODO, The
				distribution should be organized by Function in order to
				present it
				as such. As the resource, is likely a copy of the
				a Function
				resource, we could perhaps keep a reference to the node
				Function,
				from which the service resource is derived through the
				expression.
				Another option, is to resolve the Function, from the
				resource name,
				but this would require additional lookups.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceDistribution"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="distributionEntries" upperBound="-1"
eType="#//DistributionEntry" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The DistributionEntries reference, contains 0 or
								more Entries.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DistributionEntries"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionRefs" upperBound="-1"
eType="ecore:EClass library.ecore#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceDistributionExpressionRefs
								reference,
								refers to 0 or more Expression types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpressionRefs"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceForecast" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceForecast. A
				ServiceForecast is a forecast of a service, which
				impacts the
				consumption of resources when using a service. The Forecast
				applies
				to a period, and contains Service forecast users.
				The forecast also
				has a name and a revision
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceForecast"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="ecore:EClass generics.ecore#//DateTimeRange"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Period reference, contains 0 or 1
								DatetimeRange types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Period"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceForecastUsers" upperBound="-1"
eType="#//ServiceForecastUsers" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceUser reference, contains 0 or more
								ServiceForecastUsers type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceForecastUsers"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceForecasts" upperBound="-1"
eType="ecore:EClass operators.ecore#//ResourceForecast" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ResourceForcasts reference, contains 0 or
								more ResourceForcast type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceForecasts"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceForecast.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Revision attribute holds the revision of
							this
							forecast.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Revision"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceForecastUsers" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceForecastUser. A
				ServiceForecastUser is a user of a service, which
				is forecasted over
				time. It has values and references a ServiceUser.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceForecastUsers"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="userValues" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The UserValues reference, contains expected
								service user values for a service.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="UserValues"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceUserRef" eType="#//ServiceUser">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceUser reference, references 0 or 1
								ServiceUser type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceUserRef"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceMonitor" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceMonitor. A
				ServiceMonitoris a monitoring run for a service, which
				has consumed
				resources. The Monitor applies to a period. The monitor
				has a name
				and a revision.

				The Monitor can be seen as a window covering a
				period, for the service,
				and underlying resources.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceMonitor"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="ecore:EClass generics.ecore#//DateTimeRange"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Period reference, contains 0 or 1
								DatetimeRange types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Period"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceMonitors" upperBound="-1"
eType="ecore:EClass operators.ecore#//ResourceMonitor" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ResourceMonitors reference, contains 0 or
								more ResourceForcast type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceMonitors"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceMonitor.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Revision attribute holds the revision of
							this
							monitor.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Revision"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceProfile" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the profile of a service. The
				Service profile can be generic for the service or location specific.
				The profile contains service parameters which drive the utilization
				of resources on elements tight to this
				service.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceProfile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="profileResources" upperBound="-1"
eType="#//DerivedResource" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ProfileResource reference, contains 0 or
								more Resource types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ProfileResources"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceProfile.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceUser" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceUser. A ServiceUser is
				a user of a service, which impacts the consumption of
				resources when
				using a service. A ServiceUser has a profile, and a name.

				Examples:
				1. A Service user postpaid subscriber is defined. It's profile is a
				postpaid subscriber profile with several
				values for.

			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceUser"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceProfile" eType="#//ServiceProfile"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceProfile reference, contains 0 or 1
								ServiceProfile type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceProfile"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionRef" eType="ecore:EClass library.ecore#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ExpressionRef reference, refers to 0 or
								1
								Expression types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpressionRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Description attribute, holds the
							Description of the service User.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceUser.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models/models/cdo/16042013/services.ecore | ecore | services
CFSService
provider
scenario
CIID
commonCIID
localCIID
DerivedResource
values
forecastValues
trendedValues
DistributionEntry
resourceRef
distribution
resourceOrigin
ResourceOriginType
InBound
InBound
OutBound
OutBound
Internal
Internal
ResourceOriginTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
RFSService
nodes
toleranceRefs
functionalCategory
Service
cIID
lifecycle
services
serviceForecasts
serviceMonitors
serviceUserRefs
serviceDistribution
serviceCategory
serviceClass
serviceDescription
serviceName
ServiceClassType
Gold
Gold
Silver
Silver
Bronze
Bronze
ServiceClassTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ServiceDistribution
distributionEntries
expressionRefs
ServiceForecast
period
serviceForecastUsers
resourceForecasts
name
revision
ServiceForecastUsers
userValues
serviceUserRef
ServiceMonitor
period
resourceMonitors
name
revision
ServiceProfile
profileResources
name
ServiceUser
serviceProfile
expressionRef
description
name | null | {"directed":true,"nodes":[{"nsPrefix":"services","nsURI":"http://www.netxforge.com/16042013/services","name":"services","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CFSService","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CIID","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedResource","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistributionEntry","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceOriginType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ResourceOriginTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RFSService","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ServiceClassType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ServiceClassTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceDistribution","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceForecast","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceForecastUsers","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceMonitor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceProfile","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceUser","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","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":"scenario","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commonCIID","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":"localCIID","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":"values","changeable":true,"resolveProxies":false,"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":"forecastValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trendedValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distribution","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"resourceOrigin","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"InBound","id":41,"value":0,"literal":"InBound","eClass":"EEnumLiteral"},{"name":"OutBound","id":42,"value":1,"literal":"OutBound","eClass":"EEnumLiteral"},{"name":"Internal","id":43,"value":2,"literal":"Internal","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toleranceRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionalCategory","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cIID","changeable":true,"resolveProxies":false,"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":"lifecycle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":false,"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":"serviceForecasts","changeable":true,"resolveProxies":false,"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":"serviceMonitors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceUserRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceDistribution","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceCategory","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"serviceClass","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":"serviceDescription","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":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"Gold","id":74,"value":0,"literal":"Gold","eClass":"EEnumLiteral"},{"name":"Silver","id":75,"value":1,"literal":"Silver","eClass":"EEnumLiteral"},{"name":"Bronze","id":76,"value":2,"literal":"Bronze","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":"distributionEntries","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressionRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceForecastUsers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceForecasts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"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":"userValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceUserRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceMonitors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"profileResources","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceProfile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressionRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":8},{"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":8},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":27,"target":31},{"source":27,"target":3},{"source":28,"target":32},{"source":28,"target":3},{"source":29,"target":33},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":34,"target":38},{"source":34,"target":4},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":3},{"source":36,"target":5},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":5},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":41,"target":5},{"source":42,"target":5},{"source":43,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":44,"target":48},{"source":44,"target":7},{"source":45,"target":49},{"source":45,"target":7},{"source":46,"target":50},{"source":46,"target":7},{"source":47,"target":8},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":51,"target":2},{"source":51,"target":63},{"source":51,"target":8},{"source":63,"target":2},{"source":52,"target":64},{"source":52,"target":8},{"source":53,"target":8},{"source":53,"target":65},{"source":53,"target":8},{"source":65,"target":8},{"source":54,"target":12},{"source":54,"target":66},{"source":54,"target":8},{"source":66,"target":12},{"source":55,"target":14},{"source":55,"target":67},{"source":55,"target":8},{"source":67,"target":14},{"source":56,"target":16},{"source":56,"target":68},{"source":56,"target":8},{"source":68,"target":16},{"source":57,"target":11},{"source":57,"target":69},{"source":57,"target":8},{"source":69,"target":11},{"source":58,"target":70},{"source":58,"target":8},{"source":59,"target":9},{"source":59,"target":71},{"source":59,"target":8},{"source":71,"target":9},{"source":60,"target":72},{"source":60,"target":8},{"source":61,"target":73},{"source":61,"target":8},{"source":9,"target":0},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":74,"target":9},{"source":75,"target":9},{"source":76,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":77,"target":4},{"source":77,"target":80},{"source":77,"target":11},{"source":80,"target":4},{"source":78,"target":81},{"source":78,"target":11},{"source":12,"target":0},{"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":82,"target":88},{"source":82,"target":12},{"source":83,"target":13},{"source":83,"target":89},{"source":83,"target":12},{"source":89,"target":13},{"source":84,"target":90},{"source":84,"target":12},{"source":85,"target":91},{"source":85,"target":12},{"source":86,"target":92},{"source":86,"target":12},{"source":13,"target":0},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":93,"target":96},{"source":93,"target":13},{"source":94,"target":16},{"source":94,"target":97},{"source":94,"target":13},{"source":97,"target":16},{"source":14,"target":0},{"source":14,"target":98},{"source":14,"target":99},{"source":14,"target":100},{"source":14,"target":101},{"source":14,"target":102},{"source":98,"target":103},{"source":98,"target":14},{"source":99,"target":104},{"source":99,"target":14},{"source":100,"target":105},{"source":100,"target":14},{"source":101,"target":106},{"source":101,"target":14},{"source":15,"target":0},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":107,"target":3},{"source":107,"target":110},{"source":107,"target":15},{"source":110,"target":3},{"source":108,"target":111},{"source":108,"target":15},{"source":16,"target":0},{"source":16,"target":112},{"source":16,"target":113},{"source":16,"target":114},{"source":16,"target":115},{"source":16,"target":116},{"source":112,"target":15},{"source":112,"target":117},{"source":112,"target":16},{"source":117,"target":15},{"source":113,"target":118},{"source":113,"target":16},{"source":114,"target":119},{"source":114,"target":16},{"source":115,"target":120},{"source":115,"target":16}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="services"
nsURI="http://www.netxforge.com/13042011/services" nsPrefix="services">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
		


			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.

			Validation with pattern is not used, considering the limited
			capabilities of
			XSD patterns.

		


			Network Data schema Copyright 2008 The schema uses
			ecore
			references syntax, but should easily map into an SQL schema.
			The
			ecore
			references, are mapped into ORM specific DLL (See
			Hibernate or
			other
			ORM. EMF/Hibernate
			however uses a custom mechanism.

			Don't use
			the
			word
			"Item", as this is appended to the Object
			name in the EMF
			edit
			model.

			Validation with pattern is not used, considering the limited
			capabilities of
			XSD patterns.

		"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL
http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CFSService" eSuperTypes="#//Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Customer Facing Service.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CFSService"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Provider attributes holds the entity
							responsible for providing the service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Provider"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scenario" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Scenario attribute, holds a scenario for the
							service.

							Examples:
							1. SMS Mobile 2 Mobile
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Scenario"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CIID" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Configuration Item (CI)
				Identifier.
				The CI is used within Configuration Management to
				identify a
				configuration item.
				It can be used as an identifier to
				correlate objects to legacy
				systems.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CI-ID"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commonCIID" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The CommonCI_ID attribute holds a Unique number
							indicator in international CMS
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="CommonCI_ID"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localCIID" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The LocalCI_ID attribute holds a Unique
							identifier
							indicator in a local CMS (CI-ID)
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="localCI_ID"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivedResource" eSuperTypes="library.ecore#//BaseResource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				TODO
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DerivedResource"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ProfileValues reference, contains
								profile
								values. Profile values are populated with expressions.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Values"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="forecastValues" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ForecastValues reference, contains forecast
								values. Forecast values are populated with
								expressions, imported
								or
								entered manually.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ForecastValues"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="trendedValues" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The TrendedValues reference, contains trended
								values. Trended values are populated with
								expressions.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="TrendedValues"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DistributionEntry" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DistributionEntry"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceRef" eType="ecore:EClass library.ecore#//NetXResource">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceResource reference, contains 0 or 1
								Resource type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="distribution" eType="#//DerivedResource"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceResource reference, contains 0 or
								more DerivedResource type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Distribution"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceOrigin" eType="#//ResourceOriginType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ResourceOrigin"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResourceOriginType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceOrigin_._type"/>
</eAnnotations>
<eLiterals name="InBound"/>
<eLiterals name="OutBound" value="1"/>
<eLiterals name="Internal" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ResourceOriginTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceOrigin_._type:Object"/>
<details key="baseType" value="ResourceOrigin_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RFSService" eSuperTypes="#//Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a Resource Facing Service.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RFSService"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="ecore:EClass operators.ecore#//Node">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Nodes reference, references 0 or more Node
								types
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Nodes"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="toleranceRefs" upperBound="-1"
eType="ecore:EClass library.ecore#//Tolerance">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ToleranceRefs reference, refers to 0 or
								more Tolerance types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ToleranceRefs"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionalCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The functionalCategory attribute holds the
							category of the service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="functionalCategory"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a service. A Service has a
				name, a Description, a Category and other information.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Service"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cIID" upperBound="-1" eType="#//CIID"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The CIID reference, contains 0 or more CI-ID
								type. This is to map capacity management with
								other processes in
								the Service Assurance domain.
								(Incident, Problem and Change
								management).
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="CIID"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lifecycle" eType="ecore:EClass generics.ecore#//Lifecycle"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Lifecycle reference, contains 0 or 1
								Lifecycle types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Lifecycle"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1"
eType="#//Service" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The Services reference, contains 0 or more
								Service types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Services"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceForecasts" upperBound="-1"
eType="#//ServiceForecast" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The ServiceForecasts reference, contains 0 or
								more ServiceForecast types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceForecasts"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceMonitors" upperBound="-1"
eType="#//ServiceMonitor" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The ServiceMonitors reference, contains 0 or
								more
								ServiceMonitor types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceMonitors"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceUserRefs" upperBound="-1"
eType="#//ServiceUser">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								The ServiceUserRefs reference, references 0 or
								more ServiceUserRef types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceUserRefs"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceDistribution" eType="#//ServiceDistribution"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceDistrubution reference, contains 0
								or
								1 ServiceDistribution type
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceDistribution"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceCategory" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="CI Group / OM Service Group (Service Category)
							The
							Service Category is used for a logical cluster of
							the service

							Examples:
							1. Voice/Telephony (peer to peer)
							2. Voice and Video
							conferencing (multi peer)
							3. Content delivery Data delivery
							Messaging
							4. Customer Self Administration
							5. Customer Care
							Administration
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceCategory"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceClass" eType="#//ServiceClassType"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Offered classes of provided service:
							Gold/Silver/Bronze This is implicite the business priority
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceClass"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDescription" eType="ecore:EDataType generics.ecore#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceDescription attribute, holds the
							Description of the service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceDescription"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceName attribute, holds the name of the
							service.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ServiceName"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ServiceClassType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceClass_._type"/>
</eAnnotations>
<eLiterals name="Gold"/>
<eLiterals name="Silver" value="1"/>
<eLiterals name="Bronze" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ServiceClassTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceClass_._type:Object"/>
<details key="baseType" value="ServiceClass_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceDistribution" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing how the service is distributed
				across the Nodes.
				How the service is distributed over network depends
				on various factors.

				1. Geographical spread of the service.
				2. Service
				distribution mechanism implemented for functions.
				3. Overall network
				conditions i.e. load or specific node conditions,
				and measures for
				overload.

				The service distribution is derived from the node
				resources. The
				service distribution contains therefor the definition
				of "service resources" and expressions to populate these resources.
				(The expression is expected to add node resource values together
				and
				store the result in the defined Service Resource )

				TODO, The
				distribution should be organized by Function in order to
				present it
				as such. As the resource, is likely a copy of the
				a Function
				resource, we could perhaps keep a reference to the node
				Function,
				from which the service resource is derived through the
				expression.
				Another option, is to resolve the Function, from the
				resource name,
				but this would require additional lookups.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceDistribution"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="distributionEntries" upperBound="-1"
eType="#//DistributionEntry" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The DistributionEntries reference, contains 0 or
								more Entries.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="DistributionEntries"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionRefs" upperBound="-1"
eType="ecore:EClass library.ecore#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceDistributionExpressionRefs
								reference,
								refers to 0 or more Expression types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpressionRefs"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceForecast" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceForecast. A
				ServiceForecast is a forecast of a service, which
				impacts the
				consumption of resources when using a service. The Forecast
				applies
				to a period, and contains Service forecast users.
				The forecast also
				has a name and a revision
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceForecast"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="ecore:EClass generics.ecore#//DateTimeRange"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Period reference, contains 0 or 1
								DatetimeRange types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Period"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceForecastUsers" upperBound="-1"
eType="#//ServiceForecastUsers" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceUser reference, contains 0 or more
								ServiceForecastUsers type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceForecastUsers"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceForecasts" upperBound="-1"
eType="ecore:EClass operators.ecore#//ResourceForecast" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ResourceForcasts reference, contains 0 or
								more ResourceForcast type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceForecasts"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceForecast.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Revision attribute holds the revision of
							this
							forecast.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Revision"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceForecastUsers" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceForecastUser. A
				ServiceForecastUser is a user of a service, which
				is forecasted over
				time. It has values and references a ServiceUser.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceForecastUsers"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="userValues" upperBound="-1"
eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The UserValues reference, contains expected
								service user values for a service.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="UserValues"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceUserRef" eType="#//ServiceUser">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceUser reference, references 0 or 1
								ServiceUser type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceUserRef"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceMonitor" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceMonitor. A
				ServiceMonitoris a monitoring run for a service, which
				has consumed
				resources. The Monitor applies to a period. The monitor
				has a name
				and a revision.

				The Monitor can be seen as a window covering a
				period, for the service,
				and underlying resources.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceMonitor"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="ecore:EClass generics.ecore#//DateTimeRange"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Period reference, contains 0 or 1
								DatetimeRange types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Period"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceMonitors" upperBound="-1"
eType="ecore:EClass operators.ecore#//ResourceMonitor" containment="true"
resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ResourceMonitors reference, contains 0 or
								more ResourceForcast type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ResourceMonitors"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceMonitor.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Revision attribute holds the revision of
							this
							monitor.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Revision"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceProfile" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing the profile of a service. The
				Service profile can be generic for the service or location specific.
				The profile contains service parameters which drive the utilization
				of resources on elements tight to this
				service.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceProfile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="profileResources" upperBound="-1"
eType="#//DerivedResource" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ProfileResource reference, contains 0 or
								more Resource types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ProfileResources"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceProfile.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceUser" eSuperTypes="generics.ecore#//Base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A type representing a ServiceUser. A ServiceUser is
				a user of a service, which impacts the consumption of
				resources when
				using a service. A ServiceUser has a profile, and a name.

				Examples:
				1. A Service user postpaid subscriber is defined. It's profile is a
				postpaid subscriber profile with several
				values for.

			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceUser"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceProfile" eType="#//ServiceProfile"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ServiceProfile reference, contains 0 or 1
								ServiceProfile type.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ServiceProfile"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionRef" eType="ecore:EClass library.ecore#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ExpressionRef reference, refers to 0 or
								1
								Expression types.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ExpressionRef"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Description attribute, holds the
							Description of the service User.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name attribute holds the name of the
							ServiceUser.
						"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="Name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models.export/src/models/services.ecore | ecore | services
CFSService
provider
scenario
CIID
commonCIID
localCIID
DerivedResource
values
forecastValues
trendedValues
DistributionEntry
resourceRef
distribution
resourceOrigin
ResourceOriginType
InBound
InBound
OutBound
OutBound
Internal
Internal
ResourceOriginTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
RFSService
nodes
toleranceRefs
functionalCategory
Service
cIID
lifecycle
services
serviceForecasts
serviceMonitors
serviceUserRefs
serviceDistribution
serviceCategory
serviceClass
serviceDescription
serviceName
ServiceClassType
Gold
Gold
Silver
Silver
Bronze
Bronze
ServiceClassTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ServiceDistribution
distributionEntries
expressionRefs
ServiceForecast
period
serviceForecastUsers
resourceForecasts
name
revision
ServiceForecastUsers
userValues
serviceUserRef
ServiceMonitor
period
resourceMonitors
name
revision
ServiceProfile
profileResources
name
ServiceUser
serviceProfile
expressionRef
description
name | null | {"directed":true,"nodes":[{"nsPrefix":"services","nsURI":"http://www.netxforge.com/13042011/services","name":"services","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CFSService","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CIID","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedResource","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistributionEntry","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceOriginType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ResourceOriginTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RFSService","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ServiceClassType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ServiceClassTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceDistribution","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceForecast","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceForecastUsers","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceMonitor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceProfile","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceUser","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","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":"scenario","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commonCIID","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":"localCIID","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":"values","changeable":true,"resolveProxies":false,"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":"forecastValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trendedValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distribution","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"resourceOrigin","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"InBound","id":41,"value":0,"literal":"InBound","eClass":"EEnumLiteral"},{"name":"OutBound","id":42,"value":1,"literal":"OutBound","eClass":"EEnumLiteral"},{"name":"Internal","id":43,"value":2,"literal":"Internal","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toleranceRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionalCategory","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cIID","changeable":true,"resolveProxies":false,"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":"lifecycle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":false,"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":"serviceForecasts","changeable":true,"resolveProxies":false,"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":"serviceMonitors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceUserRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceDistribution","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceCategory","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"serviceClass","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":"serviceDescription","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":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"Gold","id":74,"value":0,"literal":"Gold","eClass":"EEnumLiteral"},{"name":"Silver","id":75,"value":1,"literal":"Silver","eClass":"EEnumLiteral"},{"name":"Bronze","id":76,"value":2,"literal":"Bronze","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":"distributionEntries","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressionRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceForecastUsers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceForecasts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"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":"userValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceUserRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceMonitors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revision","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"profileResources","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceProfile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressionRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":8},{"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":8},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":27,"target":31},{"source":27,"target":3},{"source":28,"target":32},{"source":28,"target":3},{"source":29,"target":33},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":34,"target":38},{"source":34,"target":4},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":3},{"source":36,"target":5},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":5},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":41,"target":5},{"source":42,"target":5},{"source":43,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":44,"target":48},{"source":44,"target":7},{"source":45,"target":49},{"source":45,"target":7},{"source":46,"target":50},{"source":46,"target":7},{"source":47,"target":8},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":51,"target":2},{"source":51,"target":63},{"source":51,"target":8},{"source":63,"target":2},{"source":52,"target":64},{"source":52,"target":8},{"source":53,"target":8},{"source":53,"target":65},{"source":53,"target":8},{"source":65,"target":8},{"source":54,"target":12},{"source":54,"target":66},{"source":54,"target":8},{"source":66,"target":12},{"source":55,"target":14},{"source":55,"target":67},{"source":55,"target":8},{"source":67,"target":14},{"source":56,"target":16},{"source":56,"target":68},{"source":56,"target":8},{"source":68,"target":16},{"source":57,"target":11},{"source":57,"target":69},{"source":57,"target":8},{"source":69,"target":11},{"source":58,"target":70},{"source":58,"target":8},{"source":59,"target":9},{"source":59,"target":71},{"source":59,"target":8},{"source":71,"target":9},{"source":60,"target":72},{"source":60,"target":8},{"source":61,"target":73},{"source":61,"target":8},{"source":9,"target":0},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":74,"target":9},{"source":75,"target":9},{"source":76,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":77,"target":4},{"source":77,"target":80},{"source":77,"target":11},{"source":80,"target":4},{"source":78,"target":81},{"source":78,"target":11},{"source":12,"target":0},{"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":82,"target":88},{"source":82,"target":12},{"source":83,"target":13},{"source":83,"target":89},{"source":83,"target":12},{"source":89,"target":13},{"source":84,"target":90},{"source":84,"target":12},{"source":85,"target":91},{"source":85,"target":12},{"source":86,"target":92},{"source":86,"target":12},{"source":13,"target":0},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":93,"target":96},{"source":93,"target":13},{"source":94,"target":16},{"source":94,"target":97},{"source":94,"target":13},{"source":97,"target":16},{"source":14,"target":0},{"source":14,"target":98},{"source":14,"target":99},{"source":14,"target":100},{"source":14,"target":101},{"source":14,"target":102},{"source":98,"target":103},{"source":98,"target":14},{"source":99,"target":104},{"source":99,"target":14},{"source":100,"target":105},{"source":100,"target":14},{"source":101,"target":106},{"source":101,"target":14},{"source":15,"target":0},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":107,"target":3},{"source":107,"target":110},{"source":107,"target":15},{"source":110,"target":3},{"source":108,"target":111},{"source":108,"target":15},{"source":16,"target":0},{"source":16,"target":112},{"source":16,"target":113},{"source":16,"target":114},{"source":16,"target":115},{"source":16,"target":116},{"source":112,"target":15},{"source":112,"target":117},{"source":112,"target":16},{"source":117,"target":15},{"source":113,"target":118},{"source":113,"target":16},{"source":114,"target":119},{"source":114,"target":16},{"source":115,"target":120},{"source":115,"target":16}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="asmeta" nsURI="http://org.asmeta/asmm#ASMETA" nsPrefix="AsmM">
<eSubpackages name="terms" nsURI="http://org.asmeta/asmm#Terms" nsPrefix="AsmM">
<eSubpackages name="furtherterms" nsURI="http://org.asmeta/asmm#FurtherTerms"
nsPrefix="AsmM">
<eClassifiers xsi:type="ecore:EClass" name="IntegerTerm" eSuperTypes="#//terms/basicterms/ConstantTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="NaturalTerm" eSuperTypes="#//terms/basicterms/ConstantTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableBindingTerm" abstract="true"
eSuperTypes="#//terms/basicterms/ExtendedTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="StringTerm" eSuperTypes="#//terms/basicterms/ConstantTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="SetCt" eSuperTypes="#//terms/furtherterms/ComprehensionTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceTerm" eSuperTypes="#//terms/basicterms/CollectionTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="terms" unique="false"
upperBound="-1" eType="#//terms/basicterms/TermDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceCt" eSuperTypes="#//terms/furtherterms/ComprehensionTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="RealTerm" eSuperTypes="#//terms/basicterms/ConstantTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="MapTerm" eSuperTypes="#//terms/basicterms/CollectionTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="pair" ordered="false"
upperBound="-1" eType="#//terms/basicterms/TupleTerm"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapCt" eSuperTypes="#//terms/furtherterms/ComprehensionTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="LetTerm" eSuperTypes="#//terms/furtherterms/VariableBindingTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
upperBound="-1" eType="#//terms/basicterms/VariableTerm" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignmentTerm" lowerBound="1"
upperBound="-1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForallTerm" eSuperTypes="#//terms/furtherterms/FiniteQuantificationTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="FiniteQuantificationTerm" abstract="true"
eSuperTypes="#//terms/furtherterms/VariableBindingTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
upperBound="-1" eType="#//terms/basicterms/VariableTerm" containment="true"
eOpposite="#//terms/basicterms/VariableTerm/finiteQuantificationTerm"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false"
eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ranges" unique="false"
lowerBound="1" upperBound="-1" eType="#//terms/basicterms/TermDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExistUniqueTerm" eSuperTypes="#//terms/furtherterms/FiniteQuantificationTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="ExistTerm" eSuperTypes="#//terms/furtherterms/FiniteQuantificationTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumTerm" eSuperTypes="#//terms/basicterms/ConstantTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalTerm" eSuperTypes="#//terms/basicterms/ExtendedTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="elseTerm" ordered="false"
eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenTerm" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComprehensionTerm" abstract="true"
eSuperTypes="#//terms/furtherterms/VariableBindingTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
upperBound="-1" eType="#//terms/basicterms/VariableTerm" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false"
eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="term" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ranges" unique="false"
lowerBound="1" upperBound="-1" eType="#//terms/basicterms/TermDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComplexTerm" eSuperTypes="#//terms/basicterms/ConstantTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="CharTerm" eSuperTypes="#//terms/basicterms/ConstantTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="CaseTerm" eSuperTypes="#//terms/basicterms/ExtendedTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="comparingTerm" lowerBound="1"
upperBound="-1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comparedTerm" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="otherwiseTerm" ordered="false"
eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resultTerms" unique="false"
lowerBound="1" upperBound="-1" eType="#//terms/basicterms/TermDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagTerm" eSuperTypes="#//terms/basicterms/CollectionTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="term" ordered="false"
upperBound="-1" eType="#//terms/basicterms/Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagCt" eSuperTypes="#//terms/furtherterms/ComprehensionTerm"/>
</eSubpackages>
<eSubpackages name="basicterms" nsURI="http://org.asmeta/asmm#BasicTerms" nsPrefix="AsmM">
<eClassifiers xsi:type="ecore:EEnum" name="VariableKind">
<eLiterals name="logicalVar" value="1"/>
<eLiterals name="locationVar" value="2"/>
<eLiterals name="ruleVar" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableTerm" eSuperTypes="#//terms/basicterms/BasicTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="finiteQuantificationTerm"
ordered="false" eType="#//terms/furtherterms/FiniteQuantificationTerm"
eOpposite="#//terms/furtherterms/FiniteQuantificationTerm/variable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType AsmM1.ecore#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false"
unique="false" lowerBound="1" eType="#//terms/basicterms/VariableKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UndefTerm" eSuperTypes="#//terms/basicterms/ConstantTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleTerm" eSuperTypes="#//terms/basicterms/ExtendedTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arity" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType AsmM1.ecore#//Integer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="terms" unique="false"
lowerBound="2" upperBound="-1" eType="#//terms/basicterms/TermDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetTerm" eSuperTypes="#//terms/basicterms/CollectionTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="term" ordered="false"
upperBound="-1" eType="#//terms/basicterms/Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleAsTerm" eSuperTypes="#//terms/basicterms/ExtendedTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#//definitions/RuleDeclaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocationTerm" eSuperTypes="#//terms/basicterms/FunctionTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionTerm" eSuperTypes="#//terms/basicterms/BasicTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" ordered="false"
eType="#//terms/basicterms/TupleTerm" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="function" ordered="false"
lowerBound="1" eType="#//definitions/Function"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedTerm" abstract="true" eSuperTypes="#//terms/basicterms/Term"/>
<eClassifiers xsi:type="ecore:EClass" name="DomainTerm" eSuperTypes="#//terms/basicterms/ExtendedTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="ConstantTerm" abstract="true" eSuperTypes="#//terms/basicterms/BasicTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType AsmM1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionTerm" abstract="true"
eSuperTypes="#//terms/basicterms/ExtendedTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType AsmM1.ecore#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanTerm" eSuperTypes="#//terms/basicterms/ConstantTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="BasicTerm" abstract="true" eSuperTypes="#//terms/basicterms/Term"/>
<eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true">
<eOperations name="compatible"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" ordered="false"
lowerBound="1" eType="#//definitions/domains/Domain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="termAsRule" ordered="false"
upperBound="-1" eType="#//transitionrules/basictransitionrules/TermAsRule"
eOpposite="#//transitionrules/basictransitionrules/TermAsRule/term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TermDT" instanceClassName="asmeta.terms.basicterms.Term"/>
</eSubpackages>
</eSubpackages>
<eSubpackages name="structure" nsURI="http://org.asmeta/asmm#Structure" nsPrefix="AsmM">
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType AsmM1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AgentInitialization">
<eStructuralFeatures xsi:type="ecore:EReference" name="program" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/MacroCallRule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" ordered="false"
lowerBound="1" eType="#//definitions/domains/Domain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialState" ordered="false"
lowerBound="1" eType="#//structure/Initialization" eOpposite="#//structure/Initialization/agentInitialization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Body">
<eStructuralFeatures xsi:type="ecore:EReference" name="functionDefinition" ordered="false"
upperBound="-1" eType="#//structure/FunctionDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false"
upperBound="-1" eType="#//definitions/Property" derived="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="domainDefinition" ordered="false"
upperBound="-1" eType="#//structure/DomainDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ruleDeclaration" ordered="false"
upperBound="-1" eType="#//definitions/RuleDeclaration" containment="true"
eOpposite="#//definitions/RuleDeclaration/asmBody"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="asm" eType="#//structure/Asm"
eOpposite="#//structure/Asm/bodySection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionInitialization">
<eStructuralFeatures xsi:type="ecore:EReference" name="initialState" ordered="false"
lowerBound="1" eType="#//structure/Initialization" eOpposite="#//structure/Initialization/functionInitialization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedFunction"
ordered="false" lowerBound="1" eType="#//definitions/DynamicFunction" eOpposite="#//definitions/DynamicFunction/initialization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1"
eType="#//terms/basicterms/VariableTerm" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomainInitialization">
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedDomain" ordered="false"
lowerBound="1" eType="#//definitions/domains/ConcreteDomain" eOpposite="#//definitions/domains/ConcreteDomain/initialization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialState" ordered="false"
lowerBound="1" eType="#//structure/Initialization" eOpposite="#//structure/Initialization/domainInitialization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Signature">
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" ordered="false"
upperBound="-1" eType="#//definitions/domains/Domain" containment="true"
eOpposite="#//definitions/domains/Domain/signature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="function" ordered="false"
upperBound="-1" eType="#//definitions/Function" containment="true" eOpposite="#//definitions/Function/signature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="headerSection" lowerBound="1"
eType="#//structure/Header" eOpposite="#//structure/Header/signature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structuredDomain" ordered="false"
upperBound="-1" eType="#//definitions/domains/StructuredTd" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExportClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="exportedFunction" ordered="false"
upperBound="-1" eType="#//definitions/Function"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exportedDomain" ordered="false"
upperBound="-1" eType="#//definitions/domains/Domain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exportedRule" ordered="false"
upperBound="-1" eType="#//definitions/RuleDeclaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="importedDomain" ordered="false"
upperBound="-1" eType="#//definitions/domains/Domain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedFunction" ordered="false"
upperBound="-1" eType="#//definitions/Function"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedRule" ordered="false"
upperBound="-1" eType="#//definitions/RuleDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="moduleName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType AsmM1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1"
eType="#//terms/basicterms/VariableTerm"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definedFunction" ordered="false"
lowerBound="1" eType="#//definitions/Function" eOpposite="#//definitions/Function/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomainDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definedDomain" ordered="false"
lowerBound="1" eType="#//definitions/domains/ConcreteDomain" eOpposite="#//definitions/domains/ConcreteDomain/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Initialization" eSuperTypes="#//structure/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="domainInitialization"
ordered="false" upperBound="-1" eType="#//structure/DomainInitialization"
containment="true" eOpposite="#//structure/DomainInitialization/initialState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionInitialization"
ordered="false" upperBound="-1" eType="#//structure/FunctionInitialization"
containment="true" eOpposite="#//structure/FunctionInitialization/initialState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="agentInitialization"
ordered="false" upperBound="-1" eType="#//structure/AgentInitialization"
containment="true" eOpposite="#//structure/AgentInitialization/initialState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="asm" ordered="false"
lowerBound="1" eType="#//structure/Asm" eOpposite="#//structure/Asm/defaultInitialState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Header">
<eStructuralFeatures xsi:type="ecore:EReference" name="importClause" ordered="false"
upperBound="-1" eType="#//structure/ImportClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" ordered="false"
lowerBound="1" eType="#//structure/Signature" containment="true" eOpposite="#//structure/Signature/headerSection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exportClause" ordered="false"
eType="#//structure/ExportClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="asm" eType="#//structure/Asm"
eOpposite="#//structure/Asm/headerSection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Asm" eSuperTypes="#//structure/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="initialState" ordered="false"
upperBound="-1" eType="#//structure/Initialization" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultInitialState"
ordered="false" eType="#//structure/Initialization" eOpposite="#//structure/Initialization/asm"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bodySection" ordered="false"
lowerBound="1" eType="#//structure/Body" containment="true" eOpposite="#//structure/Body/asm"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="headerSection" ordered="false"
lowerBound="1" eType="#//structure/Header" containment="true" eOpposite="#//structure/Header/asm"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainrule" ordered="false"
eType="#//transitionrules/basictransitionrules/MacroDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAsynchr" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType AsmM1.ecore#//Boolean"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="transitionrules" nsURI="http://org.asmeta/asmm#TransitionRules"
nsPrefix="AsmM">
<eSubpackages name="turbotransitionrules" nsURI="http://org.asmeta/asmm#TurboTransitionRules"
nsPrefix="AsmM">
<eClassifiers xsi:type="ecore:EClass" name="TurboRule" abstract="true" eSuperTypes="#//transitionrules/basictransitionrules/Rule"/>
<eClassifiers xsi:type="ecore:EClass" name="TurboDeclaration" eSuperTypes="#//definitions/RuleDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="resultType" ordered="false"
eType="#//definitions/domains/Domain"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SeqRule" eSuperTypes="#//transitionrules/turbotransitionrules/TurboRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rules" unique="false"
lowerBound="2" upperBound="-1" eType="#//transitionrules/basictransitionrules/RuleDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TurboLocalStateRule" eSuperTypes="#//transitionrules/turbotransitionrules/TurboRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1"
upperBound="-1" eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localFunction" lowerBound="1"
upperBound="-1" eType="#//definitions/LocalFunction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TurboCallRule" eSuperTypes="#//transitionrules/turbotransitionrules/TurboRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="calledRule" ordered="false"
lowerBound="1" eType="#//transitionrules/turbotransitionrules/TurboDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" unique="false"
upperBound="-1" eType="#//terms/basicterms/TermDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TurboReturnRule" eSuperTypes="#//transitionrules/turbotransitionrules/TurboRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="location" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updateRule" ordered="false"
lowerBound="1" eType="#//transitionrules/turbotransitionrules/TurboCallRule"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TryCatchRule" eSuperTypes="#//transitionrules/turbotransitionrules/TurboRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="location" ordered="false"
lowerBound="1" upperBound="-1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="catchRule" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tryRule" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateRule" eSuperTypes="#//transitionrules/turbotransitionrules/TurboRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="derivedtransitionrules" nsURI="http://org.asmeta/asmm#DerivedTransitionRules"
nsPrefix="AsmM">
<eClassifiers xsi:type="ecore:EClass" name="RecursiveWhileRule" eSuperTypes="#//transitionrules/derivedtransitionrules/TurboDerivedRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterativeWhileRule" eSuperTypes="#//transitionrules/derivedtransitionrules/TurboDerivedRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivedRule" abstract="true" eSuperTypes="#//transitionrules/basictransitionrules/Rule"/>
<eClassifiers xsi:type="ecore:EClass" name="CaseRule" eSuperTypes="#//transitionrules/derivedtransitionrules/BasicDerivedRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="term" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="caseTerm" lowerBound="1"
upperBound="-1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="otherwiseBranch" ordered="false"
eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="caseBranches" unique="false"
lowerBound="1" upperBound="-1" eType="#//transitionrules/basictransitionrules/RuleDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicDerivedRule" abstract="true"
eSuperTypes="#//transitionrules/derivedtransitionrules/DerivedRule"/>
<eClassifiers xsi:type="ecore:EClass" name="TurboDerivedRule" abstract="true"
eSuperTypes="#//transitionrules/derivedtransitionrules/DerivedRule"/>
</eSubpackages>
<eSubpackages name="basictransitionrules" nsURI="http://org.asmeta/asmm#BasicTransitionRules"
nsPrefix="AsmM">
<eClassifiers xsi:type="ecore:EClass" name="TermAsRule" eSuperTypes="#//transitionrules/basictransitionrules/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="term" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term" eOpposite="#//terms/basicterms/Term/termAsRule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" unique="false"
upperBound="-1" eType="#//terms/basicterms/TermDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicRule" abstract="true" eSuperTypes="#//transitionrules/basictransitionrules/Rule"/>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ChooseRule" eSuperTypes="#//transitionrules/basictransitionrules/BasicRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifnone" ordered="false"
eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="doRule" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
upperBound="-1" eType="#//terms/basicterms/VariableTerm"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ranges" unique="false"
lowerBound="1" upperBound="-1" eType="#//terms/basicterms/TermDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MacroCallRule" eSuperTypes="#//transitionrules/basictransitionrules/BasicRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="calledMacro" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/MacroDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" unique="false"
upperBound="-1" eType="#//terms/basicterms/TermDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockRule" eSuperTypes="#//transitionrules/basictransitionrules/BasicRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rules" unique="false"
lowerBound="2" upperBound="-1" eType="#//transitionrules/basictransitionrules/RuleDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalRule" eSuperTypes="#//transitionrules/basictransitionrules/BasicRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseRule" ordered="false"
eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenRule" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForallRule" eSuperTypes="#//transitionrules/basictransitionrules/BasicRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
upperBound="-1" eType="#//terms/basicterms/VariableTerm"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="doRule" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ranges" unique="false"
lowerBound="1" upperBound="-1" eType="#//terms/basicterms/TermDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetRule" eSuperTypes="#//transitionrules/basictransitionrules/BasicRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inRule" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" lowerBound="1"
upperBound="-1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
upperBound="-1" eType="#//terms/basicterms/VariableTerm"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendRule" eSuperTypes="#//transitionrules/basictransitionrules/BasicRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedDomain" ordered="false"
lowerBound="1" eType="#//definitions/domains/Domain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundVar" ordered="false"
lowerBound="1" upperBound="-1" eType="#//terms/basicterms/VariableTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="doRule" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UpdateRule" eSuperTypes="#//transitionrules/basictransitionrules/BasicRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="updatingTerm" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" ordered="false"
eType="#//terms/basicterms/Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SkipRule" eSuperTypes="#//transitionrules/basictransitionrules/BasicRule"/>
<eClassifiers xsi:type="ecore:EClass" name="MacroDeclaration" eSuperTypes="#//definitions/RuleDeclaration"/>
<eClassifiers xsi:type="ecore:EDataType" name="RuleDT" instanceClassName="asmeta.transitionrules.basictransitionrules.Rule"/>
</eSubpackages>
</eSubpackages>
<eSubpackages name="definitions" nsURI="http://org.asmeta/asmm#Definitions" nsPrefix="AsmM">
<eClassifiers xsi:type="ecore:EClass" name="RuleDeclaration" abstract="true" eSuperTypes="#//definitions/Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1"
eType="#//terms/basicterms/VariableTerm"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraint" ordered="false"
upperBound="-1" eType="#//definitions/Invariant" eOpposite="#//definitions/Invariant/constrainedRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ruleBody" ordered="false"
lowerBound="1" eType="#//transitionrules/basictransitionrules/Rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="asmBody" ordered="false"
lowerBound="1" eType="#//structure/Body" eOpposite="#//structure/Body/ruleDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arity" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType AsmM1.ecore#//Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalFunction" eSuperTypes="#//definitions/DynamicFunction"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlledFunction" eSuperTypes="#//definitions/DynamicFunction"/>
<eClassifiers xsi:type="ecore:EClass" name="SharedFunction" eSuperTypes="#//definitions/DynamicFunction"/>
<eClassifiers xsi:type="ecore:EClass" name="MonitoredFunction" eSuperTypes="#//definitions/DynamicFunction"/>
<eClassifiers xsi:type="ecore:EClass" name="OutFunction" eSuperTypes="#//definitions/DynamicFunction"/>
<eClassifiers xsi:type="ecore:EClass" name="DynamicFunction" abstract="true" eSuperTypes="#//definitions/BasicFunction">
<eStructuralFeatures xsi:type="ecore:EReference" name="initialization" ordered="false"
upperBound="-1" eType="#//structure/FunctionInitialization" eOpposite="#//structure/FunctionInitialization/initializedFunction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticFunction" eSuperTypes="#//definitions/BasicFunction"/>
<eClassifiers xsi:type="ecore:EClass" name="DerivedFunction" eSuperTypes="#//definitions/Function"/>
<eClassifiers xsi:type="ecore:EClass" name="BasicFunction" abstract="true" eSuperTypes="#//definitions/Function"/>
<eClassifiers xsi:type="ecore:EClass" name="Invariant" eSuperTypes="#//definitions/Property">
<eStructuralFeatures xsi:type="ecore:EReference" name="constrainedDomain" ordered="false"
upperBound="-1" eType="#//definitions/domains/Domain" eOpposite="#//definitions/domains/Domain/constraint"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#//terms/basicterms/Term" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constrainedRule" ordered="false"
upperBound="-1" eType="#//definitions/RuleDeclaration" eOpposite="#//definitions/RuleDeclaration/constraint"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constrainedFunction"
ordered="false" upperBound="-1" eType="#//definitions/Function" eOpposite="#//definitions/Function/constraint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function" abstract="true" eSuperTypes="#//definitions/Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" ordered="false"
eType="#//definitions/domains/Domain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="codomain" ordered="false"
lowerBound="1" eType="#//definitions/domains/Domain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#//structure/FunctionDefinition" eOpposite="#//structure/FunctionDefinition/definedFunction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraint" ordered="false"
upperBound="-1" eType="#//definitions/Invariant" eOpposite="#//definitions/Invariant/constrainedFunction"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arity" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType AsmM1.ecore#//Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" eType="#//structure/Signature"
eOpposite="#//structure/Signature/function"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//structure/NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//definitions/Classifier"/>
<eSubpackages name="domains" nsURI="http://org.asmeta/asmm#Domains" nsPrefix="AsmM">
<eClassifiers xsi:type="ecore:EClass" name="NaturalDomain" eSuperTypes="#//definitions/domains/IntegerDomain"/>
<eClassifiers xsi:type="ecore:EClass" name="UndefDomain" eSuperTypes="#//definitions/domains/BasicTd"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeDomain" abstract="true" eSuperTypes="#//definitions/domains/Domain"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredTd" abstract="true" eSuperTypes="#//definitions/domains/TypeDomain"/>
<eClassifiers xsi:type="ecore:EClass" name="StringDomain" eSuperTypes="#//definitions/domains/BasicTd"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceDomain" eSuperTypes="#//definitions/domains/StructuredTd">
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" ordered="false"
lowerBound="1" eType="#//definitions/domains/Domain"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleDomain" eSuperTypes="#//definitions/domains/StructuredTd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domains" unique="false"
upperBound="-1" eType="#//definitions/domains/DomainDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReserveDomain" eSuperTypes="#//definitions/domains/AbstractTd"/>
<eClassifiers xsi:type="ecore:EClass" name="RealDomain" eSuperTypes="#//definitions/domains/ComplexDomain"/>
<eClassifiers xsi:type="ecore:EClass" name="ProductDomain" eSuperTypes="#//definitions/domains/StructuredTd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domains" unique="false"
upperBound="-1" eType="#//definitions/domains/DomainDT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PowersetDomain" eSuperTypes="#//definitions/domains/StructuredTd">
<eStructuralFeatures xsi:type="ecore:EReference" name="baseDomain" ordered="false"
lowerBound="1" eType="#//definitions/domains/Domain"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapDomain" eSuperTypes="#//definitions/domains/StructuredTd">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceDomain" ordered="false"
lowerBound="1" eType="#//definitions/domains/Domain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetDomain" ordered="false"
lowerBound="1" eType="#//definitions/domains/Domain"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerDomain" eSuperTypes="#//definitions/domains/RealDomain"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumTd" eSuperTypes="#//definitions/domains/TypeDomain">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" upperBound="-1" eType="#//definitions/domains/EnumElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType AsmM1.ecore#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Domain" abstract="true" eSuperTypes="#//definitions/Classifier">
<eOperations name="compatible"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraint" ordered="false"
upperBound="-1" eType="#//definitions/Invariant" eOpposite="#//definitions/Invariant/constrainedDomain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" eType="#//structure/Signature"
eOpposite="#//structure/Signature/domain"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteDomain" eSuperTypes="#//definitions/domains/Domain">
<eStructuralFeatures xsi:type="ecore:EReference" name="initialization" ordered="false"
upperBound="-1" eType="#//structure/DomainInitialization" eOpposite="#//structure/DomainInitialization/initializedDomain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#//structure/DomainDefinition" eOpposite="#//structure/DomainDefinition/definedDomain"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDomain" ordered="false"
lowerBound="1" eType="#//definitions/domains/TypeDomain"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDynamic" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType AsmM1.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComplexDomain" eSuperTypes="#//definitions/domains/BasicTd"/>
<eClassifiers xsi:type="ecore:EClass" name="CharDomain" eSuperTypes="#//definitions/domains/BasicTd"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanDomain" eSuperTypes="#//definitions/domains/BasicTd"/>
<eClassifiers xsi:type="ecore:EClass" name="BasicTd" abstract="true" eSuperTypes="#//definitions/domains/TypeDomain"/>
<eClassifiers xsi:type="ecore:EClass" name="BagDomain" eSuperTypes="#//definitions/domains/StructuredTd">
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" ordered="false"
lowerBound="1" eType="#//definitions/domains/Domain"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnyDomain" eSuperTypes="#//definitions/domains/TypeDomain"/>
<eClassifiers xsi:type="ecore:EClass" name="AgentDomain" eSuperTypes="#//definitions/domains/AbstractTd"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractTd" eSuperTypes="#//definitions/domains/TypeDomain">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDynamic" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType AsmM1.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DomainDT" instanceClassName="asmeta.definitions.domains.Domain"/>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/asmeta/asmeta/code/core/asmeta.emf/model/AsmM.ecore | ecore | asmeta
terms
furtherterms
IntegerTerm
NaturalTerm
VariableBindingTerm
StringTerm
SetCt
SequenceTerm
terms
SequenceCt
RealTerm
MapTerm
pair
MapCt
LetTerm
variable
assignmentTerm
body
ForallTerm
FiniteQuantificationTerm
variable
guard
ranges
ExistUniqueTerm
ExistTerm
EnumTerm
ConditionalTerm
elseTerm
guard
thenTerm
ComprehensionTerm
variable
guard
term
ranges
ComplexTerm
CharTerm
CaseTerm
comparingTerm
comparedTerm
otherwiseTerm
resultTerms
BagTerm
term
BagCt
basicterms
VariableKind
logicalVar
logicalVar
locationVar
locationVar
ruleVar
ruleVar
VariableTerm
finiteQuantificationTerm
name
kind
UndefTerm
TupleTerm
arity
terms
SetTerm
term
RuleAsTerm
rule
LocationTerm
FunctionTerm
arguments
function
ExtendedTerm
DomainTerm
ConstantTerm
symbol
CollectionTerm
size
BooleanTerm
BasicTerm
Term
compatible
domain
termAsRule
TermDT
asmeta.terms.basicterms.Term
asmeta.terms.basicterms.Term
structure
NamedElement
name
AgentInitialization
program
domain
initialState
Body
functionDefinition
property
domainDefinition
ruleDeclaration
asm
FunctionInitialization
initialState
body
initializedFunction
variable
DomainInitialization
initializedDomain
body
initialState
Signature
domain
function
headerSection
structuredDomain
ExportClause
exportedFunction
exportedDomain
exportedRule
ImportClause
importedDomain
importedFunction
importedRule
moduleName
FunctionDefinition
body
variable
definedFunction
DomainDefinition
body
definedDomain
Initialization
domainInitialization
functionInitialization
agentInitialization
asm
Header
importClause
signature
exportClause
asm
Asm
initialState
defaultInitialState
bodySection
headerSection
mainrule
isAsynchr
transitionrules
turbotransitionrules
TurboRule
TurboDeclaration
resultType
SeqRule
rules
TurboLocalStateRule
init
body
localFunction
TurboCallRule
calledRule
parameters
TurboReturnRule
location
updateRule
TryCatchRule
location
catchRule
tryRule
IterateRule
rule
derivedtransitionrules
RecursiveWhileRule
rule
guard
IterativeWhileRule
guard
rule
DerivedRule
CaseRule
term
caseTerm
otherwiseBranch
caseBranches
BasicDerivedRule
TurboDerivedRule
basictransitionrules
TermAsRule
term
parameters
BasicRule
Rule
ChooseRule
ifnone
doRule
guard
variable
ranges
MacroCallRule
calledMacro
parameters
BlockRule
rules
ConditionalRule
guard
elseRule
thenRule
ForallRule
variable
guard
doRule
ranges
LetRule
inRule
initExpression
variable
ExtendRule
extendedDomain
boundVar
doRule
UpdateRule
updatingTerm
location
SkipRule
MacroDeclaration
RuleDT
asmeta.transitionrules.basictransitionrules.Rule
asmeta.transitionrules.basictransitionrules.Rule
definitions
RuleDeclaration
variable
constraint
ruleBody
asmBody
arity
LocalFunction
ControlledFunction
SharedFunction
MonitoredFunction
OutFunction
DynamicFunction
initialization
StaticFunction
DerivedFunction
BasicFunction
Invariant
constrainedDomain
body
constrainedRule
constrainedFunction
Function
domain
codomain
definition
constraint
arity
signature
Classifier
Property
domains
NaturalDomain
UndefDomain
TypeDomain
StructuredTd
StringDomain
SequenceDomain
domain
RuleDomain
domains
ReserveDomain
RealDomain
ProductDomain
domains
PowersetDomain
baseDomain
MapDomain
sourceDomain
targetDomain
IntegerDomain
EnumTd
element
EnumElement
symbol
Domain
compatible
constraint
signature
ConcreteDomain
initialization
definition
typeDomain
isDynamic
ComplexDomain
CharDomain
BooleanDomain
BasicTd
BagDomain
domain
AnyDomain
AgentDomain
AbstractTd
isDynamic
DomainDT
asmeta.definitions.domains.Domain
asmeta.definitions.domains.Domain | null | {"directed":true,"nodes":[{"nsPrefix":"AsmM","nsURI":"http://org.asmeta/asmm#ASMETA","name":"asmeta","id":0,"eClass":"EPackage"},{"nsPrefix":"AsmM","nsURI":"http://org.asmeta/asmm#Terms","name":"terms","id":1,"eClass":"EPackage"},{"nsPrefix":"AsmM","nsURI":"http://org.asmeta/asmm#Structure","name":"structure","id":2,"eClass":"EPackage"},{"nsPrefix":"AsmM","nsURI":"http://org.asmeta/asmm#TransitionRules","name":"transitionrules","id":3,"eClass":"EPackage"},{"nsPrefix":"AsmM","nsURI":"http://org.asmeta/asmm#Definitions","name":"definitions","id":4,"eClass":"EPackage"},{"nsPrefix":"AsmM","nsURI":"http://org.asmeta/asmm#FurtherTerms","name":"furtherterms","id":5,"eClass":"EPackage"},{"nsPrefix":"AsmM","nsURI":"http://org.asmeta/asmm#BasicTerms","name":"basicterms","id":6,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerTerm","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NaturalTerm","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableBindingTerm","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringTerm","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetCt","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceTerm","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceCt","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealTerm","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapTerm","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapCt","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetTerm","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForallTerm","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiniteQuantificationTerm","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistUniqueTerm","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistTerm","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumTerm","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalTerm","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComprehensionTerm","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexTerm","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharTerm","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseTerm","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagTerm","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagCt","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantTerm","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedTerm","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTerm","instanceClass":null,"abstract":true,"id":37,"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":"terms","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":"asmeta.terms.basicterms.Term","defaultValue":null,"instanceClassName":"asmeta.terms.basicterms.Term","name":"TermDT","instanceClass":null,"id":40,"serializable":true,"eClass":"EDataType"},{"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":"pair","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTerm","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"id":47,"eClass":"EGenericType"},{"id":48,"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":49,"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":"assignmentTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableTerm","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"id":54,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ranges","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"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":"finiteQuantificationTerm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":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":"elseTerm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"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":"thenTerm","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"},{"container":false,"ordered":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":77,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"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":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ranges","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comparingTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"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":"comparedTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"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":"otherwiseTerm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"resultTerms","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"},{"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":"term","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableKind","instanceClass":null,"id":101,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndefTerm","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetTerm","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleAsTerm","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocationTerm","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionTerm","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainTerm","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanTerm","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicTerm","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"name":"logicalVar","id":110,"value":1,"literal":"logicalVar","eClass":"EEnumLiteral"},{"name":"locationVar","id":111,"value":2,"literal":"locationVar","eClass":"EEnumLiteral"},{"name":"ruleVar","id":112,"value":3,"literal":"ruleVar","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"arity","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"terms","changeable":true,"lowerBound":2,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleDeclaration","instanceClass":null,"abstract":true,"id":130,"interface":false,"eClass":"EClass"},{"id":131,"eClass":"EGenericType"},{"id":132,"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"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":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":true,"id":137,"interface":false,"eClass":"EClass"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"symbol","changeable":true,"lowerBound":1,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compatible","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"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":"termAsRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":true,"id":152,"interface":false,"eClass":"EClass"},{"id":153,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermAsRule","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AgentInitialization","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Body","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionInitialization","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainInitialization","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signature","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExportClause","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportClause","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDefinition","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainDefinition","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initialization","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Asm","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"id":171,"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":"program","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroCallRule","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"agentInitialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"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":"functionDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domainDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ruleDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"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":"asm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"asmBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"derived":false},{"id":191,"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":"bodySection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"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":"initializedFunction","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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionInitialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicFunction","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"id":201,"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":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"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":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteDomain","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"id":208,"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":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"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":"domainInitialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"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":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"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":"headerSection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structuredDomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"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":"signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"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":"signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"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":"signature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredTd","instanceClass":null,"abstract":true,"id":223,"interface":false,"eClass":"EClass"},{"id":224,"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":"exportedFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"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":"exportedDomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exportedRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedDomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"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":"importedFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"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":"importedRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"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":"moduleName","changeable":true,"lowerBound":1,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"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":"definedFunction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"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":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"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":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"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":"asm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultInitialState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"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":"importClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exportClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"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":"asm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"headerSection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainrule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"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":"isAsynchr","changeable":true,"lowerBound":1,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroDeclaration","instanceClass":null,"abstract":false,"id":274,"interface":false,"eClass":"EClass"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"nsPrefix":"AsmM","nsURI":"http://org.asmeta/asmm#TurboTransitionRules","name":"turbotransitionrules","id":277,"eClass":"EPackage"},{"nsPrefix":"AsmM","nsURI":"http://org.asmeta/asmm#DerivedTransitionRules","name":"derivedtransitionrules","id":278,"eClass":"EPackage"},{"nsPrefix":"AsmM","nsURI":"http://org.asmeta/asmm#BasicTransitionRules","name":"basictransitionrules","id":279,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TurboRule","instanceClass":null,"abstract":true,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TurboDeclaration","instanceClass":null,"abstract":false,"id":281,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeqRule","instanceClass":null,"abstract":false,"id":282,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TurboLocalStateRule","instanceClass":null,"abstract":false,"id":283,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TurboCallRule","instanceClass":null,"abstract":false,"id":284,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TurboReturnRule","instanceClass":null,"abstract":false,"id":285,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryCatchRule","instanceClass":null,"abstract":false,"id":286,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateRule","instanceClass":null,"abstract":false,"id":287,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":288,"interface":false,"eClass":"EClass"},{"id":289,"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":"resultType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"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":"rules","changeable":true,"lowerBound":2,"iD":false,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"instanceTypeName":"asmeta.transitionrules.basictransitionrules.Rule","defaultValue":null,"instanceClassName":"asmeta.transitionrules.basictransitionrules.Rule","name":"RuleDT","instanceClass":null,"id":295,"serializable":true,"eClass":"EDataType"},{"id":296,"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":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"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":298,"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":"localFunction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalFunction","instanceClass":null,"abstract":false,"id":303,"interface":false,"eClass":"EClass"},{"id":304,"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":"calledRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":305,"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":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"location","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":false,"unsettable":false,"transient":false,"unique":true,"name":"updateRule","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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"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":"tryRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":317,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecursiveWhileRule","instanceClass":null,"abstract":false,"id":325,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterativeWhileRule","instanceClass":null,"abstract":false,"id":326,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedRule","instanceClass":null,"abstract":true,"id":327,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseRule","instanceClass":null,"abstract":false,"id":328,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicDerivedRule","instanceClass":null,"abstract":true,"id":329,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TurboDerivedRule","instanceClass":null,"abstract":true,"id":330,"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":331,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":336,"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"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":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"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":"caseTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"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":"otherwiseBranch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"caseBranches","changeable":true,"lowerBound":1,"iD":false,"id":345,"derived":false},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicRule","instanceClass":null,"abstract":true,"id":353,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChooseRule","instanceClass":null,"abstract":false,"id":354,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockRule","instanceClass":null,"abstract":false,"id":355,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalRule","instanceClass":null,"abstract":false,"id":356,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForallRule","instanceClass":null,"abstract":false,"id":357,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetRule","instanceClass":null,"abstract":false,"id":358,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendRule","instanceClass":null,"abstract":false,"id":359,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateRule","instanceClass":null,"abstract":false,"id":360,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SkipRule","instanceClass":null,"abstract":false,"id":361,"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":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"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":"ifnone","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"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":"doRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":368,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":370,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ranges","changeable":true,"lowerBound":1,"iD":false,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"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":"calledMacro","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"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":"parameters","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"rules","changeable":true,"lowerBound":2,"iD":false,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":386,"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":"elseRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"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":"thenRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":393,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"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":"doRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":395,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ranges","changeable":true,"lowerBound":1,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":402,"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":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":403,"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":"variable","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":409,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boundVar","changeable":true,"resolveProxies":true,"lowerBound":1,"id":410,"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":"doRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updatingTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":416,"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":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlledFunction","instanceClass":null,"abstract":false,"id":423,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SharedFunction","instanceClass":null,"abstract":false,"id":424,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MonitoredFunction","instanceClass":null,"abstract":false,"id":425,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutFunction","instanceClass":null,"abstract":false,"id":426,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticFunction","instanceClass":null,"abstract":false,"id":427,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedFunction","instanceClass":null,"abstract":false,"id":428,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicFunction","instanceClass":null,"abstract":true,"id":429,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invariant","instanceClass":null,"abstract":false,"id":430,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":431,"interface":false,"eClass":"EClass"},{"nsPrefix":"AsmM","nsURI":"http://org.asmeta/asmm#Domains","name":"domains","id":432,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"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":"constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"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":"ruleBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":435,"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":"arity","changeable":true,"lowerBound":1,"iD":false,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"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":"constrainedRule","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"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":"constrainedDomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":455,"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":"constrainedFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"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":"constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"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":"constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"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":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"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":"codomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":465,"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":"arity","changeable":true,"lowerBound":1,"iD":false,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NaturalDomain","instanceClass":null,"abstract":false,"id":476,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndefDomain","instanceClass":null,"abstract":false,"id":477,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDomain","instanceClass":null,"abstract":true,"id":478,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringDomain","instanceClass":null,"abstract":false,"id":479,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceDomain","instanceClass":null,"abstract":false,"id":480,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleDomain","instanceClass":null,"abstract":false,"id":481,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReserveDomain","instanceClass":null,"abstract":false,"id":482,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealDomain","instanceClass":null,"abstract":false,"id":483,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductDomain","instanceClass":null,"abstract":false,"id":484,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowersetDomain","instanceClass":null,"abstract":false,"id":485,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapDomain","instanceClass":null,"abstract":false,"id":486,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerDomain","instanceClass":null,"abstract":false,"id":487,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumTd","instanceClass":null,"abstract":false,"id":488,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumElement","instanceClass":null,"abstract":false,"id":489,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexDomain","instanceClass":null,"abstract":false,"id":490,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharDomain","instanceClass":null,"abstract":false,"id":491,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanDomain","instanceClass":null,"abstract":false,"id":492,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicTd","instanceClass":null,"abstract":true,"id":493,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagDomain","instanceClass":null,"abstract":false,"id":494,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyDomain","instanceClass":null,"abstract":false,"id":495,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AgentDomain","instanceClass":null,"abstract":false,"id":496,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTd","instanceClass":null,"abstract":false,"id":497,"interface":false,"eClass":"EClass"},{"instanceTypeName":"asmeta.definitions.domains.Domain","defaultValue":null,"instanceClassName":"asmeta.definitions.domains.Domain","name":"DomainDT","instanceClass":null,"id":498,"serializable":true,"eClass":"EDataType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"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":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"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":"domains","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"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":"domains","changeable":true,"lowerBound":0,"iD":false,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"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":"baseDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"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":"sourceDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":518,"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":"targetDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":519,"derived":false},{"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"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":"symbol","changeable":true,"lowerBound":1,"iD":false,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compatible","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EOperation"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":533,"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":"isDynamic","changeable":true,"lowerBound":1,"iD":false,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"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":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"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":"isDynamic","changeable":true,"lowerBound":1,"iD":false,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":0},{"source":5,"target":7},{"source":5,"target":8},{"source":5,"target":9},{"source":5,"target":10},{"source":5,"target":11},{"source":5,"target":12},{"source":5,"target":13},{"source":5,"target":14},{"source":5,"target":15},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":1},{"source":7,"target":5},{"source":7,"target":30},{"source":7,"target":31},{"source":31,"target":30},{"source":8,"target":5},{"source":8,"target":30},{"source":8,"target":32},{"source":32,"target":30},{"source":9,"target":5},{"source":9,"target":33},{"source":9,"target":34},{"source":34,"target":33},{"source":10,"target":5},{"source":10,"target":30},{"source":10,"target":35},{"source":35,"target":30},{"source":11,"target":5},{"source":11,"target":24},{"source":11,"target":36},{"source":36,"target":24},{"source":12,"target":5},{"source":12,"target":37},{"source":12,"target":38},{"source":12,"target":39},{"source":38,"target":40},{"source":38,"target":41},{"source":38,"target":12},{"source":41,"target":40},{"source":39,"target":37},{"source":13,"target":5},{"source":13,"target":24},{"source":13,"target":42},{"source":42,"target":24},{"source":14,"target":5},{"source":14,"target":30},{"source":14,"target":43},{"source":43,"target":30},{"source":15,"target":5},{"source":15,"target":37},{"source":15,"target":44},{"source":15,"target":45},{"source":44,"target":46},{"source":44,"target":47},{"source":44,"target":15},{"source":47,"target":46},{"source":45,"target":37},{"source":16,"target":5},{"source":16,"target":24},{"source":16,"target":48},{"source":48,"target":24},{"source":17,"target":5},{"source":17,"target":9},{"source":17,"target":49},{"source":17,"target":50},{"source":17,"target":51},{"source":17,"target":52},{"source":49,"target":53},{"source":49,"target":54},{"source":49,"target":17},{"source":54,"target":53},{"source":50,"target":55},{"source":50,"target":56},{"source":50,"target":17},{"source":56,"target":55},{"source":51,"target":55},{"source":51,"target":57},{"source":51,"target":17},{"source":57,"target":55},{"source":52,"target":9},{"source":18,"target":5},{"source":18,"target":19},{"source":18,"target":58},{"source":58,"target":19},{"source":19,"target":5},{"source":19,"target":9},{"source":19,"target":59},{"source":19,"target":60},{"source":19,"target":61},{"source":19,"target":62},{"source":59,"target":53},{"source":59,"target":63},{"source":59,"target":19},{"source":59,"target":64},{"source":63,"target":53},{"source":60,"target":55},{"source":60,"target":65},{"source":60,"target":19},{"source":65,"target":55},{"source":61,"target":40},{"source":61,"target":66},{"source":61,"target":19},{"source":66,"target":40},{"source":62,"target":9},{"source":20,"target":5},{"source":20,"target":19},{"source":20,"target":67},{"source":67,"target":19},{"source":21,"target":5},{"source":21,"target":19},{"source":21,"target":68},{"source":68,"target":19},{"source":22,"target":5},{"source":22,"target":30},{"source":22,"target":69},{"source":69,"target":30},{"source":23,"target":5},{"source":23,"target":33},{"source":23,"target":70},{"source":23,"target":71},{"source":23,"target":72},{"source":23,"target":73},{"source":70,"target":55},{"source":70,"target":74},{"source":70,"target":23},{"source":74,"target":55},{"source":71,"target":55},{"source":71,"target":75},{"source":71,"target":23},{"source":75,"target":55},{"source":72,"target":55},{"source":72,"target":76},{"source":72,"target":23},{"source":76,"target":55},{"source":73,"target":33},{"source":24,"target":5},{"source":24,"target":9},{"source":24,"target":77},{"source":24,"target":78},{"source":24,"target":79},{"source":24,"target":80},{"source":24,"target":81},{"source":77,"target":53},{"source":77,"target":82},{"source":77,"target":24},{"source":82,"target":53},{"source":78,"target":55},{"source":78,"target":83},{"source":78,"target":24},{"source":83,"target":55},{"source":79,"target":55},{"source":79,"target":84},{"source":79,"target":24},{"source":84,"target":55},{"source":80,"target":40},{"source":80,"target":85},{"source":80,"target":24},{"source":85,"target":40},{"source":81,"target":9},{"source":25,"target":5},{"source":25,"target":30},{"source":25,"target":86},{"source":86,"target":30},{"source":26,"target":5},{"source":26,"target":30},{"source":26,"target":87},{"source":87,"target":30},{"source":27,"target":5},{"source":27,"target":33},{"source":27,"target":88},{"source":27,"target":89},{"source":27,"target":90},{"source":27,"target":91},{"source":27,"target":92},{"source":88,"target":55},{"source":88,"target":93},{"source":88,"target":27},{"source":93,"target":55},{"source":89,"target":55},{"source":89,"target":94},{"source":89,"target":27},{"source":94,"target":55},{"source":90,"target":55},{"source":90,"target":95},{"source":90,"target":27},{"source":95,"target":55},{"source":91,"target":40},{"source":91,"target":96},{"source":91,"target":27},{"source":96,"target":40},{"source":92,"target":33},{"source":28,"target":5},{"source":28,"target":37},{"source":28,"target":97},{"source":28,"target":98},{"source":97,"target":55},{"source":97,"target":99},{"source":97,"target":28},{"source":99,"target":55},{"source":98,"target":37},{"source":29,"target":5},{"source":29,"target":24},{"source":29,"target":100},{"source":100,"target":24},{"source":6,"target":101},{"source":6,"target":53},{"source":6,"target":102},{"source":6,"target":46},{"source":6,"target":103},{"source":6,"target":104},{"source":6,"target":105},{"source":6,"target":106},{"source":6,"target":33},{"source":6,"target":107},{"source":6,"target":30},{"source":6,"target":37},{"source":6,"target":108},{"source":6,"target":109},{"source":6,"target":55},{"source":6,"target":40},{"source":6,"target":1},{"source":101,"target":6},{"source":101,"target":110},{"source":101,"target":111},{"source":101,"target":112},{"source":110,"target":101},{"source":111,"target":101},{"source":112,"target":101},{"source":53,"target":6},{"source":53,"target":109},{"source":53,"target":64},{"source":53,"target":113},{"source":53,"target":114},{"source":53,"target":115},{"source":64,"target":19},{"source":64,"target":116},{"source":64,"target":53},{"source":64,"target":59},{"source":116,"target":19},{"source":113,"target":117},{"source":113,"target":53},{"source":114,"target":101},{"source":114,"target":118},{"source":114,"target":53},{"source":118,"target":101},{"source":115,"target":109},{"source":102,"target":6},{"source":102,"target":30},{"source":102,"target":119},{"source":119,"target":30},{"source":46,"target":6},{"source":46,"target":33},{"source":46,"target":120},{"source":46,"target":121},{"source":46,"target":122},{"source":120,"target":123},{"source":120,"target":46},{"source":121,"target":40},{"source":121,"target":124},{"source":121,"target":46},{"source":124,"target":40},{"source":122,"target":33},{"source":103,"target":6},{"source":103,"target":37},{"source":103,"target":125},{"source":103,"target":126},{"source":125,"target":55},{"source":125,"target":127},{"source":125,"target":103},{"source":127,"target":55},{"source":126,"target":37},{"source":104,"target":6},{"source":104,"target":33},{"source":104,"target":128},{"source":104,"target":129},{"source":128,"target":130},{"source":128,"target":131},{"source":128,"target":104},{"source":131,"target":130},{"source":129,"target":33},{"source":105,"target":6},{"source":105,"target":106},{"source":105,"target":132},{"source":132,"target":106},{"source":106,"target":6},{"source":106,"target":109},{"source":106,"target":133},{"source":106,"target":134},{"source":106,"target":135},{"source":133,"target":46},{"source":133,"target":136},{"source":133,"target":106},{"source":136,"target":46},{"source":134,"target":137},{"source":134,"target":138},{"source":134,"target":106},{"source":138,"target":137},{"source":135,"target":109},{"source":33,"target":6},{"source":33,"target":55},{"source":33,"target":139},{"source":139,"target":55},{"source":107,"target":6},{"source":107,"target":33},{"source":107,"target":140},{"source":140,"target":33},{"source":30,"target":6},{"source":30,"target":109},{"source":30,"target":141},{"source":30,"target":142},{"source":141,"target":143},{"source":141,"target":30},{"source":142,"target":109},{"source":37,"target":6},{"source":37,"target":33},{"source":37,"target":144},{"source":37,"target":145},{"source":144,"target":146},{"source":144,"target":37},{"source":145,"target":33},{"source":108,"target":6},{"source":108,"target":30},{"source":108,"target":147},{"source":147,"target":30},{"source":109,"target":6},{"source":109,"target":55},{"source":109,"target":148},{"source":148,"target":55},{"source":55,"target":6},{"source":55,"target":149},{"source":55,"target":150},{"source":55,"target":151},{"source":149,"target":55},{"source":150,"target":152},{"source":150,"target":153},{"source":150,"target":55},{"source":153,"target":152},{"source":151,"target":154},{"source":151,"target":155},{"source":151,"target":55},{"source":151,"target":156},{"source":155,"target":154},{"source":40,"target":6},{"source":2,"target":157},{"source":2,"target":158},{"source":2,"target":159},{"source":2,"target":160},{"source":2,"target":161},{"source":2,"target":162},{"source":2,"target":163},{"source":2,"target":164},{"source":2,"target":165},{"source":2,"target":166},{"source":2,"target":167},{"source":2,"target":168},{"source":2,"target":169},{"source":2,"target":0},{"source":157,"target":2},{"source":157,"target":170},{"source":170,"target":171},{"source":170,"target":157},{"source":158,"target":2},{"source":158,"target":172},{"source":158,"target":173},{"source":158,"target":174},{"source":172,"target":175},{"source":172,"target":176},{"source":172,"target":158},{"source":176,"target":175},{"source":173,"target":152},{"source":173,"target":177},{"source":173,"target":158},{"source":177,"target":152},{"source":174,"target":167},{"source":174,"target":178},{"source":174,"target":158},{"source":174,"target":179},{"source":178,"target":167},{"source":159,"target":2},{"source":159,"target":180},{"source":159,"target":181},{"source":159,"target":182},{"source":159,"target":183},{"source":159,"target":184},{"source":180,"target":165},{"source":180,"target":185},{"source":180,"target":159},{"source":185,"target":165},{"source":181,"target":186},{"source":181,"target":187},{"source":181,"target":159},{"source":187,"target":186},{"source":182,"target":166},{"source":182,"target":188},{"source":182,"target":159},{"source":188,"target":166},{"source":183,"target":130},{"source":183,"target":189},{"source":183,"target":159},{"source":183,"target":190},{"source":189,"target":130},{"source":184,"target":169},{"source":184,"target":191},{"source":184,"target":159},{"source":184,"target":192},{"source":191,"target":169},{"source":160,"target":2},{"source":160,"target":193},{"source":160,"target":194},{"source":160,"target":195},{"source":160,"target":196},{"source":193,"target":167},{"source":193,"target":197},{"source":193,"target":160},{"source":193,"target":198},{"source":197,"target":167},{"source":194,"target":55},{"source":194,"target":199},{"source":194,"target":160},{"source":199,"target":55},{"source":195,"target":200},{"source":195,"target":201},{"source":195,"target":160},{"source":195,"target":202},{"source":201,"target":200},{"source":196,"target":53},{"source":196,"target":203},{"source":196,"target":160},{"source":203,"target":53},{"source":161,"target":2},{"source":161,"target":204},{"source":161,"target":205},{"source":161,"target":206},{"source":204,"target":207},{"source":204,"target":208},{"source":204,"target":161},{"source":204,"target":209},{"source":208,"target":207},{"source":205,"target":55},{"source":205,"target":210},{"source":205,"target":161},{"source":210,"target":55},{"source":206,"target":167},{"source":206,"target":211},{"source":206,"target":161},{"source":206,"target":212},{"source":211,"target":167},{"source":162,"target":2},{"source":162,"target":213},{"source":162,"target":214},{"source":162,"target":215},{"source":162,"target":216},{"source":213,"target":152},{"source":213,"target":217},{"source":213,"target":162},{"source":213,"target":218},{"source":217,"target":152},{"source":214,"target":137},{"source":214,"target":219},{"source":214,"target":162},{"source":214,"target":220},{"source":219,"target":137},{"source":215,"target":168},{"source":215,"target":221},{"source":215,"target":162},{"source":215,"target":222},{"source":221,"target":168},{"source":216,"target":223},{"source":216,"target":224},{"source":216,"target":162},{"source":224,"target":223},{"source":163,"target":2},{"source":163,"target":225},{"source":163,"target":226},{"source":163,"target":227},{"source":225,"target":137},{"source":225,"target":228},{"source":225,"target":163},{"source":228,"target":137},{"source":226,"target":152},{"source":226,"target":229},{"source":226,"target":163},{"source":229,"target":152},{"source":227,"target":130},{"source":227,"target":230},{"source":227,"target":163},{"source":230,"target":130},{"source":164,"target":2},{"source":164,"target":231},{"source":164,"target":232},{"source":164,"target":233},{"source":164,"target":234},{"source":231,"target":152},{"source":231,"target":235},{"source":231,"target":164},{"source":235,"target":152},{"source":232,"target":137},{"source":232,"target":236},{"source":232,"target":164},{"source":236,"target":137},{"source":233,"target":130},{"source":233,"target":237},{"source":233,"target":164},{"source":237,"target":130},{"source":234,"target":238},{"source":234,"target":164},{"source":165,"target":2},{"source":165,"target":239},{"source":165,"target":240},{"source":165,"target":241},{"source":239,"target":55},{"source":239,"target":242},{"source":239,"target":165},{"source":242,"target":55},{"source":240,"target":53},{"source":240,"target":243},{"source":240,"target":165},{"source":243,"target":53},{"source":241,"target":137},{"source":241,"target":244},{"source":241,"target":165},{"source":241,"target":245},{"source":244,"target":137},{"source":166,"target":2},{"source":166,"target":246},{"source":166,"target":247},{"source":246,"target":55},{"source":246,"target":248},{"source":246,"target":166},{"source":248,"target":55},{"source":247,"target":207},{"source":247,"target":249},{"source":247,"target":166},{"source":247,"target":250},{"source":249,"target":207},{"source":167,"target":2},{"source":167,"target":157},{"source":167,"target":212},{"source":167,"target":198},{"source":167,"target":179},{"source":167,"target":251},{"source":167,"target":252},{"source":212,"target":161},{"source":212,"target":253},{"source":212,"target":167},{"source":212,"target":206},{"source":253,"target":161},{"source":198,"target":160},{"source":198,"target":254},{"source":198,"target":167},{"source":198,"target":193},{"source":254,"target":160},{"source":179,"target":158},{"source":179,"target":255},{"source":179,"target":167},{"source":179,"target":174},{"source":255,"target":158},{"source":251,"target":169},{"source":251,"target":256},{"source":251,"target":167},{"source":251,"target":257},{"source":256,"target":169},{"source":252,"target":157},{"source":168,"target":2},{"source":168,"target":258},{"source":168,"target":222},{"source":168,"target":259},{"source":168,"target":260},{"source":258,"target":164},{"source":258,"target":261},{"source":258,"target":168},{"source":261,"target":164},{"source":222,"target":162},{"source":222,"target":262},{"source":222,"target":168},{"source":222,"target":215},{"source":262,"target":162},{"source":259,"target":163},{"source":259,"target":263},{"source":259,"target":168},{"source":263,"target":163},{"source":260,"target":169},{"source":260,"target":264},{"source":260,"target":168},{"source":260,"target":265},{"source":264,"target":169},{"source":169,"target":2},{"source":169,"target":157},{"source":169,"target":266},{"source":169,"target":257},{"source":169,"target":192},{"source":169,"target":265},{"source":169,"target":267},{"source":169,"target":268},{"source":169,"target":269},{"source":266,"target":167},{"source":266,"target":270},{"source":266,"target":169},{"source":270,"target":167},{"source":257,"target":167},{"source":257,"target":271},{"source":257,"target":169},{"source":257,"target":251},{"source":271,"target":167},{"source":192,"target":159},{"source":192,"target":272},{"source":192,"target":169},{"source":192,"target":184},{"source":272,"target":159},{"source":265,"target":168},{"source":265,"target":273},{"source":265,"target":169},{"source":265,"target":260},{"source":273,"target":168},{"source":267,"target":274},{"source":267,"target":275},{"source":267,"target":169},{"source":275,"target":274},{"source":268,"target":276},{"source":268,"target":169},{"source":269,"target":157},{"source":3,"target":277},{"source":3,"target":278},{"source":3,"target":279},{"source":3,"target":0},{"source":277,"target":280},{"source":277,"target":281},{"source":277,"target":282},{"source":277,"target":283},{"source":277,"target":284},{"source":277,"target":285},{"source":277,"target":286},{"source":277,"target":287},{"source":277,"target":3},{"source":280,"target":277},{"source":280,"target":288},{"source":280,"target":289},{"source":289,"target":288},{"source":281,"target":277},{"source":281,"target":130},{"source":281,"target":290},{"source":281,"target":291},{"source":290,"target":152},{"source":290,"target":292},{"source":290,"target":281},{"source":292,"target":152},{"source":291,"target":130},{"source":282,"target":277},{"source":282,"target":280},{"source":282,"target":293},{"source":282,"target":294},{"source":293,"target":295},{"source":293,"target":296},{"source":293,"target":282},{"source":296,"target":295},{"source":294,"target":280},{"source":283,"target":277},{"source":283,"target":280},{"source":283,"target":297},{"source":283,"target":298},{"source":283,"target":299},{"source":283,"target":300},{"source":297,"target":288},{"source":297,"target":301},{"source":297,"target":283},{"source":301,"target":288},{"source":298,"target":288},{"source":298,"target":302},{"source":298,"target":283},{"source":302,"target":288},{"source":299,"target":303},{"source":299,"target":304},{"source":299,"target":283},{"source":304,"target":303},{"source":300,"target":280},{"source":284,"target":277},{"source":284,"target":280},{"source":284,"target":305},{"source":284,"target":306},{"source":284,"target":307},{"source":305,"target":281},{"source":305,"target":308},{"source":305,"target":284},{"source":308,"target":281},{"source":306,"target":40},{"source":306,"target":309},{"source":306,"target":284},{"source":309,"target":40},{"source":307,"target":280},{"source":285,"target":277},{"source":285,"target":280},{"source":285,"target":310},{"source":285,"target":311},{"source":285,"target":312},{"source":310,"target":55},{"source":310,"target":313},{"source":310,"target":285},{"source":313,"target":55},{"source":311,"target":284},{"source":311,"target":314},{"source":311,"target":285},{"source":314,"target":284},{"source":312,"target":280},{"source":286,"target":277},{"source":286,"target":280},{"source":286,"target":315},{"source":286,"target":316},{"source":286,"target":317},{"source":286,"target":318},{"source":315,"target":55},{"source":315,"target":319},{"source":315,"target":286},{"source":319,"target":55},{"source":316,"target":288},{"source":316,"target":320},{"source":316,"target":286},{"source":320,"target":288},{"source":317,"target":288},{"source":317,"target":321},{"source":317,"target":286},{"source":321,"target":288},{"source":318,"target":280},{"source":287,"target":277},{"source":287,"target":280},{"source":287,"target":322},{"source":287,"target":323},{"source":322,"target":288},{"source":322,"target":324},{"source":322,"target":287},{"source":324,"target":288},{"source":323,"target":280},{"source":278,"target":325},{"source":278,"target":326},{"source":278,"target":327},{"source":278,"target":328},{"source":278,"target":329},{"source":278,"target":330},{"source":278,"target":3},{"source":325,"target":278},{"source":325,"target":330},{"source":325,"target":331},{"source":325,"target":332},{"source":325,"target":333},{"source":331,"target":288},{"source":331,"target":334},{"source":331,"target":325},{"source":334,"target":288},{"source":332,"target":55},{"source":332,"target":335},{"source":332,"target":325},{"source":335,"target":55},{"source":333,"target":330},{"source":326,"target":278},{"source":326,"target":330},{"source":326,"target":336},{"source":326,"target":337},{"source":326,"target":338},{"source":336,"target":55},{"source":336,"target":339},{"source":336,"target":326},{"source":339,"target":55},{"source":337,"target":288},{"source":337,"target":340},{"source":337,"target":326},{"source":340,"target":288},{"source":338,"target":330},{"source":327,"target":278},{"source":327,"target":288},{"source":327,"target":341},{"source":341,"target":288},{"source":328,"target":278},{"source":328,"target":329},{"source":328,"target":342},{"source":328,"target":343},{"source":328,"target":344},{"source":328,"target":345},{"source":328,"target":346},{"source":342,"target":55},{"source":342,"target":347},{"source":342,"target":328},{"source":347,"target":55},{"source":343,"target":55},{"source":343,"target":348},{"source":343,"target":328},{"source":348,"target":55},{"source":344,"target":288},{"source":344,"target":349},{"source":344,"target":328},{"source":349,"target":288},{"source":345,"target":295},{"source":345,"target":350},{"source":345,"target":328},{"source":350,"target":295},{"source":346,"target":329},{"source":329,"target":278},{"source":329,"target":327},{"source":329,"target":351},{"source":351,"target":327},{"source":330,"target":278},{"source":330,"target":327},{"source":330,"target":352},{"source":352,"target":327},{"source":279,"target":154},{"source":279,"target":353},{"source":279,"target":288},{"source":279,"target":354},{"source":279,"target":175},{"source":279,"target":355},{"source":279,"target":356},{"source":279,"target":357},{"source":279,"target":358},{"source":279,"target":359},{"source":279,"target":360},{"source":279,"target":361},{"source":279,"target":274},{"source":279,"target":295},{"source":279,"target":3},{"source":154,"target":279},{"source":154,"target":288},{"source":154,"target":156},{"source":154,"target":362},{"source":154,"target":363},{"source":156,"target":55},{"source":156,"target":364},{"source":156,"target":154},{"source":156,"target":151},{"source":364,"target":55},{"source":362,"target":40},{"source":362,"target":365},{"source":362,"target":154},{"source":365,"target":40},{"source":363,"target":288},{"source":353,"target":279},{"source":353,"target":288},{"source":353,"target":366},{"source":366,"target":288},{"source":288,"target":279},{"source":354,"target":279},{"source":354,"target":353},{"source":354,"target":367},{"source":354,"target":368},{"source":354,"target":369},{"source":354,"target":370},{"source":354,"target":371},{"source":354,"target":372},{"source":367,"target":288},{"source":367,"target":373},{"source":367,"target":354},{"source":373,"target":288},{"source":368,"target":288},{"source":368,"target":374},{"source":368,"target":354},{"source":374,"target":288},{"source":369,"target":55},{"source":369,"target":375},{"source":369,"target":354},{"source":375,"target":55},{"source":370,"target":53},{"source":370,"target":376},{"source":370,"target":354},{"source":376,"target":53},{"source":371,"target":40},{"source":371,"target":377},{"source":371,"target":354},{"source":377,"target":40},{"source":372,"target":353},{"source":175,"target":279},{"source":175,"target":353},{"source":175,"target":378},{"source":175,"target":379},{"source":175,"target":380},{"source":378,"target":274},{"source":378,"target":381},{"source":378,"target":175},{"source":381,"target":274},{"source":379,"target":40},{"source":379,"target":382},{"source":379,"target":175},{"source":382,"target":40},{"source":380,"target":353},{"source":355,"target":279},{"source":355,"target":353},{"source":355,"target":383},{"source":355,"target":384},{"source":383,"target":295},{"source":383,"target":385},{"source":383,"target":355},{"source":385,"target":295},{"source":384,"target":353},{"source":356,"target":279},{"source":356,"target":353},{"source":356,"target":386},{"source":356,"target":387},{"source":356,"target":388},{"source":356,"target":389},{"source":386,"target":55},{"source":386,"target":390},{"source":386,"target":356},{"source":390,"target":55},{"source":387,"target":288},{"source":387,"target":391},{"source":387,"target":356},{"source":391,"target":288},{"source":388,"target":288},{"source":388,"target":392},{"source":388,"target":356},{"source":392,"target":288},{"source":389,"target":353},{"source":357,"target":279},{"source":357,"target":353},{"source":357,"target":393},{"source":357,"target":394},{"source":357,"target":395},{"source":357,"target":396},{"source":357,"target":397},{"source":393,"target":53},{"source":393,"target":398},{"source":393,"target":357},{"source":398,"target":53},{"source":394,"target":55},{"source":394,"target":399},{"source":394,"target":357},{"source":399,"target":55},{"source":395,"target":288},{"source":395,"target":400},{"source":395,"target":357},{"source":400,"target":288},{"source":396,"target":40},{"source":396,"target":401},{"source":396,"target":357},{"source":401,"target":40},{"source":397,"target":353},{"source":358,"target":279},{"source":358,"target":353},{"source":358,"target":402},{"source":358,"target":403},{"source":358,"target":404},{"source":358,"target":405},{"source":402,"target":288},{"source":402,"target":406},{"source":402,"target":358},{"source":406,"target":288},{"source":403,"target":55},{"source":403,"target":407},{"source":403,"target":358},{"source":407,"target":55},{"source":404,"target":53},{"source":404,"target":408},{"source":404,"target":358},{"source":408,"target":53},{"source":405,"target":353},{"source":359,"target":279},{"source":359,"target":353},{"source":359,"target":409},{"source":359,"target":410},{"source":359,"target":411},{"source":359,"target":412},{"source":409,"target":152},{"source":409,"target":413},{"source":409,"target":359},{"source":413,"target":152},{"source":410,"target":53},{"source":410,"target":414},{"source":410,"target":359},{"source":414,"target":53},{"source":411,"target":288},{"source":411,"target":415},{"source":411,"target":359},{"source":415,"target":288},{"source":412,"target":353},{"source":360,"target":279},{"source":360,"target":353},{"source":360,"target":416},{"source":360,"target":417},{"source":360,"target":418},{"source":416,"target":55},{"source":416,"target":419},{"source":416,"target":360},{"source":419,"target":55},{"source":417,"target":55},{"source":417,"target":420},{"source":417,"target":360},{"source":420,"target":55},{"source":418,"target":353},{"source":361,"target":279},{"source":361,"target":353},{"source":361,"target":421},{"source":421,"target":353},{"source":274,"target":279},{"source":274,"target":130},{"source":274,"target":422},{"source":422,"target":130},{"source":295,"target":279},{"source":4,"target":130},{"source":4,"target":303},{"source":4,"target":423},{"source":4,"target":424},{"source":4,"target":425},{"source":4,"target":426},{"source":4,"target":200},{"source":4,"target":427},{"source":4,"target":428},{"source":4,"target":429},{"source":4,"target":430},{"source":4,"target":137},{"source":4,"target":431},{"source":4,"target":186},{"source":4,"target":432},{"source":4,"target":0},{"source":130,"target":4},{"source":130,"target":431},{"source":130,"target":433},{"source":130,"target":434},{"source":130,"target":435},{"source":130,"target":190},{"source":130,"target":436},{"source":130,"target":437},{"source":433,"target":53},{"source":433,"target":438},{"source":433,"target":130},{"source":438,"target":53},{"source":434,"target":430},{"source":434,"target":439},{"source":434,"target":130},{"source":434,"target":440},{"source":439,"target":430},{"source":435,"target":288},{"source":435,"target":441},{"source":435,"target":130},{"source":441,"target":288},{"source":190,"target":159},{"source":190,"target":442},{"source":190,"target":130},{"source":190,"target":183},{"source":442,"target":159},{"source":436,"target":443},{"source":436,"target":130},{"source":437,"target":431},{"source":303,"target":4},{"source":303,"target":200},{"source":303,"target":444},{"source":444,"target":200},{"source":423,"target":4},{"source":423,"target":200},{"source":423,"target":445},{"source":445,"target":200},{"source":424,"target":4},{"source":424,"target":200},{"source":424,"target":446},{"source":446,"target":200},{"source":425,"target":4},{"source":425,"target":200},{"source":425,"target":447},{"source":447,"target":200},{"source":426,"target":4},{"source":426,"target":200},{"source":426,"target":448},{"source":448,"target":200},{"source":200,"target":4},{"source":200,"target":429},{"source":200,"target":202},{"source":200,"target":449},{"source":202,"target":160},{"source":202,"target":450},{"source":202,"target":200},{"source":202,"target":195},{"source":450,"target":160},{"source":449,"target":429},{"source":427,"target":4},{"source":427,"target":429},{"source":427,"target":451},{"source":451,"target":429},{"source":428,"target":4},{"source":428,"target":137},{"source":428,"target":452},{"source":452,"target":137},{"source":429,"target":4},{"source":429,"target":137},{"source":429,"target":453},{"source":453,"target":137},{"source":430,"target":4},{"source":430,"target":186},{"source":430,"target":454},{"source":430,"target":455},{"source":430,"target":440},{"source":430,"target":456},{"source":430,"target":457},{"source":454,"target":152},{"source":454,"target":458},{"source":454,"target":430},{"source":454,"target":459},{"source":458,"target":152},{"source":455,"target":55},{"source":455,"target":460},{"source":455,"target":430},{"source":460,"target":55},{"source":440,"target":130},{"source":440,"target":461},{"source":440,"target":430},{"source":440,"target":434},{"source":461,"target":130},{"source":456,"target":137},{"source":456,"target":462},{"source":456,"target":430},{"source":456,"target":463},{"source":462,"target":137},{"source":457,"target":186},{"source":137,"target":4},{"source":137,"target":431},{"source":137,"target":464},{"source":137,"target":465},{"source":137,"target":245},{"source":137,"target":463},{"source":137,"target":466},{"source":137,"target":220},{"source":137,"target":467},{"source":464,"target":152},{"source":464,"target":468},{"source":464,"target":137},{"source":468,"target":152},{"source":465,"target":152},{"source":465,"target":469},{"source":465,"target":137},{"source":469,"target":152},{"source":245,"target":165},{"source":245,"target":470},{"source":245,"target":137},{"source":245,"target":241},{"source":470,"target":165},{"source":463,"target":430},{"source":463,"target":471},{"source":463,"target":137},{"source":463,"target":456},{"source":471,"target":430},{"source":466,"target":472},{"source":466,"target":137},{"source":220,"target":162},{"source":220,"target":473},{"source":220,"target":137},{"source":220,"target":214},{"source":473,"target":162},{"source":467,"target":431},{"source":431,"target":4},{"source":431,"target":157},{"source":431,"target":474},{"source":474,"target":157},{"source":186,"target":4},{"source":186,"target":431},{"source":186,"target":475},{"source":475,"target":431},{"source":432,"target":476},{"source":432,"target":477},{"source":432,"target":478},{"source":432,"target":223},{"source":432,"target":479},{"source":432,"target":480},{"source":432,"target":481},{"source":432,"target":482},{"source":432,"target":483},{"source":432,"target":484},{"source":432,"target":485},{"source":432,"target":486},{"source":432,"target":487},{"source":432,"target":488},{"source":432,"target":489},{"source":432,"target":152},{"source":432,"target":207},{"source":432,"target":490},{"source":432,"target":491},{"source":432,"target":492},{"source":432,"target":493},{"source":432,"target":494},{"source":432,"target":495},{"source":432,"target":496},{"source":432,"target":497},{"source":432,"target":498},{"source":432,"target":4},{"source":476,"target":432},{"source":476,"target":487},{"source":476,"target":499},{"source":499,"target":487},{"source":477,"target":432},{"source":477,"target":493},{"source":477,"target":500},{"source":500,"target":493},{"source":478,"target":432},{"source":478,"target":152},{"source":478,"target":501},{"source":501,"target":152},{"source":223,"target":432},{"source":223,"target":478},{"source":223,"target":502},{"source":502,"target":478},{"source":479,"target":432},{"source":479,"target":493},{"source":479,"target":503},{"source":503,"target":493},{"source":480,"target":432},{"source":480,"target":223},{"source":480,"target":504},{"source":480,"target":505},{"source":504,"target":152},{"source":504,"target":506},{"source":504,"target":480},{"source":506,"target":152},{"source":505,"target":223},{"source":481,"target":432},{"source":481,"target":223},{"source":481,"target":507},{"source":481,"target":508},{"source":507,"target":498},{"source":507,"target":509},{"source":507,"target":481},{"source":509,"target":498},{"source":508,"target":223},{"source":482,"target":432},{"source":482,"target":497},{"source":482,"target":510},{"source":510,"target":497},{"source":483,"target":432},{"source":483,"target":490},{"source":483,"target":511},{"source":511,"target":490},{"source":484,"target":432},{"source":484,"target":223},{"source":484,"target":512},{"source":484,"target":513},{"source":512,"target":498},{"source":512,"target":514},{"source":512,"target":484},{"source":514,"target":498},{"source":513,"target":223},{"source":485,"target":432},{"source":485,"target":223},{"source":485,"target":515},{"source":485,"target":516},{"source":515,"target":152},{"source":515,"target":517},{"source":515,"target":485},{"source":517,"target":152},{"source":516,"target":223},{"source":486,"target":432},{"source":486,"target":223},{"source":486,"target":518},{"source":486,"target":519},{"source":486,"target":520},{"source":518,"target":152},{"source":518,"target":521},{"source":518,"target":486},{"source":521,"target":152},{"source":519,"target":152},{"source":519,"target":522},{"source":519,"target":486},{"source":522,"target":152},{"source":520,"target":223},{"source":487,"target":432},{"source":487,"target":483},{"source":487,"target":523},{"source":523,"target":483},{"source":488,"target":432},{"source":488,"target":478},{"source":488,"target":524},{"source":488,"target":525},{"source":524,"target":489},{"source":524,"target":526},{"source":524,"target":488},{"source":526,"target":489},{"source":525,"target":478},{"source":489,"target":432},{"source":489,"target":527},{"source":527,"target":528},{"source":527,"target":489},{"source":152,"target":432},{"source":152,"target":431},{"source":152,"target":529},{"source":152,"target":459},{"source":152,"target":218},{"source":152,"target":530},{"source":529,"target":152},{"source":459,"target":430},{"source":459,"target":531},{"source":459,"target":152},{"source":459,"target":454},{"source":531,"target":430},{"source":218,"target":162},{"source":218,"target":532},{"source":218,"target":152},{"source":218,"target":213},{"source":532,"target":162},{"source":530,"target":431},{"source":207,"target":432},{"source":207,"target":152},{"source":207,"target":209},{"source":207,"target":250},{"source":207,"target":533},{"source":207,"target":534},{"source":207,"target":535},{"source":209,"target":161},{"source":209,"target":536},{"source":209,"target":207},{"source":209,"target":204},{"source":536,"target":161},{"source":250,"target":166},{"source":250,"target":537},{"source":250,"target":207},{"source":250,"target":247},{"source":537,"target":166},{"source":533,"target":478},{"source":533,"target":538},{"source":533,"target":207},{"source":538,"target":478},{"source":534,"target":539},{"source":534,"target":207},{"source":535,"target":152},{"source":490,"target":432},{"source":490,"target":493},{"source":490,"target":540},{"source":540,"target":493},{"source":491,"target":432},{"source":491,"target":493},{"source":491,"target":541},{"source":541,"target":493},{"source":492,"target":432},{"source":492,"target":493},{"source":492,"target":542},{"source":542,"target":493},{"source":493,"target":432},{"source":493,"target":478},{"source":493,"target":543},{"source":543,"target":478},{"source":494,"target":432},{"source":494,"target":223},{"source":494,"target":544},{"source":494,"target":545},{"source":544,"target":152},{"source":544,"target":546},{"source":544,"target":494},{"source":546,"target":152},{"source":545,"target":223},{"source":495,"target":432},{"source":495,"target":478},{"source":495,"target":547},{"source":547,"target":478},{"source":496,"target":432},{"source":496,"target":497},{"source":496,"target":548},{"source":548,"target":497},{"source":497,"target":432},{"source":497,"target":478},{"source":497,"target":549},{"source":497,"target":550},{"source":549,"target":551},{"source":549,"target":497},{"source":550,"target":478},{"source":498,"target":432}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EAnnotation source="ModelingUnit">
<details key="require" value="kermeta|"/>
</ecore:EAnnotation>
<ecore:EPackage name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore">
<eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#/1/EStructuralFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1"
eType="#/1/EDataType" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eAttributeType
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="java.lang.Boolean">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::standard::Boolean"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#/1/EModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#/1/EString">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1"
eType="#/1/EStringToStringMapEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#/1/EModelElement"
eOpposite="#/1/EModelElement/eAnnotations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#/1/EObject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="#/1/EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::standard::String"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#/1/EClassifier">
<eOperations name="isSuperTypeOf" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="someClass" eType="#/1/EClass"/>
</eOperations>
<eOperations name="getFeatureCount" eType="#/1/EInt">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="op_getEStructuralFeature" eType="#/1/EStructuralFeature">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="featureID" eType="#/1/EInt"/>
</eOperations>
<eOperations name="getFeatureID" eType="#/1/EInt">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="feature" eType="#/1/EStructuralFeature"/>
</eOperations>
<eOperations name="getEStructuralFeature" eType="#/1/EStructuralFeature">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="featureName" eType="#/1/EString"/>
</eOperations>
<eOperations name="getOperationCount" eType="#/1/EInt">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="getEOperation" eType="#/1/EOperation">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="operationID" eType="#/1/EInt"/>
</eOperations>
<eOperations name="getOperationID" eType="#/1/EInt">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="operation" eType="#/1/EOperation"/>
</eOperations>
<eOperations name="getOverride" eType="#/1/EOperation">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="operation" eType="#/1/EOperation"/>
</eOperations>
<eOperations name="getFeatureType" eType="#/1/EGenericType">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="feature" eType="#/1/EStructuralFeature"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1"
eType="#/1/EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1"
eType="#/1/EOperation" containment="true" eOpposite="#/1/EOperation/eContainingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1"
eType="#/1/EAttribute" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eAllAttributes
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1"
eType="#/1/EReference" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eAllReferences
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1"
eType="#/1/EReference" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eReferences
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1"
eType="#/1/EAttribute" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eAttributes
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1"
eType="#/1/EReference" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eAllContainments
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1"
eType="#/1/EOperation" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eAllOperations
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures"
upperBound="-1" eType="#/1/EStructuralFeature" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eAllStructuralFeatures
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1"
eType="#/1/EClass" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eAllSuperTypes
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#/1/EAttribute"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eIDAttribute
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures"
upperBound="-1" eType="#/1/EStructuralFeature" containment="true" eOpposite="#/1/EStructuralFeature/eContainingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1"
eType="#/1/EGenericType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes"
upperBound="-1" eType="#/1/EGenericType" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eAllGenericSuperTypes
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#/1/ENamedElement">
<eOperations name="isInstance" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="object" eType="#/1/EJavaObject"/>
</eOperations>
<eOperations name="getClassifierID" eType="#/1/EInt">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="#/1/EString">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" eType="#/1/EJavaClass"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="kermeta">
<details key="isComposite" value="false"/>
<details key="isReadOnly" value="true"/>
</eAnnotations>
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property instanceClass
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#/1/EJavaObject"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="kermeta">
<details key="isComposite" value="false"/>
<details key="isReadOnly" value="true"/>
</eAnnotations>
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property defaultValue
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="#/1/EString">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#/1/EPackage"
changeable="false" eOpposite="#/1/EPackage/eClassifiers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1"
eType="#/1/ETypeParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::standard::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#/1/EClassifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="#/1/EBoolean"
defaultValueLiteral="true">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#/1/EDataType">
<eOperations name="op_getEEnumLiteral" eType="#/1/EEnumLiteral">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="name" eType="#/1/EString"/>
</eOperations>
<eOperations name="getEEnumLiteral" eType="#/1/EEnumLiteral">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="value" eType="#/1/EInt"/>
</eOperations>
<eOperations name="getEEnumLiteralByLiteral" eType="#/1/EEnumLiteral">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="literal" eType="#/1/EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1"
eType="#/1/EEnumLiteral" containment="true" eOpposite="#/1/EEnumLiteral/eEnum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#/1/ENamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#/1/EInt">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#/1/EEnumerator">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="#/1/EString">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#/1/EEnum"
changeable="false" eOpposite="#/1/EEnum/eLiterals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::standard::Integer"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#/1/EModelElement">
<eOperations name="create" eType="#/1/EObject">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="eClass" eType="#/1/EClass"/>
</eOperations>
<eOperations name="createFromString" eType="#/1/EJavaObject">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="eDataType" eType="#/1/EDataType"/>
<eParameters name="literalValue" eType="#/1/EString"/>
</eOperations>
<eOperations name="convertToString" eType="#/1/EString">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="eDataType" eType="#/1/EDataType"/>
<eParameters name="instanceValue" eType="#/1/EJavaObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1"
eType="#/1/EPackage" eOpposite="#/1/EPackage/eFactoryInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true">
<eOperations name="getEAnnotation" eType="#/1/EAnnotation">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="source" eType="#/1/EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1"
eType="#/1/EAnnotation" containment="true" eOpposite="#/1/EAnnotation/eModelElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#/1/EModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#/1/EString">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EObject">
<eOperations name="eClass" eType="#/1/EClass">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="eIsProxy" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="eResource" eType="#/1/EResource">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="eContainer" eType="#/1/EObject">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="eContainingFeature" eType="#/1/EStructuralFeature">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="eContainmentFeature" eType="#/1/EReference">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="eContents" eType="#/1/EEList">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="eAllContents" eType="#/1/ETreeIterator">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="eCrossReferences" eType="#/1/EEList">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="op_eGet" eType="#/1/EJavaObject">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="feature" eType="#/1/EStructuralFeature"/>
</eOperations>
<eOperations name="eGet" eType="#/1/EJavaObject">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="feature" eType="#/1/EStructuralFeature"/>
<eParameters name="resolve" eType="#/1/EBoolean"/>
</eOperations>
<eOperations name="eSet">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="feature" eType="#/1/EStructuralFeature"/>
<eParameters name="newValue" eType="#/1/EJavaObject"/>
</eOperations>
<eOperations name="eIsSet" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="feature" eType="#/1/EStructuralFeature"/>
</eOperations>
<eOperations name="eUnset">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="feature" eType="#/1/EStructuralFeature"/>
</eOperations>
<eOperations name="eInvoke" eType="#/1/EJavaObject">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="operation" eType="#/1/EOperation"/>
<eParameters name="arguments" eType="#/1/EEList"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#/1/ETypedElement">
<eOperations name="getOperationID" eType="#/1/EInt">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="isOverrideOf" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="someOperation" eType="#/1/EOperation"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#/1/EClass"
changeable="false" eOpposite="#/1/EClass/eOperations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1"
eType="#/1/ETypeParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1"
eType="#/1/EParameter" containment="true" eOpposite="#/1/EParameter/eOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1"
eType="#/1/EClassifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1"
eType="#/1/EGenericType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#/1/ENamedElement">
<eOperations name="getEClassifier" eType="#/1/EClassifier">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="name" eType="#/1/EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="#/1/EString">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="#/1/EString">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1"
eType="#/1/EFactory" eOpposite="#/1/EFactory/ePackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1"
eType="#/1/EClassifier" containment="true" eOpposite="#/1/EClassifier/ePackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1"
eType="#/1/EPackage" containment="true" eOpposite="#/1/EPackage/eSuperPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#/1/EPackage"
changeable="false" eOpposite="#/1/EPackage/eSubpackages"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#/1/ETypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#/1/EOperation"
changeable="false" eOpposite="#/1/EOperation/eParameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#/1/EStructuralFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#/1/EBoolean"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="kermeta">
<details key="isComposite" value="false"/>
<details key="isReadOnly" value="true"/>
</eAnnotations>
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property container
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="#/1/EBoolean"
defaultValueLiteral="true">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#/1/EReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1"
eType="#/1/EClass" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eReferenceType
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1"
eType="#/1/EAttribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true"
eSuperTypes="#/1/ETypedElement">
<eOperations name="getFeatureID" eType="#/1/EInt">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eOperations name="getContainerClass" eType="#/1/EJavaClass">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#/1/EBoolean"
defaultValueLiteral="true">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral"
eType="#/1/EString">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#/1/EJavaObject"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="kermeta">
<details key="isComposite" value="false"/>
<details key="isReadOnly" value="true"/>
</eAnnotations>
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property defaultValue
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#/1/EClass"
changeable="false" eOpposite="#/1/EClass/eStructuralFeatures"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#/1/ENamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="#/1/EBoolean"
defaultValueLiteral="true">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="#/1/EBoolean"
defaultValueLiteral="true">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="#/1/EInt">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="#/1/EInt"
defaultValueLiteral="1">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="#/1/EBoolean"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="kermeta">
<details key="isComposite" value="false"/>
<details key="isReadOnly" value="true"/>
</eAnnotations>
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property many
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#/1/EBoolean"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="kermeta">
<details key="isComposite" value="false"/>
<details key="isReadOnly" value="true"/>
</eAnnotations>
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property required
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#/1/EClassifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="#/1/EGenericType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="#/1/EString">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#/1/EString">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EGenericType">
<eOperations name="isInstance" eType="#/1/EBoolean">
<eAnnotations source="kermeta">
<details key="isAbstract" value="true"/>
</eAnnotations>
<eParameters name="object" eType="#/1/EJavaObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="#/1/EGenericType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1"
eType="#/1/EGenericType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1"
eType="#/1/EClassifier" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="kermetaderivedProp.getter">
<details key="body" value="do
 //TODO: implement getterfor derived property eRawType
 raise kermeta::exceptions::NotImplementedException.new 
end"/>
</eAnnotations>
<eAnnotations source="kermeta">
<details key="isReadOnly" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="#/1/EGenericType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="#/1/ETypeParameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="#/1/EClassifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="#/1/ENamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1"
eType="#/1/EGenericType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::standard::Boolean"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="ecore::EByte"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="ecore::EChar"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="java.lang.Double">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::standard::Real"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::standard::Real"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::ecore::EFeatureMapEntry"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="java.lang.Double">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::standard::Real"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Double">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::standard::Real"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::standard::Integer"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="ecore::ELong"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="ecore::EShort"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="java.lang.Object">
<eAnnotations source="kermeta">
<details key="alias" value="kermeta::language::structure::Object"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
<ecore:EAnnotation source="dependentResource"/>
</xmi:XMI>
| github:ecore:/data/AskhatOmarov/or_kmt/model/Ecore.ecore | ecore | ecore
EAttribute
iD
eAttributeType
EBoolean
java.lang.Boolean
java.lang.Boolean
EAnnotation
source
details
eModelElement
contents
references
EString
java.lang.String
java.lang.String
EClass
isSuperTypeOf
someClass
getFeatureCount
op_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
EJavaClass
java.lang.Object
java.lang.Object
EJavaObject
java.lang.Object
java.lang.Object
EDataType
serializable
true
EEnum
op_getEEnumLiteral
name
getEEnumLiteral
value
getEEnumLiteralByLiteral
literal
eLiterals
EEnumLiteral
value
instance
literal
eEnum
EInt
java.lang.Object
java.lang.Object
EEnumerator
java.lang.Object
java.lang.Object
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
op_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
EStringToStringMapEntry
key
value
EGenericType
isInstance
object
eUpperBound
eTypeArguments
eRawType
eLowerBound
eTypeParameter
eClassifier
ETypeParameter
eBounds
EBigDecimal
java.lang.Object
java.lang.Object
EBigInteger
java.lang.Object
java.lang.Object
EBooleanObject
java.lang.Boolean
java.lang.Boolean
EByte
java.lang.Object
java.lang.Object
EByteArray
java.lang.Object
java.lang.Object
EByteObject
java.lang.Object
java.lang.Object
EChar
java.lang.Object
java.lang.Object
ECharacterObject
java.lang.Object
java.lang.Object
EDate
java.lang.Object
java.lang.Object
EDiagnosticChain
java.lang.Object
java.lang.Object
EDouble
java.lang.Double
java.lang.Double
EDoubleObject
java.lang.Double
java.lang.Double
EEList
java.lang.Object
java.lang.Object
EFeatureMap
java.lang.Object
java.lang.Object
EFeatureMapEntry
java.lang.Object
java.lang.Object
EFloat
java.lang.Double
java.lang.Double
EFloatObject
java.lang.Double
java.lang.Double
EIntegerObject
java.lang.Object
java.lang.Object
ELong
java.lang.Object
java.lang.Object
ELongObject
java.lang.Object
java.lang.Object
EMap
java.lang.Object
java.lang.Object
EResource
java.lang.Object
java.lang.Object
EResourceSet
java.lang.Object
java.lang.Object
EShort
java.lang.Object
java.lang.Object
EShortObject
java.lang.Object
java.lang.Object
ETreeIterator
java.lang.Object
java.lang.Object
EInvocationTargetException
java.lang.Object
java.lang.Object | null | {"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBoolean","instanceClass":"java.lang.Boolean","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaClass","instanceClass":"java.lang.Object","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EInt","instanceClass":"java.lang.Object","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EEnumerator","instanceClass":"java.lang.Object","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStringToStringMapEntry","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EBigDecimal","instanceClass":"java.lang.Object","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EBigInteger","instanceClass":"java.lang.Object","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EByte","instanceClass":"java.lang.Object","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EByteArray","instanceClass":"java.lang.Object","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EByteObject","instanceClass":"java.lang.Object","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EChar","instanceClass":"java.lang.Object","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ECharacterObject","instanceClass":"java.lang.Object","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EDate","instanceClass":"java.lang.Object","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EDiagnosticChain","instanceClass":"java.lang.Object","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDouble","instanceClass":"java.lang.Double","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EEList","instanceClass":"java.lang.Object","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EFeatureMap","instanceClass":"java.lang.Object","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EFeatureMapEntry","instanceClass":"java.lang.Object","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EFloat","instanceClass":"java.lang.Double","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EFloatObject","instanceClass":"java.lang.Double","id":43,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EIntegerObject","instanceClass":"java.lang.Object","id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ELong","instanceClass":"java.lang.Object","id":45,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ELongObject","instanceClass":"java.lang.Object","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EMap","instanceClass":"java.lang.Object","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EResource","instanceClass":"java.lang.Object","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EResourceSet","instanceClass":"java.lang.Object","id":49,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EShort","instanceClass":"java.lang.Object","id":50,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EShortObject","instanceClass":"java.lang.Object","id":51,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ETreeIterator","instanceClass":"java.lang.Object","id":52,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EInvocationTargetException","instanceClass":"java.lang.Object","id":53,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":55,"derived":true},{"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":"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":true,"lowerBound":0,"id":60,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","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":"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":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"op_getEStructuralFeature","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationCount","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEOperation","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOverride","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureType","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":false,"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":true,"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":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":true,"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":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":true,"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":true,"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":true,"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":true,"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":true,"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":true,"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":true,"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":true,"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":true,"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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"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":"eContainingClass","changeable":false,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":145,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":146,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":147,"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":"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":true,"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"},{"container":false,"ordered":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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"op_getEEnumLiteral","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":167,"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":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EParameter"},{"id":178,"eClass":"EGenericType"},{"id":179,"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":"eEnum","changeable":false,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EParameter"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EParameter"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EParameter"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"op_eGet","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eInvoke","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EOperation"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EParameter"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EParameter"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverrideOf","lowerBound":0,"id":264,"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":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":"eParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someOperation","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EParameter"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"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":"eOperation","changeable":false,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"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":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":287,"many":false,"required":false,"eClass":"EParameter"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":297,"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":"container","changeable":false,"lowerBound":0,"iD":false,"id":298,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":301,"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":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"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":314,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":316,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","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":"derived","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":333,"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":"many","changeable":false,"lowerBound":0,"iD":false,"id":334,"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":"required","changeable":false,"lowerBound":0,"iD":false,"id":335,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eGenericType","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"},{"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":347,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":351,"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":"eUpperBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"container":false,"ordered":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":true,"lowerBound":0,"id":353,"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":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":354,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":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":"eTypeParameter","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":false,"unsettable":false,"transient":false,"unique":true,"name":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":359,"many":false,"required":false,"eClass":"EParameter"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":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":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":22},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":54,"target":2},{"source":54,"target":57},{"source":54,"target":1},{"source":57,"target":2},{"source":55,"target":9},{"source":55,"target":58},{"source":55,"target":1},{"source":58,"target":9},{"source":56,"target":22},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":59,"target":4},{"source":59,"target":65},{"source":59,"target":3},{"source":65,"target":4},{"source":60,"target":24},{"source":60,"target":66},{"source":60,"target":3},{"source":66,"target":24},{"source":61,"target":15},{"source":61,"target":67},{"source":61,"target":3},{"source":61,"target":68},{"source":67,"target":15},{"source":62,"target":17},{"source":62,"target":69},{"source":62,"target":3},{"source":69,"target":17},{"source":63,"target":17},{"source":63,"target":70},{"source":63,"target":3},{"source":70,"target":17},{"source":64,"target":15},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":5,"target":97},{"source":71,"target":2},{"source":71,"target":98},{"source":71,"target":5},{"source":71,"target":99},{"source":98,"target":2},{"source":99,"target":5},{"source":99,"target":100},{"source":99,"target":71},{"source":100,"target":5},{"source":72,"target":12},{"source":72,"target":101},{"source":72,"target":5},{"source":101,"target":12},{"source":73,"target":22},{"source":73,"target":102},{"source":73,"target":5},{"source":73,"target":103},{"source":102,"target":22},{"source":103,"target":12},{"source":103,"target":104},{"source":103,"target":73},{"source":104,"target":12},{"source":74,"target":12},{"source":74,"target":105},{"source":74,"target":5},{"source":74,"target":106},{"source":105,"target":12},{"source":106,"target":22},{"source":106,"target":107},{"source":106,"target":74},{"source":107,"target":22},{"source":75,"target":22},{"source":75,"target":108},{"source":75,"target":5},{"source":75,"target":109},{"source":108,"target":22},{"source":109,"target":4},{"source":109,"target":110},{"source":109,"target":75},{"source":110,"target":4},{"source":76,"target":12},{"source":76,"target":111},{"source":76,"target":5},{"source":111,"target":12},{"source":77,"target":18},{"source":77,"target":112},{"source":77,"target":5},{"source":77,"target":113},{"source":112,"target":18},{"source":113,"target":12},{"source":113,"target":114},{"source":113,"target":77},{"source":114,"target":12},{"source":78,"target":12},{"source":78,"target":115},{"source":78,"target":5},{"source":78,"target":116},{"source":115,"target":12},{"source":116,"target":18},{"source":116,"target":117},{"source":116,"target":78},{"source":117,"target":18},{"source":79,"target":18},{"source":79,"target":118},{"source":79,"target":5},{"source":79,"target":119},{"source":118,"target":18},{"source":119,"target":18},{"source":119,"target":120},{"source":119,"target":79},{"source":120,"target":18},{"source":80,"target":25},{"source":80,"target":121},{"source":80,"target":5},{"source":80,"target":122},{"source":121,"target":25},{"source":122,"target":22},{"source":122,"target":123},{"source":122,"target":80},{"source":123,"target":22},{"source":81,"target":2},{"source":81,"target":124},{"source":81,"target":5},{"source":124,"target":2},{"source":82,"target":2},{"source":82,"target":125},{"source":82,"target":5},{"source":125,"target":2},{"source":83,"target":5},{"source":83,"target":126},{"source":83,"target":5},{"source":126,"target":5},{"source":84,"target":18},{"source":84,"target":127},{"source":84,"target":5},{"source":84,"target":128},{"source":127,"target":18},{"source":85,"target":1},{"source":85,"target":129},{"source":85,"target":5},{"source":129,"target":1},{"source":86,"target":21},{"source":86,"target":130},{"source":86,"target":5},{"source":130,"target":21},{"source":87,"target":21},{"source":87,"target":131},{"source":87,"target":5},{"source":131,"target":21},{"source":88,"target":1},{"source":88,"target":132},{"source":88,"target":5},{"source":132,"target":1},{"source":89,"target":21},{"source":89,"target":133},{"source":89,"target":5},{"source":133,"target":21},{"source":90,"target":18},{"source":90,"target":134},{"source":90,"target":5},{"source":134,"target":18},{"source":91,"target":22},{"source":91,"target":135},{"source":91,"target":5},{"source":135,"target":22},{"source":92,"target":5},{"source":92,"target":136},{"source":92,"target":5},{"source":136,"target":5},{"source":93,"target":1},{"source":93,"target":137},{"source":93,"target":5},{"source":137,"target":1},{"source":94,"target":22},{"source":94,"target":138},{"source":94,"target":5},{"source":94,"target":139},{"source":138,"target":22},{"source":95,"target":25},{"source":95,"target":140},{"source":95,"target":5},{"source":140,"target":25},{"source":96,"target":25},{"source":96,"target":141},{"source":96,"target":5},{"source":141,"target":25},{"source":97,"target":6},{"source":6,"target":0},{"source":6,"target":16},{"source":6,"target":142},{"source":6,"target":143},{"source":6,"target":144},{"source":6,"target":145},{"source":6,"target":146},{"source":6,"target":147},{"source":6,"target":148},{"source":6,"target":149},{"source":6,"target":150},{"source":142,"target":2},{"source":142,"target":151},{"source":142,"target":6},{"source":142,"target":152},{"source":151,"target":2},{"source":152,"target":8},{"source":152,"target":153},{"source":152,"target":142},{"source":153,"target":8},{"source":143,"target":12},{"source":143,"target":154},{"source":143,"target":6},{"source":154,"target":12},{"source":144,"target":4},{"source":144,"target":155},{"source":144,"target":6},{"source":155,"target":4},{"source":145,"target":7},{"source":145,"target":156},{"source":145,"target":6},{"source":156,"target":7},{"source":146,"target":8},{"source":146,"target":157},{"source":146,"target":6},{"source":157,"target":8},{"source":147,"target":4},{"source":147,"target":158},{"source":147,"target":6},{"source":158,"target":4},{"source":148,"target":19},{"source":148,"target":159},{"source":148,"target":6},{"source":148,"target":160},{"source":159,"target":19},{"source":149,"target":26},{"source":149,"target":161},{"source":149,"target":6},{"source":161,"target":26},{"source":150,"target":16},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":162},{"source":9,"target":163},{"source":162,"target":2},{"source":162,"target":164},{"source":162,"target":9},{"source":164,"target":2},{"source":163,"target":6},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":165},{"source":10,"target":166},{"source":10,"target":167},{"source":10,"target":168},{"source":10,"target":169},{"source":165,"target":11},{"source":165,"target":170},{"source":165,"target":10},{"source":165,"target":171},{"source":170,"target":11},{"source":171,"target":4},{"source":171,"target":172},{"source":171,"target":165},{"source":172,"target":4},{"source":166,"target":11},{"source":166,"target":173},{"source":166,"target":10},{"source":166,"target":174},{"source":173,"target":11},{"source":174,"target":12},{"source":174,"target":175},{"source":174,"target":166},{"source":175,"target":12},{"source":167,"target":11},{"source":167,"target":176},{"source":167,"target":10},{"source":167,"target":177},{"source":176,"target":11},{"source":177,"target":4},{"source":177,"target":178},{"source":177,"target":167},{"source":178,"target":4},{"source":168,"target":11},{"source":168,"target":179},{"source":168,"target":10},{"source":168,"target":180},{"source":179,"target":11},{"source":169,"target":9},{"source":11,"target":0},{"source":11,"target":16},{"source":11,"target":181},{"source":11,"target":182},{"source":11,"target":183},{"source":11,"target":180},{"source":11,"target":184},{"source":181,"target":12},{"source":181,"target":185},{"source":181,"target":11},{"source":185,"target":12},{"source":182,"target":13},{"source":182,"target":186},{"source":182,"target":11},{"source":186,"target":13},{"source":183,"target":4},{"source":183,"target":187},{"source":183,"target":11},{"source":187,"target":4},{"source":180,"target":10},{"source":180,"target":188},{"source":180,"target":11},{"source":180,"target":168},{"source":188,"target":10},{"source":184,"target":16},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":189},{"source":14,"target":190},{"source":14,"target":191},{"source":14,"target":192},{"source":14,"target":193},{"source":189,"target":17},{"source":189,"target":194},{"source":189,"target":14},{"source":189,"target":195},{"source":194,"target":17},{"source":195,"target":5},{"source":195,"target":196},{"source":195,"target":189},{"source":196,"target":5},{"source":190,"target":8},{"source":190,"target":197},{"source":190,"target":14},{"source":190,"target":198},{"source":190,"target":199},{"source":197,"target":8},{"source":198,"target":9},{"source":198,"target":200},{"source":198,"target":190},{"source":200,"target":9},{"source":199,"target":4},{"source":199,"target":201},{"source":199,"target":190},{"source":201,"target":4},{"source":191,"target":4},{"source":191,"target":202},{"source":191,"target":14},{"source":191,"target":203},{"source":191,"target":204},{"source":202,"target":4},{"source":203,"target":9},{"source":203,"target":205},{"source":203,"target":191},{"source":205,"target":9},{"source":204,"target":8},{"source":204,"target":206},{"source":204,"target":191},{"source":206,"target":8},{"source":192,"target":19},{"source":192,"target":207},{"source":192,"target":14},{"source":192,"target":208},{"source":207,"target":19},{"source":193,"target":15},{"source":15,"target":0},{"source":15,"target":209},{"source":15,"target":68},{"source":209,"target":3},{"source":209,"target":210},{"source":209,"target":15},{"source":209,"target":211},{"source":210,"target":3},{"source":211,"target":4},{"source":211,"target":212},{"source":211,"target":209},{"source":212,"target":4},{"source":68,"target":3},{"source":68,"target":213},{"source":68,"target":15},{"source":68,"target":61},{"source":213,"target":3},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":214},{"source":16,"target":215},{"source":214,"target":4},{"source":214,"target":216},{"source":214,"target":16},{"source":216,"target":4},{"source":215,"target":15},{"source":17,"target":0},{"source":17,"target":217},{"source":17,"target":218},{"source":17,"target":219},{"source":17,"target":220},{"source":17,"target":221},{"source":17,"target":222},{"source":17,"target":223},{"source":17,"target":224},{"source":17,"target":225},{"source":17,"target":226},{"source":17,"target":227},{"source":17,"target":228},{"source":17,"target":229},{"source":17,"target":230},{"source":17,"target":231},{"source":217,"target":5},{"source":217,"target":232},{"source":217,"target":17},{"source":232,"target":5},{"source":218,"target":2},{"source":218,"target":233},{"source":218,"target":17},{"source":233,"target":2},{"source":219,"target":48},{"source":219,"target":234},{"source":219,"target":17},{"source":234,"target":48},{"source":220,"target":17},{"source":220,"target":235},{"source":220,"target":17},{"source":235,"target":17},{"source":221,"target":22},{"source":221,"target":236},{"source":221,"target":17},{"source":236,"target":22},{"source":222,"target":21},{"source":222,"target":237},{"source":222,"target":17},{"source":237,"target":21},{"source":223,"target":39},{"source":223,"target":238},{"source":223,"target":17},{"source":238,"target":39},{"source":224,"target":52},{"source":224,"target":239},{"source":224,"target":17},{"source":239,"target":52},{"source":225,"target":39},{"source":225,"target":240},{"source":225,"target":17},{"source":240,"target":39},{"source":226,"target":8},{"source":226,"target":241},{"source":226,"target":17},{"source":226,"target":242},{"source":241,"target":8},{"source":242,"target":22},{"source":242,"target":243},{"source":242,"target":226},{"source":243,"target":22},{"source":227,"target":8},{"source":227,"target":244},{"source":227,"target":17},{"source":227,"target":245},{"source":227,"target":246},{"source":244,"target":8},{"source":245,"target":22},{"source":245,"target":247},{"source":245,"target":227},{"source":247,"target":22},{"source":246,"target":2},{"source":246,"target":248},{"source":246,"target":227},{"source":248,"target":2},{"source":228,"target":17},{"source":228,"target":249},{"source":228,"target":250},{"source":249,"target":22},{"source":249,"target":251},{"source":249,"target":228},{"source":251,"target":22},{"source":250,"target":8},{"source":250,"target":252},{"source":250,"target":228},{"source":252,"target":8},{"source":229,"target":2},{"source":229,"target":253},{"source":229,"target":17},{"source":229,"target":254},{"source":253,"target":2},{"source":254,"target":22},{"source":254,"target":255},{"source":254,"target":229},{"source":255,"target":22},{"source":230,"target":17},{"source":230,"target":256},{"source":256,"target":22},{"source":256,"target":257},{"source":256,"target":230},{"source":257,"target":22},{"source":231,"target":8},{"source":231,"target":258},{"source":231,"target":17},{"source":231,"target":259},{"source":231,"target":260},{"source":258,"target":8},{"source":259,"target":18},{"source":259,"target":261},{"source":259,"target":231},{"source":261,"target":18},{"source":260,"target":39},{"source":260,"target":262},{"source":260,"target":231},{"source":262,"target":39},{"source":18,"target":0},{"source":18,"target":23},{"source":18,"target":263},{"source":18,"target":264},{"source":18,"target":128},{"source":18,"target":265},{"source":18,"target":266},{"source":18,"target":267},{"source":18,"target":268},{"source":18,"target":269},{"source":263,"target":12},{"source":263,"target":270},{"source":263,"target":18},{"source":270,"target":12},{"source":264,"target":2},{"source":264,"target":271},{"source":264,"target":18},{"source":264,"target":272},{"source":271,"target":2},{"source":272,"target":18},{"source":272,"target":273},{"source":272,"target":264},{"source":273,"target":18},{"source":128,"target":5},{"source":128,"target":274},{"source":128,"target":18},{"source":128,"target":84},{"source":274,"target":5},{"source":265,"target":26},{"source":265,"target":275},{"source":265,"target":18},{"source":275,"target":26},{"source":266,"target":20},{"source":266,"target":276},{"source":266,"target":18},{"source":266,"target":277},{"source":276,"target":20},{"source":267,"target":6},{"source":267,"target":278},{"source":267,"target":18},{"source":278,"target":6},{"source":268,"target":25},{"source":268,"target":279},{"source":268,"target":18},{"source":279,"target":25},{"source":269,"target":23},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":280},{"source":19,"target":281},{"source":19,"target":282},{"source":19,"target":208},{"source":19,"target":160},{"source":19,"target":283},{"source":19,"target":284},{"source":19,"target":285},{"source":280,"target":6},{"source":280,"target":286},{"source":280,"target":19},{"source":280,"target":287},{"source":286,"target":6},{"source":287,"target":4},{"source":287,"target":288},{"source":287,"target":280},{"source":288,"target":4},{"source":281,"target":4},{"source":281,"target":289},{"source":281,"target":19},{"source":289,"target":4},{"source":282,"target":4},{"source":282,"target":290},{"source":282,"target":19},{"source":290,"target":4},{"source":208,"target":14},{"source":208,"target":291},{"source":208,"target":19},{"source":208,"target":192},{"source":291,"target":14},{"source":160,"target":6},{"source":160,"target":292},{"source":160,"target":19},{"source":160,"target":148},{"source":292,"target":6},{"source":283,"target":19},{"source":283,"target":293},{"source":283,"target":19},{"source":283,"target":284},{"source":293,"target":19},{"source":284,"target":19},{"source":284,"target":294},{"source":284,"target":19},{"source":284,"target":283},{"source":294,"target":19},{"source":285,"target":16},{"source":20,"target":0},{"source":20,"target":23},{"source":20,"target":277},{"source":20,"target":295},{"source":277,"target":18},{"source":277,"target":296},{"source":277,"target":20},{"source":277,"target":266},{"source":296,"target":18},{"source":295,"target":23},{"source":21,"target":0},{"source":21,"target":22},{"source":21,"target":297},{"source":21,"target":298},{"source":21,"target":299},{"source":21,"target":300},{"source":21,"target":301},{"source":21,"target":302},{"source":21,"target":303},{"source":297,"target":2},{"source":297,"target":304},{"source":297,"target":21},{"source":304,"target":2},{"source":298,"target":2},{"source":298,"target":305},{"source":298,"target":21},{"source":305,"target":2},{"source":299,"target":2},{"source":299,"target":306},{"source":299,"target":21},{"source":306,"target":2},{"source":300,"target":21},{"source":300,"target":307},{"source":300,"target":21},{"source":307,"target":21},{"source":301,"target":5},{"source":301,"target":308},{"source":301,"target":21},{"source":308,"target":5},{"source":302,"target":1},{"source":302,"target":309},{"source":302,"target":21},{"source":309,"target":1},{"source":303,"target":22},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":310},{"source":22,"target":311},{"source":22,"target":312},{"source":22,"target":313},{"source":22,"target":314},{"source":22,"target":315},{"source":22,"target":316},{"source":22,"target":317},{"source":22,"target":318},{"source":22,"target":139},{"source":22,"target":319},{"source":310,"target":12},{"source":310,"target":320},{"source":310,"target":22},{"source":320,"target":12},{"source":311,"target":7},{"source":311,"target":321},{"source":311,"target":22},{"source":321,"target":7},{"source":312,"target":2},{"source":312,"target":322},{"source":312,"target":22},{"source":322,"target":2},{"source":313,"target":2},{"source":313,"target":323},{"source":313,"target":22},{"source":323,"target":2},{"source":314,"target":2},{"source":314,"target":324},{"source":314,"target":22},{"source":324,"target":2},{"source":315,"target":4},{"source":315,"target":325},{"source":315,"target":22},{"source":325,"target":4},{"source":316,"target":8},{"source":316,"target":326},{"source":316,"target":22},{"source":326,"target":8},{"source":317,"target":2},{"source":317,"target":327},{"source":317,"target":22},{"source":327,"target":2},{"source":318,"target":2},{"source":318,"target":328},{"source":318,"target":22},{"source":328,"target":2},{"source":139,"target":5},{"source":139,"target":329},{"source":139,"target":22},{"source":139,"target":94},{"source":329,"target":5},{"source":319,"target":23},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":330},{"source":23,"target":331},{"source":23,"target":332},{"source":23,"target":333},{"source":23,"target":334},{"source":23,"target":335},{"source":23,"target":336},{"source":23,"target":337},{"source":23,"target":338},{"source":330,"target":2},{"source":330,"target":339},{"source":330,"target":23},{"source":339,"target":2},{"source":331,"target":2},{"source":331,"target":340},{"source":331,"target":23},{"source":340,"target":2},{"source":332,"target":12},{"source":332,"target":341},{"source":332,"target":23},{"source":341,"target":12},{"source":333,"target":12},{"source":333,"target":342},{"source":333,"target":23},{"source":342,"target":12},{"source":334,"target":2},{"source":334,"target":343},{"source":334,"target":23},{"source":343,"target":2},{"source":335,"target":2},{"source":335,"target":344},{"source":335,"target":23},{"source":344,"target":2},{"source":336,"target":6},{"source":336,"target":345},{"source":336,"target":23},{"source":345,"target":6},{"source":337,"target":25},{"source":337,"target":346},{"source":337,"target":23},{"source":346,"target":25},{"source":338,"target":16},{"source":24,"target":0},{"source":24,"target":347},{"source":24,"target":348},{"source":347,"target":4},{"source":347,"target":349},{"source":347,"target":24},{"source":349,"target":4},{"source":348,"target":4},{"source":348,"target":350},{"source":348,"target":24},{"source":350,"target":4},{"source":25,"target":0},{"source":25,"target":351},{"source":25,"target":352},{"source":25,"target":353},{"source":25,"target":354},{"source":25,"target":355},{"source":25,"target":356},{"source":25,"target":357},{"source":351,"target":2},{"source":351,"target":358},{"source":351,"target":25},{"source":351,"target":359},{"source":358,"target":2},{"source":359,"target":8},{"source":359,"target":360},{"source":359,"target":351},{"source":360,"target":8},{"source":352,"target":25},{"source":352,"target":361},{"source":352,"target":25},{"source":361,"target":25},{"source":353,"target":25},{"source":353,"target":362},{"source":353,"target":25},{"source":362,"target":25},{"source":354,"target":6},{"source":354,"target":363},{"source":354,"target":25},{"source":363,"target":6},{"source":355,"target":25},{"source":355,"target":364},{"source":355,"target":25},{"source":364,"target":25},{"source":356,"target":26},{"source":356,"target":365},{"source":356,"target":25},{"source":365,"target":26},{"source":357,"target":6},{"source":357,"target":366},{"source":357,"target":25},{"source":366,"target":6},{"source":26,"target":0},{"source":26,"target":16},{"source":26,"target":367},{"source":26,"target":368},{"source":367,"target":25},{"source":367,"target":369},{"source":367,"target":26},{"source":369,"target":25},{"source":368,"target":16},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":50,"target":0},{"source":51,"target":0},{"source":52,"target":0},{"source":53,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="Character" instanceClassName="char"/>
</ecore:EPackage>
<ecore:EPackage name="JavaAbstractSyntax" nsURI="JavaAbstractSyntax" nsPrefix="">
<eClassifiers xsi:type="ecore:EClass" name="AST">
<eStructuralFeatures xsi:type="ecore:EReference" name="root" ordered="false"
lowerBound="1" eType="#/1/ASTNode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1"
eType="#/1/BodyDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#/1/ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javadoc" ordered="false"
lowerBound="1" eType="#/1/Javadoc" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false"
lowerBound="1" eType="#/1/SingleVariableDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="alternateRoot" ordered="false"
lowerBound="1" eType="#/1/ASTNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#/1/Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
lowerBound="1" eType="#/1/PackageDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#/1/ImportDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#/1/AbstractTypeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveBoxing" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveUnboxing" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onDemand" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemberValuePair" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/MethodRefParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodRefParameter" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedModifier" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#/1/ASTNode #/1/ExtendedModifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="native" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="none" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="private" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protected" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="public" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#/1/Annotation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javadoc" ordered="false"
lowerBound="1" eType="#/1/Javadoc" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/1/ASTNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#/1/ASTNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nested" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextElement" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#/1/ASTNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeBounds" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true"
eSuperTypes="#/1/ASTNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDimensions" ordered="false"
unique="false" lowerBound="1" eType="#/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true"
eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1"
eType="#/1/BodyDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageMemberTypeDeclaration"
ordered="false" unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration"
ordered="false" lowerBound="1" eType="#/1/AnonymousClassDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#/1/VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Initializer" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#/1/BodyDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDimensions" ordered="false"
unique="false" lowerBound="1" eType="#/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constructor" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/SingleVariableDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1"
eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1"
eType="#/1/TypeParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#/1/AbstractTypeDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#/1/AbstractTypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaceTypes"
upperBound="-1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1"
eType="#/1/EnumConstantDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#/1/AbstractTypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="superclassType" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaceTypes"
upperBound="-1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1"
eType="#/1/TypeParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#/1/Comment"/>
<eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="#/1/Comment">
<eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1"
eType="#/1/TagElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineComment" eSuperTypes="#/1/Comment"/>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#/1/Expression #/1/ExtendedModifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false"
lowerBound="1" eType="#/1/ArrayInitializer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/ArrayType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#/1/AssignementOperatorKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AssignementOperatorKind">
<eLiterals name="RIGHT_SHIFT_SIGNED_ASSIGN" value="1"/>
<eLiterals name="BIT_XOR_ASSIGN" value="2"/>
<eLiterals name="TIMES_ASSIGN" value="3"/>
<eLiterals name="LEFT_SHIFT_ASSIGN" value="4"/>
<eLiterals name="MINUS_ASSIGN" value="5"/>
<eLiterals name="BIT_OR_ASSIGN" value="6"/>
<eLiterals name="PLUS_ASSIGN" value="7"/>
<eLiterals name="ASSIGN" value="8"/>
<eLiterals name="RIGHT_SHIFT_UNSIGNED_ASSIGN" value="9"/>
<eLiterals name="REMAINDER_ASSIGN" value="10"/>
<eLiterals name="DIVIDE_ASSIGN" value="11"/>
<eLiterals name="BIT_AND_ASSIGN" value="12"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/Character"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration"
ordered="false" lowerBound="1" eType="#/1/AnonymousClassDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#/1/InfixExpressionOperatorKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InfixExpressionOperatorKind">
<eLiterals name="GREATER_EQUALS" value="1"/>
<eLiterals name="OR" value="2"/>
<eLiterals name="RIGHT_SHIFT_SIGNED" value="3"/>
<eLiterals name="MINUS" value="4"/>
<eLiterals name="XOR" value="5"/>
<eLiterals name="LESS_EQUALS" value="6"/>
<eLiterals name="EQUALS" value="7"/>
<eLiterals name="NOT_EQUALS" value="8"/>
<eLiterals name="AND" value="9"/>
<eLiterals name="PLUS" value="10"/>
<eLiterals name="GREATER" value="11"/>
<eLiterals name="CONDITIONAL_OR" value="12"/>
<eLiterals name="REMAINDER" value="13"/>
<eLiterals name="LESS" value="14"/>
<eLiterals name="LEFT_SHIFT" value="15"/>
<eLiterals name="RIGHT_SHIFT_UNSIGNED" value="16"/>
<eLiterals name="CONDITIONAL_AND" value="17"/>
<eLiterals name="TIMES" value="18"/>
<eLiterals name="DIVIDE" value="19"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Name" abstract="true" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedName" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#/1/Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="token" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#/1/PostfixExpresssionOperatorKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PostfixExpresssionOperatorKind">
<eLiterals name="INCREMENT" value="1"/>
<eLiterals name="DECREMENT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrefixExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
unique="false" lowerBound="1" eType="#/1/PrefixExpresssionOperatorKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PrefixExpresssionOperatorKind">
<eLiterals name="MINUS" value="1"/>
<eLiterals name="NOT" value="2"/>
<eLiterals name="DECREMENT" value="3"/>
<eLiterals name="COMPLEMENT" value="4"/>
<eLiterals name="INCREMENT" value="5"/>
<eLiterals name="PLUS" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literalValue" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#/1/VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#/1/ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#/1/Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="EnhancedForStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false"
lowerBound="1" eType="#/1/SingleVariableDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1"
eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1"
eType="#/1/CatchClause" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finally" ordered="false"
lowerBound="1" eType="#/1/Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false"
lowerBound="1" eType="#/1/AbstractTypeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#/1/VariableDeclarationFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#/1/ExtendedModifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="componentType" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" ordered="false"
unique="false" lowerBound="1" eType="#/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1"
eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WildcardType" eSuperTypes="#/1/Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1"
eType="#/1/ExtendedModifier" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedName" eSuperTypes="#/1/Name">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false"
lowerBound="1" eType="#/1/SimpleName" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false"
lowerBound="1" eType="#/1/Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleName" eSuperTypes="#/1/Name">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false"
unique="false" lowerBound="1" eType="#/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="declaration" ordered="false"
unique="false" lowerBound="1" eType="#/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MarkerAnnotation" eSuperTypes="#/1/Annotation"/>
<eClassifiers xsi:type="ecore:EClass" name="NormalAnnotation" eSuperTypes="#/1/Annotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#/1/MemberValuePair" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleMemberAnnotation" eSuperTypes="#/1/Annotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/Expression" containment="true"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/grammarware/slps/topics/grammars/java/jdt/JavaAbstractSyntax.ecore | ecore | PrimitiveTypes
String
java.lang.String
java.lang.String
Boolean
boolean
boolean
Integer
int
int
Character
char
char
JavaAbstractSyntax
AST
root
ASTNode
AnonymousClassDeclaration
bodyDeclarations
BodyDeclaration
modifiers
javadoc
CatchClause
body
exception
Comment
alternateRoot
CompilationUnit
comments
package
imports
types
Expression
resolveBoxing
resolveUnboxing
ImportDeclaration
onDemand
static
name
MemberRef
name
qualifier
MemberValuePair
name
value
MethodRef
name
qualifier
parameters
MethodRefParameter
name
type
varargs
ExtendedModifier
Modifier
abstract
final
native
none
private
protected
public
static
strictfp
synchronized
transient
volatile
PackageDeclaration
annotations
javadoc
name
Statement
TagElement
fragments
tagName
nested
TextElement
text
Type
TypeParameter
name
typeBounds
VariableDeclaration
extraDimensions
initializer
name
AbstractTypeDeclaration
bodyDeclarations
name
localTypeDeclaration
memberTypeDeclaration
packageMemberTypeDeclaration
AnnotationTypeMemberDeclaration
default
name
type
EnumConstantDeclaration
arguments
anonymousClassDeclaration
name
FieldDeclaration
fragments
type
Initializer
body
MethodDeclaration
body
extraDimensions
name
returnType
constructor
varargs
parameters
thrownExceptions
typeParameters
AnnotationTypeDeclaration
EnumDeclaration
superInterfaceTypes
enumConstants
TypeDeclaration
superclassType
interface
superInterfaceTypes
typeParameters
BlockComment
Javadoc
tags
LineComment
Annotation
typeName
ArrayAccess
array
index
ArrayCreation
dimensions
initializer
type
ArrayInitializer
expressions
Assignment
leftHandSide
operator
rightHandSide
AssignementOperatorKind
RIGHT_SHIFT_SIGNED_ASSIGN
RIGHT_SHIFT_SIGNED_ASSIGN
BIT_XOR_ASSIGN
BIT_XOR_ASSIGN
TIMES_ASSIGN
TIMES_ASSIGN
LEFT_SHIFT_ASSIGN
LEFT_SHIFT_ASSIGN
MINUS_ASSIGN
MINUS_ASSIGN
BIT_OR_ASSIGN
BIT_OR_ASSIGN
PLUS_ASSIGN
PLUS_ASSIGN
ASSIGN
ASSIGN
RIGHT_SHIFT_UNSIGNED_ASSIGN
RIGHT_SHIFT_UNSIGNED_ASSIGN
REMAINDER_ASSIGN
REMAINDER_ASSIGN
DIVIDE_ASSIGN
DIVIDE_ASSIGN
BIT_AND_ASSIGN
BIT_AND_ASSIGN
BooleanLiteral
booleanValue
CastExpression
expression
type
CharacterLiteral
charValue
escapedValue
ClassInstanceCreation
arguments
anonymousClassDeclaration
expression
type
typeArguments
ConditionalExpression
elseExpression
expression
thenExpression
FieldAccess
expression
name
InfixExpression
extendedOperands
leftOperand
operator
rightOperand
InfixExpressionOperatorKind
GREATER_EQUALS
GREATER_EQUALS
OR
OR
RIGHT_SHIFT_SIGNED
RIGHT_SHIFT_SIGNED
MINUS
MINUS
XOR
XOR
LESS_EQUALS
LESS_EQUALS
EQUALS
EQUALS
NOT_EQUALS
NOT_EQUALS
AND
AND
PLUS
PLUS
GREATER
GREATER
CONDITIONAL_OR
CONDITIONAL_OR
REMAINDER
REMAINDER
LESS
LESS
LEFT_SHIFT
LEFT_SHIFT
RIGHT_SHIFT_UNSIGNED
RIGHT_SHIFT_UNSIGNED
CONDITIONAL_AND
CONDITIONAL_AND
TIMES
TIMES
DIVIDE
DIVIDE
InstanceofExpression
leftOperand
rightOperand
MethodInvocation
arguments
expression
name
typeArguments
Name
fullyQualifiedName
NullLiteral
NumberLiteral
token
ParenthesizedExpression
expression
PostfixExpression
operand
operator
PostfixExpresssionOperatorKind
INCREMENT
INCREMENT
DECREMENT
DECREMENT
PrefixExpression
operand
operator
PrefixExpresssionOperatorKind
MINUS
MINUS
NOT
NOT
DECREMENT
DECREMENT
COMPLEMENT
COMPLEMENT
INCREMENT
INCREMENT
PLUS
PLUS
StringLiteral
escapedValue
literalValue
SuperFieldAccess
name
qualifier
SuperMethodInvocation
arguments
name
qualifier
typeArguments
ThisExpression
qualifier
TypeLiteral
type
VariableDeclarationExpression
fragments
modifiers
type
AssertStatement
expression
message
Block
statements
BreakStatement
label
ConstructorInvocation
arguments
typeArguments
ContinueStatement
label
DoStatement
body
expression
EmptyStatement
EnhancedForStatement
body
expression
parameter
ExpressionStatement
expression
ForStatement
body
expression
initializers
updaters
IfStatement
elseStatement
expression
thenStatement
LabeledStatement
body
label
ReturnStatement
expression
SuperConstructorInvocation
arguments
expression
typeArguments
SwitchCase
expression
default
SwitchStatement
expression
statements
SynchronizedStatement
body
expression
ThrowStatement
expression
TryStatement
catchClauses
body
finally
TypeDeclarationStatement
declaration
VariableDeclarationStatement
fragments
modifiers
type
WhileStatement
body
expression
ArrayType
componentType
dimensions
elementType
ParameterizedType
type
typeArguments
PrimitiveType
code
QualifiedType
name
qualifier
SimpleType
name
WildcardType
bound
upperBound
SingleVariableDeclaration
type
varargs
modifiers
VariableDeclarationFragment
QualifiedName
name
qualifier
SimpleName
identifier
declaration
MarkerAnnotation
NormalAnnotation
values
SingleMemberAnnotation
value | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"Character","instanceClass":"char","id":4,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"","nsURI":"JavaAbstractSyntax","name":"JavaAbstractSyntax","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AST","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberValuePair","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedModifier","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignementOperatorKind","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionOperatorKind","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"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":"MethodInvocation","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpresssionOperatorKind","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpresssionOperatorKind","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedType","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildcardType","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedName","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleName","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarkerAnnotation","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalAnnotation","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleMemberAnnotation","instanceClass":null,"abstract":false,"id":104,"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":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"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":"javadoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alternateRoot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"resolveBoxing","changeable":true,"lowerBound":1,"iD":false,"id":132,"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":"resolveUnboxing","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"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":"onDemand","changeable":true,"lowerBound":1,"iD":false,"id":137,"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":138,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":149,"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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":161,"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":162,"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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"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":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":168,"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":"final","changeable":true,"lowerBound":1,"iD":false,"id":169,"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":170,"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":"none","changeable":true,"lowerBound":1,"iD":false,"id":171,"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":"private","changeable":true,"lowerBound":1,"iD":false,"id":172,"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":"protected","changeable":true,"lowerBound":1,"iD":false,"id":173,"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":"public","changeable":true,"lowerBound":1,"iD":false,"id":174,"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":175,"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":176,"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":177,"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":178,"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":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"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":"javadoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":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":202,"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":"tagName","changeable":true,"lowerBound":1,"iD":false,"id":203,"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":"nested","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"},{"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":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"typeBounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"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":"extraDimensions","changeable":true,"lowerBound":1,"iD":false,"id":218,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"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":"localTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":227,"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":"memberTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":228,"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":"packageMemberTypeDeclaration","changeable":true,"lowerBound":1,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"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":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"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":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"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":258,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraDimensions","changeable":true,"lowerBound":1,"iD":false,"id":259,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":260,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"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":"constructor","changeable":true,"lowerBound":1,"iD":false,"id":262,"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":263,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"thrownExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaceTypes","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":"enumConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superclassType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"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":"interface","changeable":true,"lowerBound":1,"iD":false,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaceTypes","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":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"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":"array","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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"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":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"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":317,"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":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"name":"RIGHT_SHIFT_SIGNED_ASSIGN","id":323,"value":1,"literal":"RIGHT_SHIFT_SIGNED_ASSIGN","eClass":"EEnumLiteral"},{"name":"BIT_XOR_ASSIGN","id":324,"value":2,"literal":"BIT_XOR_ASSIGN","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":325,"value":3,"literal":"TIMES_ASSIGN","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT_ASSIGN","id":326,"value":4,"literal":"LEFT_SHIFT_ASSIGN","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":327,"value":5,"literal":"MINUS_ASSIGN","eClass":"EEnumLiteral"},{"name":"BIT_OR_ASSIGN","id":328,"value":6,"literal":"BIT_OR_ASSIGN","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":329,"value":7,"literal":"PLUS_ASSIGN","eClass":"EEnumLiteral"},{"name":"ASSIGN","id":330,"value":8,"literal":"ASSIGN","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED_ASSIGN","id":331,"value":9,"literal":"RIGHT_SHIFT_UNSIGNED_ASSIGN","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":332,"value":10,"literal":"REMAINDER_ASSIGN","eClass":"EEnumLiteral"},{"name":"DIVIDE_ASSIGN","id":333,"value":11,"literal":"DIVIDE_ASSIGN","eClass":"EEnumLiteral"},{"name":"BIT_AND_ASSIGN","id":334,"value":12,"literal":"BIT_AND_ASSIGN","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":"booleanValue","changeable":true,"lowerBound":1,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"derived":false},{"container":false,"ordered":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":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"charValue","changeable":true,"lowerBound":1,"iD":false,"id":343,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"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":350,"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":351,"derived":false},{"container":false,"ordered":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":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"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":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"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":360,"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":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"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":366,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"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":373,"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":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"name":"GREATER_EQUALS","id":380,"value":1,"literal":"GREATER_EQUALS","eClass":"EEnumLiteral"},{"name":"OR","id":381,"value":2,"literal":"OR","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED","id":382,"value":3,"literal":"RIGHT_SHIFT_SIGNED","eClass":"EEnumLiteral"},{"name":"MINUS","id":383,"value":4,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"XOR","id":384,"value":5,"literal":"XOR","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":385,"value":6,"literal":"LESS_EQUALS","eClass":"EEnumLiteral"},{"name":"EQUALS","id":386,"value":7,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":387,"value":8,"literal":"NOT_EQUALS","eClass":"EEnumLiteral"},{"name":"AND","id":388,"value":9,"literal":"AND","eClass":"EEnumLiteral"},{"name":"PLUS","id":389,"value":10,"literal":"PLUS","eClass":"EEnumLiteral"},{"name":"GREATER","id":390,"value":11,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":391,"value":12,"literal":"CONDITIONAL_OR","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":392,"value":13,"literal":"REMAINDER","eClass":"EEnumLiteral"},{"name":"LESS","id":393,"value":14,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT","id":394,"value":15,"literal":"LEFT_SHIFT","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED","id":395,"value":16,"literal":"RIGHT_SHIFT_UNSIGNED","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":396,"value":17,"literal":"CONDITIONAL_AND","eClass":"EEnumLiteral"},{"name":"TIMES","id":397,"value":18,"literal":"TIMES","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":398,"value":19,"literal":"DIVIDE","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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":399,"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":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"container":false,"ordered":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":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"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":"fullyQualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"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":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"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":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"name":"INCREMENT","id":428,"value":1,"literal":"INCREMENT","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":429,"value":2,"literal":"DECREMENT","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"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":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"name":"MINUS","id":435,"value":1,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"NOT","id":436,"value":2,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":437,"value":3,"literal":"DECREMENT","eClass":"EEnumLiteral"},{"name":"COMPLEMENT","id":438,"value":4,"literal":"COMPLEMENT","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":439,"value":5,"literal":"INCREMENT","eClass":"EEnumLiteral"},{"name":"PLUS","id":440,"value":6,"literal":"PLUS","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":441,"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":"literalValue","changeable":true,"lowerBound":1,"iD":false,"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":"name","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":"qualifier","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":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":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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":453,"derived":false},{"container":false,"ordered":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":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"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":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":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":466,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"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":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"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":473,"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":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":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":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"body","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"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":498,"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":499,"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":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"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":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":509,"derived":false},{"container":false,"ordered":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":510,"derived":false},{"container":false,"ordered":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":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"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":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":518,"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":519,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"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":533,"derived":false},{"container":false,"ordered":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":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"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":539,"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":"default","changeable":true,"lowerBound":1,"iD":false,"id":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"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":544,"derived":false},{"container":false,"ordered":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":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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":549,"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":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"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":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"container":false,"ordered":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":557,"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":558,"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":"finally","changeable":true,"resolveProxies":true,"lowerBound":1,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"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":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":568,"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":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"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":574,"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":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"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":"componentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":579,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dimensions","changeable":true,"lowerBound":1,"iD":false,"id":580,"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":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"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":586,"derived":false},{"container":false,"ordered":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":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"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":"code","changeable":true,"lowerBound":1,"iD":false,"id":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":594,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":595,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":602,"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":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":603,"derived":false},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"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":607,"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":608,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":609,"derived":false},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":615,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":616,"derived":false},{"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":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":620,"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":"declaration","changeable":true,"lowerBound":1,"iD":false,"id":621,"derived":false},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"container":false,"ordered":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":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"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":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":6},{"source":5,"target":7},{"source":5,"target":8},{"source":5,"target":9},{"source":5,"target":10},{"source":5,"target":11},{"source":5,"target":12},{"source":5,"target":13},{"source":5,"target":14},{"source":5,"target":15},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":5,"target":97},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":6,"target":5},{"source":6,"target":105},{"source":105,"target":7},{"source":105,"target":106},{"source":105,"target":6},{"source":106,"target":7},{"source":7,"target":5},{"source":8,"target":5},{"source":8,"target":7},{"source":8,"target":107},{"source":8,"target":108},{"source":107,"target":9},{"source":107,"target":109},{"source":107,"target":8},{"source":109,"target":9},{"source":108,"target":7},{"source":9,"target":5},{"source":9,"target":7},{"source":9,"target":110},{"source":9,"target":111},{"source":9,"target":112},{"source":110,"target":19},{"source":110,"target":113},{"source":110,"target":9},{"source":113,"target":19},{"source":111,"target":38},{"source":111,"target":114},{"source":111,"target":9},{"source":114,"target":38},{"source":112,"target":7},{"source":10,"target":5},{"source":10,"target":7},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":115,"target":71},{"source":115,"target":118},{"source":115,"target":10},{"source":118,"target":71},{"source":116,"target":98},{"source":116,"target":119},{"source":116,"target":10},{"source":119,"target":98},{"source":117,"target":7},{"source":11,"target":5},{"source":11,"target":7},{"source":11,"target":120},{"source":11,"target":121},{"source":120,"target":7},{"source":120,"target":122},{"source":120,"target":11},{"source":122,"target":7},{"source":121,"target":7},{"source":12,"target":5},{"source":12,"target":7},{"source":12,"target":123},{"source":12,"target":124},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":123,"target":11},{"source":123,"target":128},{"source":123,"target":12},{"source":128,"target":11},{"source":124,"target":21},{"source":124,"target":129},{"source":124,"target":12},{"source":129,"target":21},{"source":125,"target":14},{"source":125,"target":130},{"source":125,"target":12},{"source":130,"target":14},{"source":126,"target":28},{"source":126,"target":131},{"source":126,"target":12},{"source":131,"target":28},{"source":127,"target":7},{"source":13,"target":5},{"source":13,"target":7},{"source":13,"target":132},{"source":13,"target":133},{"source":13,"target":134},{"source":132,"target":2},{"source":132,"target":135},{"source":132,"target":13},{"source":135,"target":2},{"source":133,"target":2},{"source":133,"target":136},{"source":133,"target":13},{"source":136,"target":2},{"source":134,"target":7},{"source":14,"target":5},{"source":14,"target":7},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":14,"target":140},{"source":137,"target":2},{"source":137,"target":141},{"source":137,"target":14},{"source":141,"target":2},{"source":138,"target":2},{"source":138,"target":142},{"source":138,"target":14},{"source":142,"target":2},{"source":139,"target":56},{"source":139,"target":143},{"source":139,"target":14},{"source":143,"target":56},{"source":140,"target":7},{"source":15,"target":5},{"source":15,"target":7},{"source":15,"target":144},{"source":15,"target":145},{"source":15,"target":146},{"source":144,"target":101},{"source":144,"target":147},{"source":144,"target":15},{"source":147,"target":101},{"source":145,"target":56},{"source":145,"target":148},{"source":145,"target":15},{"source":148,"target":56},{"source":146,"target":7},{"source":16,"target":5},{"source":16,"target":7},{"source":16,"target":149},{"source":16,"target":150},{"source":16,"target":151},{"source":149,"target":101},{"source":149,"target":152},{"source":149,"target":16},{"source":152,"target":101},{"source":150,"target":13},{"source":150,"target":153},{"source":150,"target":16},{"source":153,"target":13},{"source":151,"target":7},{"source":17,"target":5},{"source":17,"target":7},{"source":17,"target":154},{"source":17,"target":155},{"source":17,"target":156},{"source":17,"target":157},{"source":154,"target":101},{"source":154,"target":158},{"source":154,"target":17},{"source":158,"target":101},{"source":155,"target":56},{"source":155,"target":159},{"source":155,"target":17},{"source":159,"target":56},{"source":156,"target":18},{"source":156,"target":160},{"source":156,"target":17},{"source":160,"target":18},{"source":157,"target":7},{"source":18,"target":5},{"source":18,"target":7},{"source":18,"target":161},{"source":18,"target":162},{"source":18,"target":163},{"source":18,"target":164},{"source":161,"target":101},{"source":161,"target":165},{"source":161,"target":18},{"source":165,"target":101},{"source":162,"target":25},{"source":162,"target":166},{"source":162,"target":18},{"source":166,"target":25},{"source":163,"target":2},{"source":163,"target":167},{"source":163,"target":18},{"source":167,"target":2},{"source":164,"target":7},{"source":19,"target":5},{"source":20,"target":5},{"source":20,"target":7},{"source":20,"target":19},{"source":20,"target":168},{"source":20,"target":169},{"source":20,"target":170},{"source":20,"target":171},{"source":20,"target":172},{"source":20,"target":173},{"source":20,"target":174},{"source":20,"target":175},{"source":20,"target":176},{"source":20,"target":177},{"source":20,"target":178},{"source":20,"target":179},{"source":20,"target":180},{"source":20,"target":181},{"source":168,"target":2},{"source":168,"target":182},{"source":168,"target":20},{"source":182,"target":2},{"source":169,"target":2},{"source":169,"target":183},{"source":169,"target":20},{"source":183,"target":2},{"source":170,"target":2},{"source":170,"target":184},{"source":170,"target":20},{"source":184,"target":2},{"source":171,"target":2},{"source":171,"target":185},{"source":171,"target":20},{"source":185,"target":2},{"source":172,"target":2},{"source":172,"target":186},{"source":172,"target":20},{"source":186,"target":2},{"source":173,"target":2},{"source":173,"target":187},{"source":173,"target":20},{"source":187,"target":2},{"source":174,"target":2},{"source":174,"target":188},{"source":174,"target":20},{"source":188,"target":2},{"source":175,"target":2},{"source":175,"target":189},{"source":175,"target":20},{"source":189,"target":2},{"source":176,"target":2},{"source":176,"target":190},{"source":176,"target":20},{"source":190,"target":2},{"source":177,"target":2},{"source":177,"target":191},{"source":177,"target":20},{"source":191,"target":2},{"source":178,"target":2},{"source":178,"target":192},{"source":178,"target":20},{"source":192,"target":2},{"source":179,"target":2},{"source":179,"target":193},{"source":179,"target":20},{"source":193,"target":2},{"source":180,"target":7},{"source":181,"target":19},{"source":21,"target":5},{"source":21,"target":7},{"source":21,"target":194},{"source":21,"target":195},{"source":21,"target":196},{"source":21,"target":197},{"source":194,"target":40},{"source":194,"target":198},{"source":194,"target":21},{"source":198,"target":40},{"source":195,"target":38},{"source":195,"target":199},{"source":195,"target":21},{"source":199,"target":38},{"source":196,"target":56},{"source":196,"target":200},{"source":196,"target":21},{"source":200,"target":56},{"source":197,"target":7},{"source":22,"target":5},{"source":22,"target":7},{"source":22,"target":201},{"source":201,"target":7},{"source":23,"target":5},{"source":23,"target":7},{"source":23,"target":202},{"source":23,"target":203},{"source":23,"target":204},{"source":23,"target":205},{"source":202,"target":7},{"source":202,"target":206},{"source":202,"target":23},{"source":206,"target":7},{"source":203,"target":1},{"source":203,"target":207},{"source":203,"target":23},{"source":207,"target":1},{"source":204,"target":2},{"source":204,"target":208},{"source":204,"target":23},{"source":208,"target":2},{"source":205,"target":7},{"source":24,"target":5},{"source":24,"target":7},{"source":24,"target":209},{"source":24,"target":210},{"source":209,"target":1},{"source":209,"target":211},{"source":209,"target":24},{"source":211,"target":1},{"source":210,"target":7},{"source":25,"target":5},{"source":25,"target":7},{"source":25,"target":212},{"source":212,"target":7},{"source":26,"target":5},{"source":26,"target":7},{"source":26,"target":213},{"source":26,"target":214},{"source":26,"target":215},{"source":213,"target":101},{"source":213,"target":216},{"source":213,"target":26},{"source":216,"target":101},{"source":214,"target":25},{"source":214,"target":217},{"source":214,"target":26},{"source":217,"target":25},{"source":215,"target":7},{"source":27,"target":5},{"source":27,"target":7},{"source":27,"target":218},{"source":27,"target":219},{"source":27,"target":220},{"source":27,"target":221},{"source":218,"target":3},{"source":218,"target":222},{"source":218,"target":27},{"source":222,"target":3},{"source":219,"target":13},{"source":219,"target":223},{"source":219,"target":27},{"source":223,"target":13},{"source":220,"target":101},{"source":220,"target":224},{"source":220,"target":27},{"source":224,"target":101},{"source":221,"target":7},{"source":28,"target":5},{"source":28,"target":9},{"source":28,"target":225},{"source":28,"target":226},{"source":28,"target":227},{"source":28,"target":228},{"source":28,"target":229},{"source":28,"target":230},{"source":225,"target":9},{"source":225,"target":231},{"source":225,"target":28},{"source":231,"target":9},{"source":226,"target":101},{"source":226,"target":232},{"source":226,"target":28},{"source":232,"target":101},{"source":227,"target":2},{"source":227,"target":233},{"source":227,"target":28},{"source":233,"target":2},{"source":228,"target":2},{"source":228,"target":234},{"source":228,"target":28},{"source":234,"target":2},{"source":229,"target":2},{"source":229,"target":235},{"source":229,"target":28},{"source":235,"target":2},{"source":230,"target":9},{"source":29,"target":5},{"source":29,"target":9},{"source":29,"target":236},{"source":29,"target":237},{"source":29,"target":238},{"source":29,"target":239},{"source":236,"target":13},{"source":236,"target":240},{"source":236,"target":29},{"source":240,"target":13},{"source":237,"target":101},{"source":237,"target":241},{"source":237,"target":29},{"source":241,"target":101},{"source":238,"target":25},{"source":238,"target":242},{"source":238,"target":29},{"source":242,"target":25},{"source":239,"target":9},{"source":30,"target":5},{"source":30,"target":9},{"source":30,"target":243},{"source":30,"target":244},{"source":30,"target":245},{"source":30,"target":246},{"source":243,"target":13},{"source":243,"target":247},{"source":243,"target":30},{"source":247,"target":13},{"source":244,"target":8},{"source":244,"target":248},{"source":244,"target":30},{"source":248,"target":8},{"source":245,"target":101},{"source":245,"target":249},{"source":245,"target":30},{"source":249,"target":101},{"source":246,"target":9},{"source":31,"target":5},{"source":31,"target":9},{"source":31,"target":250},{"source":31,"target":251},{"source":31,"target":252},{"source":250,"target":99},{"source":250,"target":253},{"source":250,"target":31},{"source":253,"target":99},{"source":251,"target":25},{"source":251,"target":254},{"source":251,"target":31},{"source":254,"target":25},{"source":252,"target":9},{"source":32,"target":5},{"source":32,"target":9},{"source":32,"target":255},{"source":32,"target":256},{"source":255,"target":71},{"source":255,"target":257},{"source":255,"target":32},{"source":257,"target":71},{"source":256,"target":9},{"source":33,"target":5},{"source":33,"target":9},{"source":33,"target":258},{"source":33,"target":259},{"source":33,"target":260},{"source":33,"target":261},{"source":33,"target":262},{"source":33,"target":263},{"source":33,"target":264},{"source":33,"target":265},{"source":33,"target":266},{"source":33,"target":267},{"source":258,"target":71},{"source":258,"target":268},{"source":258,"target":33},{"source":268,"target":71},{"source":259,"target":3},{"source":259,"target":269},{"source":259,"target":33},{"source":269,"target":3},{"source":260,"target":101},{"source":260,"target":270},{"source":260,"target":33},{"source":270,"target":101},{"source":261,"target":25},{"source":261,"target":271},{"source":261,"target":33},{"source":271,"target":25},{"source":262,"target":2},{"source":262,"target":272},{"source":262,"target":33},{"source":272,"target":2},{"source":263,"target":2},{"source":263,"target":273},{"source":263,"target":33},{"source":273,"target":2},{"source":264,"target":98},{"source":264,"target":274},{"source":264,"target":33},{"source":274,"target":98},{"source":265,"target":56},{"source":265,"target":275},{"source":265,"target":33},{"source":275,"target":56},{"source":266,"target":26},{"source":266,"target":276},{"source":266,"target":33},{"source":276,"target":26},{"source":267,"target":9},{"source":34,"target":5},{"source":34,"target":28},{"source":34,"target":277},{"source":277,"target":28},{"source":35,"target":5},{"source":35,"target":28},{"source":35,"target":278},{"source":35,"target":279},{"source":35,"target":280},{"source":278,"target":25},{"source":278,"target":281},{"source":278,"target":35},{"source":281,"target":25},{"source":279,"target":30},{"source":279,"target":282},{"source":279,"target":35},{"source":282,"target":30},{"source":280,"target":28},{"source":36,"target":5},{"source":36,"target":28},{"source":36,"target":283},{"source":36,"target":284},{"source":36,"target":285},{"source":36,"target":286},{"source":36,"target":287},{"source":283,"target":25},{"source":283,"target":288},{"source":283,"target":36},{"source":288,"target":25},{"source":284,"target":2},{"source":284,"target":289},{"source":284,"target":36},{"source":289,"target":2},{"source":285,"target":25},{"source":285,"target":290},{"source":285,"target":36},{"source":290,"target":25},{"source":286,"target":26},{"source":286,"target":291},{"source":286,"target":36},{"source":291,"target":26},{"source":287,"target":28},{"source":37,"target":5},{"source":37,"target":11},{"source":37,"target":292},{"source":292,"target":11},{"source":38,"target":5},{"source":38,"target":11},{"source":38,"target":293},{"source":38,"target":294},{"source":293,"target":23},{"source":293,"target":295},{"source":293,"target":38},{"source":295,"target":23},{"source":294,"target":11},{"source":39,"target":5},{"source":39,"target":11},{"source":39,"target":296},{"source":296,"target":11},{"source":40,"target":5},{"source":40,"target":13},{"source":40,"target":19},{"source":40,"target":297},{"source":40,"target":298},{"source":40,"target":299},{"source":297,"target":56},{"source":297,"target":300},{"source":297,"target":40},{"source":300,"target":56},{"source":298,"target":13},{"source":299,"target":19},{"source":41,"target":5},{"source":41,"target":13},{"source":41,"target":301},{"source":41,"target":302},{"source":41,"target":303},{"source":301,"target":13},{"source":301,"target":304},{"source":301,"target":41},{"source":304,"target":13},{"source":302,"target":13},{"source":302,"target":305},{"source":302,"target":41},{"source":305,"target":13},{"source":303,"target":13},{"source":42,"target":5},{"source":42,"target":13},{"source":42,"target":306},{"source":42,"target":307},{"source":42,"target":308},{"source":42,"target":309},{"source":306,"target":13},{"source":306,"target":310},{"source":306,"target":42},{"source":310,"target":13},{"source":307,"target":43},{"source":307,"target":311},{"source":307,"target":42},{"source":311,"target":43},{"source":308,"target":92},{"source":308,"target":312},{"source":308,"target":42},{"source":312,"target":92},{"source":309,"target":13},{"source":43,"target":5},{"source":43,"target":13},{"source":43,"target":313},{"source":43,"target":314},{"source":313,"target":13},{"source":313,"target":315},{"source":313,"target":43},{"source":315,"target":13},{"source":314,"target":13},{"source":44,"target":5},{"source":44,"target":13},{"source":44,"target":316},{"source":44,"target":317},{"source":44,"target":318},{"source":44,"target":319},{"source":316,"target":13},{"source":316,"target":320},{"source":316,"target":44},{"source":320,"target":13},{"source":317,"target":45},{"source":317,"target":321},{"source":317,"target":44},{"source":321,"target":45},{"source":318,"target":13},{"source":318,"target":322},{"source":318,"target":44},{"source":322,"target":13},{"source":319,"target":13},{"source":45,"target":5},{"source":45,"target":323},{"source":45,"target":324},{"source":45,"target":325},{"source":45,"target":326},{"source":45,"target":327},{"source":45,"target":328},{"source":45,"target":329},{"source":45,"target":330},{"source":45,"target":331},{"source":45,"target":332},{"source":45,"target":333},{"source":45,"target":334},{"source":323,"target":45},{"source":324,"target":45},{"source":325,"target":45},{"source":326,"target":45},{"source":327,"target":45},{"source":328,"target":45},{"source":329,"target":45},{"source":330,"target":45},{"source":331,"target":45},{"source":332,"target":45},{"source":333,"target":45},{"source":334,"target":45},{"source":46,"target":5},{"source":46,"target":13},{"source":46,"target":335},{"source":46,"target":336},{"source":335,"target":2},{"source":335,"target":337},{"source":335,"target":46},{"source":337,"target":2},{"source":336,"target":13},{"source":47,"target":5},{"source":47,"target":13},{"source":47,"target":338},{"source":47,"target":339},{"source":47,"target":340},{"source":338,"target":13},{"source":338,"target":341},{"source":338,"target":47},{"source":341,"target":13},{"source":339,"target":25},{"source":339,"target":342},{"source":339,"target":47},{"source":342,"target":25},{"source":340,"target":13},{"source":48,"target":5},{"source":48,"target":13},{"source":48,"target":343},{"source":48,"target":344},{"source":48,"target":345},{"source":343,"target":4},{"source":343,"target":346},{"source":343,"target":48},{"source":346,"target":4},{"source":344,"target":1},{"source":344,"target":347},{"source":344,"target":48},{"source":347,"target":1},{"source":345,"target":13},{"source":49,"target":5},{"source":49,"target":13},{"source":49,"target":348},{"source":49,"target":349},{"source":49,"target":350},{"source":49,"target":351},{"source":49,"target":352},{"source":49,"target":353},{"source":348,"target":13},{"source":348,"target":354},{"source":348,"target":49},{"source":354,"target":13},{"source":349,"target":8},{"source":349,"target":355},{"source":349,"target":49},{"source":355,"target":8},{"source":350,"target":13},{"source":350,"target":356},{"source":350,"target":49},{"source":356,"target":13},{"source":351,"target":25},{"source":351,"target":357},{"source":351,"target":49},{"source":357,"target":25},{"source":352,"target":25},{"source":352,"target":358},{"source":352,"target":49},{"source":358,"target":25},{"source":353,"target":13},{"source":50,"target":5},{"source":50,"target":13},{"source":50,"target":359},{"source":50,"target":360},{"source":50,"target":361},{"source":50,"target":362},{"source":359,"target":13},{"source":359,"target":363},{"source":359,"target":50},{"source":363,"target":13},{"source":360,"target":13},{"source":360,"target":364},{"source":360,"target":50},{"source":364,"target":13},{"source":361,"target":13},{"source":361,"target":365},{"source":361,"target":50},{"source":365,"target":13},{"source":362,"target":13},{"source":51,"target":5},{"source":51,"target":13},{"source":51,"target":366},{"source":51,"target":367},{"source":51,"target":368},{"source":366,"target":13},{"source":366,"target":369},{"source":366,"target":51},{"source":369,"target":13},{"source":367,"target":101},{"source":367,"target":370},{"source":367,"target":51},{"source":370,"target":101},{"source":368,"target":13},{"source":52,"target":5},{"source":52,"target":13},{"source":52,"target":371},{"source":52,"target":372},{"source":52,"target":373},{"source":52,"target":374},{"source":52,"target":375},{"source":371,"target":13},{"source":371,"target":376},{"source":371,"target":52},{"source":376,"target":13},{"source":372,"target":13},{"source":372,"target":377},{"source":372,"target":52},{"source":377,"target":13},{"source":373,"target":53},{"source":373,"target":378},{"source":373,"target":52},{"source":378,"target":53},{"source":374,"target":13},{"source":374,"target":379},{"source":374,"target":52},{"source":379,"target":13},{"source":375,"target":13},{"source":53,"target":5},{"source":53,"target":380},{"source":53,"target":381},{"source":53,"target":382},{"source":53,"target":383},{"source":53,"target":384},{"source":53,"target":385},{"source":53,"target":386},{"source":53,"target":387},{"source":53,"target":388},{"source":53,"target":389},{"source":53,"target":390},{"source":53,"target":391},{"source":53,"target":392},{"source":53,"target":393},{"source":53,"target":394},{"source":53,"target":395},{"source":53,"target":396},{"source":53,"target":397},{"source":53,"target":398},{"source":380,"target":53},{"source":381,"target":53},{"source":382,"target":53},{"source":383,"target":53},{"source":384,"target":53},{"source":385,"target":53},{"source":386,"target":53},{"source":387,"target":53},{"source":388,"target":53},{"source":389,"target":53},{"source":390,"target":53},{"source":391,"target":53},{"source":392,"target":53},{"source":393,"target":53},{"source":394,"target":53},{"source":395,"target":53},{"source":396,"target":53},{"source":397,"target":53},{"source":398,"target":53},{"source":54,"target":5},{"source":54,"target":13},{"source":54,"target":399},{"source":54,"target":400},{"source":54,"target":401},{"source":399,"target":13},{"source":399,"target":402},{"source":399,"target":54},{"source":402,"target":13},{"source":400,"target":25},{"source":400,"target":403},{"source":400,"target":54},{"source":403,"target":25},{"source":401,"target":13},{"source":55,"target":5},{"source":55,"target":13},{"source":55,"target":404},{"source":55,"target":405},{"source":55,"target":406},{"source":55,"target":407},{"source":55,"target":408},{"source":404,"target":13},{"source":404,"target":409},{"source":404,"target":55},{"source":409,"target":13},{"source":405,"target":13},{"source":405,"target":410},{"source":405,"target":55},{"source":410,"target":13},{"source":406,"target":101},{"source":406,"target":411},{"source":406,"target":55},{"source":411,"target":101},{"source":407,"target":25},{"source":407,"target":412},{"source":407,"target":55},{"source":412,"target":25},{"source":408,"target":13},{"source":56,"target":5},{"source":56,"target":13},{"source":56,"target":413},{"source":56,"target":414},{"source":413,"target":1},{"source":413,"target":415},{"source":413,"target":56},{"source":415,"target":1},{"source":414,"target":13},{"source":57,"target":5},{"source":57,"target":13},{"source":57,"target":416},{"source":416,"target":13},{"source":58,"target":5},{"source":58,"target":13},{"source":58,"target":417},{"source":58,"target":418},{"source":417,"target":1},{"source":417,"target":419},{"source":417,"target":58},{"source":419,"target":1},{"source":418,"target":13},{"source":59,"target":5},{"source":59,"target":13},{"source":59,"target":420},{"source":59,"target":421},{"source":420,"target":13},{"source":420,"target":422},{"source":420,"target":59},{"source":422,"target":13},{"source":421,"target":13},{"source":60,"target":5},{"source":60,"target":13},{"source":60,"target":423},{"source":60,"target":424},{"source":60,"target":425},{"source":423,"target":13},{"source":423,"target":426},{"source":423,"target":60},{"source":426,"target":13},{"source":424,"target":61},{"source":424,"target":427},{"source":424,"target":60},{"source":427,"target":61},{"source":425,"target":13},{"source":61,"target":5},{"source":61,"target":428},{"source":61,"target":429},{"source":428,"target":61},{"source":429,"target":61},{"source":62,"target":5},{"source":62,"target":13},{"source":62,"target":430},{"source":62,"target":431},{"source":62,"target":432},{"source":430,"target":13},{"source":430,"target":433},{"source":430,"target":62},{"source":433,"target":13},{"source":431,"target":63},{"source":431,"target":434},{"source":431,"target":62},{"source":434,"target":63},{"source":432,"target":13},{"source":63,"target":5},{"source":63,"target":435},{"source":63,"target":436},{"source":63,"target":437},{"source":63,"target":438},{"source":63,"target":439},{"source":63,"target":440},{"source":435,"target":63},{"source":436,"target":63},{"source":437,"target":63},{"source":438,"target":63},{"source":439,"target":63},{"source":440,"target":63},{"source":64,"target":5},{"source":64,"target":13},{"source":64,"target":441},{"source":64,"target":442},{"source":64,"target":443},{"source":441,"target":1},{"source":441,"target":444},{"source":441,"target":64},{"source":444,"target":1},{"source":442,"target":1},{"source":442,"target":445},{"source":442,"target":64},{"source":445,"target":1},{"source":443,"target":13},{"source":65,"target":5},{"source":65,"target":13},{"source":65,"target":446},{"source":65,"target":447},{"source":65,"target":448},{"source":446,"target":101},{"source":446,"target":449},{"source":446,"target":65},{"source":449,"target":101},{"source":447,"target":56},{"source":447,"target":450},{"source":447,"target":65},{"source":450,"target":56},{"source":448,"target":13},{"source":66,"target":5},{"source":66,"target":13},{"source":66,"target":451},{"source":66,"target":452},{"source":66,"target":453},{"source":66,"target":454},{"source":66,"target":455},{"source":451,"target":13},{"source":451,"target":456},{"source":451,"target":66},{"source":456,"target":13},{"source":452,"target":56},{"source":452,"target":457},{"source":452,"target":66},{"source":457,"target":56},{"source":453,"target":56},{"source":453,"target":458},{"source":453,"target":66},{"source":458,"target":56},{"source":454,"target":25},{"source":454,"target":459},{"source":454,"target":66},{"source":459,"target":25},{"source":455,"target":13},{"source":67,"target":5},{"source":67,"target":13},{"source":67,"target":460},{"source":67,"target":461},{"source":460,"target":56},{"source":460,"target":462},{"source":460,"target":67},{"source":462,"target":56},{"source":461,"target":13},{"source":68,"target":5},{"source":68,"target":13},{"source":68,"target":463},{"source":68,"target":464},{"source":463,"target":25},{"source":463,"target":465},{"source":463,"target":68},{"source":465,"target":25},{"source":464,"target":13},{"source":69,"target":5},{"source":69,"target":13},{"source":69,"target":466},{"source":69,"target":467},{"source":69,"target":468},{"source":69,"target":469},{"source":466,"target":99},{"source":466,"target":470},{"source":466,"target":69},{"source":470,"target":99},{"source":467,"target":19},{"source":467,"target":471},{"source":467,"target":69},{"source":471,"target":19},{"source":468,"target":25},{"source":468,"target":472},{"source":468,"target":69},{"source":472,"target":25},{"source":469,"target":13},{"source":70,"target":5},{"source":70,"target":22},{"source":70,"target":473},{"source":70,"target":474},{"source":70,"target":475},{"source":473,"target":13},{"source":473,"target":476},{"source":473,"target":70},{"source":476,"target":13},{"source":474,"target":13},{"source":474,"target":477},{"source":474,"target":70},{"source":477,"target":13},{"source":475,"target":22},{"source":71,"target":5},{"source":71,"target":22},{"source":71,"target":478},{"source":71,"target":479},{"source":478,"target":22},{"source":478,"target":480},{"source":478,"target":71},{"source":480,"target":22},{"source":479,"target":22},{"source":72,"target":5},{"source":72,"target":22},{"source":72,"target":481},{"source":72,"target":482},{"source":481,"target":101},{"source":481,"target":483},{"source":481,"target":72},{"source":483,"target":101},{"source":482,"target":22},{"source":73,"target":5},{"source":73,"target":22},{"source":73,"target":484},{"source":73,"target":485},{"source":73,"target":486},{"source":484,"target":13},{"source":484,"target":487},{"source":484,"target":73},{"source":487,"target":13},{"source":485,"target":25},{"source":485,"target":488},{"source":485,"target":73},{"source":488,"target":25},{"source":486,"target":22},{"source":74,"target":5},{"source":74,"target":22},{"source":74,"target":489},{"source":74,"target":490},{"source":489,"target":101},{"source":489,"target":491},{"source":489,"target":74},{"source":491,"target":101},{"source":490,"target":22},{"source":75,"target":5},{"source":75,"target":22},{"source":75,"target":492},{"source":75,"target":493},{"source":75,"target":494},{"source":492,"target":22},{"source":492,"target":495},{"source":492,"target":75},{"source":495,"target":22},{"source":493,"target":13},{"source":493,"target":496},{"source":493,"target":75},{"source":496,"target":13},{"source":494,"target":22},{"source":76,"target":5},{"source":76,"target":22},{"source":76,"target":497},{"source":497,"target":22},{"source":77,"target":5},{"source":77,"target":22},{"source":77,"target":498},{"source":77,"target":499},{"source":77,"target":500},{"source":77,"target":501},{"source":498,"target":22},{"source":498,"target":502},{"source":498,"target":77},{"source":502,"target":22},{"source":499,"target":13},{"source":499,"target":503},{"source":499,"target":77},{"source":503,"target":13},{"source":500,"target":98},{"source":500,"target":504},{"source":500,"target":77},{"source":504,"target":98},{"source":501,"target":22},{"source":78,"target":5},{"source":78,"target":22},{"source":78,"target":505},{"source":78,"target":506},{"source":505,"target":13},{"source":505,"target":507},{"source":505,"target":78},{"source":507,"target":13},{"source":506,"target":22},{"source":79,"target":5},{"source":79,"target":22},{"source":79,"target":508},{"source":79,"target":509},{"source":79,"target":510},{"source":79,"target":511},{"source":79,"target":512},{"source":508,"target":22},{"source":508,"target":513},{"source":508,"target":79},{"source":513,"target":22},{"source":509,"target":13},{"source":509,"target":514},{"source":509,"target":79},{"source":514,"target":13},{"source":510,"target":13},{"source":510,"target":515},{"source":510,"target":79},{"source":515,"target":13},{"source":511,"target":13},{"source":511,"target":516},{"source":511,"target":79},{"source":516,"target":13},{"source":512,"target":22},{"source":80,"target":5},{"source":80,"target":22},{"source":80,"target":517},{"source":80,"target":518},{"source":80,"target":519},{"source":80,"target":520},{"source":517,"target":22},{"source":517,"target":521},{"source":517,"target":80},{"source":521,"target":22},{"source":518,"target":13},{"source":518,"target":522},{"source":518,"target":80},{"source":522,"target":13},{"source":519,"target":22},{"source":519,"target":523},{"source":519,"target":80},{"source":523,"target":22},{"source":520,"target":22},{"source":81,"target":5},{"source":81,"target":22},{"source":81,"target":524},{"source":81,"target":525},{"source":81,"target":526},{"source":524,"target":22},{"source":524,"target":527},{"source":524,"target":81},{"source":527,"target":22},{"source":525,"target":101},{"source":525,"target":528},{"source":525,"target":81},{"source":528,"target":101},{"source":526,"target":22},{"source":82,"target":5},{"source":82,"target":22},{"source":82,"target":529},{"source":82,"target":530},{"source":529,"target":13},{"source":529,"target":531},{"source":529,"target":82},{"source":531,"target":13},{"source":530,"target":22},{"source":83,"target":5},{"source":83,"target":22},{"source":83,"target":532},{"source":83,"target":533},{"source":83,"target":534},{"source":83,"target":535},{"source":532,"target":13},{"source":532,"target":536},{"source":532,"target":83},{"source":536,"target":13},{"source":533,"target":13},{"source":533,"target":537},{"source":533,"target":83},{"source":537,"target":13},{"source":534,"target":25},{"source":534,"target":538},{"source":534,"target":83},{"source":538,"target":25},{"source":535,"target":22},{"source":84,"target":5},{"source":84,"target":22},{"source":84,"target":539},{"source":84,"target":540},{"source":84,"target":541},{"source":539,"target":13},{"source":539,"target":542},{"source":539,"target":84},{"source":542,"target":13},{"source":540,"target":2},{"source":540,"target":543},{"source":540,"target":84},{"source":543,"target":2},{"source":541,"target":22},{"source":85,"target":5},{"source":85,"target":22},{"source":85,"target":544},{"source":85,"target":545},{"source":85,"target":546},{"source":544,"target":13},{"source":544,"target":547},{"source":544,"target":85},{"source":547,"target":13},{"source":545,"target":22},{"source":545,"target":548},{"source":545,"target":85},{"source":548,"target":22},{"source":546,"target":22},{"source":86,"target":5},{"source":86,"target":22},{"source":86,"target":549},{"source":86,"target":550},{"source":86,"target":551},{"source":549,"target":71},{"source":549,"target":552},{"source":549,"target":86},{"source":552,"target":71},{"source":550,"target":13},{"source":550,"target":553},{"source":550,"target":86},{"source":553,"target":13},{"source":551,"target":22},{"source":87,"target":5},{"source":87,"target":22},{"source":87,"target":554},{"source":87,"target":555},{"source":554,"target":13},{"source":554,"target":556},{"source":554,"target":87},{"source":556,"target":13},{"source":555,"target":22},{"source":88,"target":5},{"source":88,"target":22},{"source":88,"target":557},{"source":88,"target":558},{"source":88,"target":559},{"source":88,"target":560},{"source":557,"target":10},{"source":557,"target":561},{"source":557,"target":88},{"source":561,"target":10},{"source":558,"target":71},{"source":558,"target":562},{"source":558,"target":88},{"source":562,"target":71},{"source":559,"target":71},{"source":559,"target":563},{"source":559,"target":88},{"source":563,"target":71},{"source":560,"target":22},{"source":89,"target":5},{"source":89,"target":22},{"source":89,"target":564},{"source":89,"target":565},{"source":564,"target":28},{"source":564,"target":566},{"source":564,"target":89},{"source":566,"target":28},{"source":565,"target":22},{"source":90,"target":5},{"source":90,"target":22},{"source":90,"target":567},{"source":90,"target":568},{"source":90,"target":569},{"source":90,"target":570},{"source":567,"target":99},{"source":567,"target":571},{"source":567,"target":90},{"source":571,"target":99},{"source":568,"target":19},{"source":568,"target":572},{"source":568,"target":90},{"source":572,"target":19},{"source":569,"target":25},{"source":569,"target":573},{"source":569,"target":90},{"source":573,"target":25},{"source":570,"target":22},{"source":91,"target":5},{"source":91,"target":22},{"source":91,"target":574},{"source":91,"target":575},{"source":91,"target":576},{"source":574,"target":22},{"source":574,"target":577},{"source":574,"target":91},{"source":577,"target":22},{"source":575,"target":13},{"source":575,"target":578},{"source":575,"target":91},{"source":578,"target":13},{"source":576,"target":22},{"source":92,"target":5},{"source":92,"target":25},{"source":92,"target":579},{"source":92,"target":580},{"source":92,"target":581},{"source":92,"target":582},{"source":579,"target":25},{"source":579,"target":583},{"source":579,"target":92},{"source":583,"target":25},{"source":580,"target":3},{"source":580,"target":584},{"source":580,"target":92},{"source":584,"target":3},{"source":581,"target":25},{"source":581,"target":585},{"source":581,"target":92},{"source":585,"target":25},{"source":582,"target":25},{"source":93,"target":5},{"source":93,"target":25},{"source":93,"target":586},{"source":93,"target":587},{"source":93,"target":588},{"source":586,"target":25},{"source":586,"target":589},{"source":586,"target":93},{"source":589,"target":25},{"source":587,"target":25},{"source":587,"target":590},{"source":587,"target":93},{"source":590,"target":25},{"source":588,"target":25},{"source":94,"target":5},{"source":94,"target":25},{"source":94,"target":591},{"source":94,"target":592},{"source":591,"target":1},{"source":591,"target":593},{"source":591,"target":94},{"source":593,"target":1},{"source":592,"target":25},{"source":95,"target":5},{"source":95,"target":25},{"source":95,"target":594},{"source":95,"target":595},{"source":95,"target":596},{"source":594,"target":101},{"source":594,"target":597},{"source":594,"target":95},{"source":597,"target":101},{"source":595,"target":25},{"source":595,"target":598},{"source":595,"target":95},{"source":598,"target":25},{"source":596,"target":25},{"source":96,"target":5},{"source":96,"target":25},{"source":96,"target":599},{"source":96,"target":600},{"source":599,"target":56},{"source":599,"target":601},{"source":599,"target":96},{"source":601,"target":56},{"source":600,"target":25},{"source":97,"target":5},{"source":97,"target":25},{"source":97,"target":602},{"source":97,"target":603},{"source":97,"target":604},{"source":602,"target":25},{"source":602,"target":605},{"source":602,"target":97},{"source":605,"target":25},{"source":603,"target":2},{"source":603,"target":606},{"source":603,"target":97},{"source":606,"target":2},{"source":604,"target":25},{"source":98,"target":5},{"source":98,"target":27},{"source":98,"target":607},{"source":98,"target":608},{"source":98,"target":609},{"source":98,"target":610},{"source":607,"target":25},{"source":607,"target":611},{"source":607,"target":98},{"source":611,"target":25},{"source":608,"target":2},{"source":608,"target":612},{"source":608,"target":98},{"source":612,"target":2},{"source":609,"target":19},{"source":609,"target":613},{"source":609,"target":98},{"source":613,"target":19},{"source":610,"target":27},{"source":99,"target":5},{"source":99,"target":27},{"source":99,"target":614},{"source":614,"target":27},{"source":100,"target":5},{"source":100,"target":56},{"source":100,"target":615},{"source":100,"target":616},{"source":100,"target":617},{"source":615,"target":101},{"source":615,"target":618},{"source":615,"target":100},{"source":618,"target":101},{"source":616,"target":56},{"source":616,"target":619},{"source":616,"target":100},{"source":619,"target":56},{"source":617,"target":56},{"source":101,"target":5},{"source":101,"target":56},{"source":101,"target":620},{"source":101,"target":621},{"source":101,"target":622},{"source":620,"target":1},{"source":620,"target":623},{"source":620,"target":101},{"source":623,"target":1},{"source":621,"target":2},{"source":621,"target":624},{"source":621,"target":101},{"source":624,"target":2},{"source":622,"target":56},{"source":102,"target":5},{"source":102,"target":40},{"source":102,"target":625},{"source":625,"target":40},{"source":103,"target":5},{"source":103,"target":40},{"source":103,"target":626},{"source":103,"target":627},{"source":626,"target":16},{"source":626,"target":628},{"source":626,"target":103},{"source":628,"target":16},{"source":627,"target":40},{"source":104,"target":5},{"source":104,"target":40},{"source":104,"target":629},{"source":104,"target":630},{"source":629,"target":13},{"source":629,"target":631},{"source":629,"target":104},{"source":631,"target":13},{"source":630,"target":40}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="teamwork" nsURI="http://www.xtext.org/grupox/Teamwork" nsPrefix="teamwork">
<eClassifiers xsi:type="ecore:EClass" name="Teamwork">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/hwong23/mde/KPITeamwork/org.xtext.grupox.teamwork/model/generated/Teamwork.ecore | ecore | teamwork
Teamwork
elements | null | {"directed":true,"nodes":[{"nsPrefix":"teamwork","nsURI":"http://www.xtext.org/grupox/Teamwork","name":"teamwork","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Teamwork","instanceClass":null,"abstract":false,"id":1,"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":"elements","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="km3" nsURI="http://www.eclipse.org/m2m/km3" nsPrefix="km3">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false"
eType="#/0/Package" eOpposite="#/0/Package/contents"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#/0/ModelElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#/0/Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#/0/Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1"
eType="#/0/EnumLiteral" eOpposite="#/0/EnumLiteral/enum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteral" eSuperTypes="#/0/ModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="enum" ordered="false"
eType="#/0/Enumeration" eOpposite="#/0/Enumeration/literals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="#/0/Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#/0/Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/0/TemplateParameter"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
lowerBound="1" eType="#/1/Boolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supertypes" ordered="false"
upperBound="-1" eType="#/0/Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeatures" upperBound="-1"
eType="#/0/StructuralFeature" containment="true" eOpposite="#/0/StructuralFeature/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#/0/Operation" eOpposite="#/0/Operation/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#/0/ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false"
lowerBound="1" eType="#/1/Integer" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false"
lowerBound="1" eType="#/1/Integer" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false"
lowerBound="1" eType="#/1/Boolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
lowerBound="1" eType="#/1/Boolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/0/Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#/0/TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
eType="#/0/Class" eOpposite="#/0/Class/structuralFeatures"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subsetOf" ordered="false"
upperBound="-1" eType="#/0/StructuralFeature" eOpposite="#/0/StructuralFeature/derivedFrom"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivedFrom" ordered="false"
upperBound="-1" eType="#/0/StructuralFeature" eOpposite="#/0/StructuralFeature/subsetOf"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/0/StructuralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#/0/StructuralFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isContainer" ordered="false"
lowerBound="1" eType="#/1/Boolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false"
eType="#/0/Reference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/0/TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
eType="#/0/Class" eOpposite="#/0/Class/operations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/0/Parameter" eOpposite="#/0/Parameter/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/0/TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
eType="#/0/Operation" eOpposite="#/0/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#/0/ModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#/0/ModelElement" containment="true" eOpposite="#/0/ModelElement/package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
eType="#/0/Metamodel" eOpposite="#/0/Metamodel/contents"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metamodel" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#/0/Package" containment="true" eOpposite="#/0/Package/metamodel"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="primitives" nsURI="http://www.eclipse.org/m2m/km3/primitives"
nsPrefix="primitives">
<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>
| github:ecore:/data/atlanmod/ATLGT/org.eclipse.m2m.km3/models/KM3.ecore | ecore | km3
LocatedElement
location
ModelElement
name
package
Classifier
DataType
Enumeration
literals
EnumLiteral
enum
TemplateParameter
Class
parameters
isAbstract
false
supertypes
structuralFeatures
operations
TypedElement
lower
1
upper
1
isOrdered
false
isUnique
false
type
StructuralFeature
owner
subsetOf
derivedFrom
Attribute
Reference
isContainer
false
opposite
Operation
owner
parameters
Parameter
owner
Package
contents
metamodel
Metamodel
contents
primitives
Boolean
java.lang.Boolean
java.lang.Boolean
Integer
java.lang.Integer
java.lang.Integer
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"km3","nsURI":"http://www.eclipse.org/m2m/km3","name":"km3","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":"ModelElement","instanceClass":null,"abstract":true,"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":"DataType","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":"EnumLiteral","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","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":"Package","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":18,"serializable":true,"eClass":"EDataType"},{"id":19,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":20,"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":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enum","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":36,"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":"supertypes","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":"structuralFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":42,"serializable":true,"eClass":"EDataType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":52,"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":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":55,"serializable":true,"eClass":"EDataType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsetOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"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":"derivedFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isContainer","changeable":true,"lowerBound":1,"iD":false,"id":68,"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":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"nsPrefix":"primitives","nsURI":"http://www.eclipse.org/m2m/km3/primitives","name":"primitives","id":87,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":17,"target":18},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":18},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":20,"target":18},{"source":20,"target":23},{"source":20,"target":2},{"source":23,"target":18},{"source":21,"target":15},{"source":21,"target":24},{"source":21,"target":2},{"source":21,"target":25},{"source":24,"target":15},{"source":22,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":26},{"source":26,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":27},{"source":27,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":28},{"source":5,"target":29},{"source":28,"target":6},{"source":28,"target":30},{"source":28,"target":5},{"source":28,"target":31},{"source":30,"target":6},{"source":29,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":31},{"source":6,"target":32},{"source":31,"target":5},{"source":31,"target":33},{"source":31,"target":6},{"source":31,"target":28},{"source":33,"target":5},{"source":32,"target":2},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":34},{"source":34,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":35},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":8,"target":39},{"source":8,"target":40},{"source":35,"target":7},{"source":35,"target":41},{"source":35,"target":8},{"source":41,"target":7},{"source":36,"target":42},{"source":36,"target":43},{"source":36,"target":8},{"source":43,"target":42},{"source":37,"target":8},{"source":37,"target":44},{"source":37,"target":8},{"source":44,"target":8},{"source":38,"target":10},{"source":38,"target":45},{"source":38,"target":8},{"source":38,"target":46},{"source":45,"target":10},{"source":39,"target":13},{"source":39,"target":47},{"source":39,"target":8},{"source":39,"target":48},{"source":47,"target":13},{"source":40,"target":3},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":49,"target":55},{"source":49,"target":56},{"source":49,"target":9},{"source":56,"target":55},{"source":50,"target":55},{"source":50,"target":57},{"source":50,"target":9},{"source":57,"target":55},{"source":51,"target":42},{"source":51,"target":58},{"source":51,"target":9},{"source":58,"target":42},{"source":52,"target":42},{"source":52,"target":59},{"source":52,"target":9},{"source":59,"target":42},{"source":53,"target":3},{"source":53,"target":60},{"source":53,"target":9},{"source":60,"target":3},{"source":54,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":46},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":46,"target":8},{"source":46,"target":64},{"source":46,"target":10},{"source":46,"target":38},{"source":64,"target":8},{"source":61,"target":10},{"source":61,"target":65},{"source":61,"target":10},{"source":61,"target":62},{"source":65,"target":10},{"source":62,"target":10},{"source":62,"target":66},{"source":62,"target":10},{"source":62,"target":61},{"source":66,"target":10},{"source":63,"target":9},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":67},{"source":67,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":68,"target":42},{"source":68,"target":71},{"source":68,"target":12},{"source":71,"target":42},{"source":69,"target":12},{"source":69,"target":72},{"source":69,"target":12},{"source":72,"target":12},{"source":70,"target":10},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":48},{"source":13,"target":73},{"source":13,"target":74},{"source":48,"target":8},{"source":48,"target":75},{"source":48,"target":13},{"source":48,"target":39},{"source":75,"target":8},{"source":73,"target":14},{"source":73,"target":76},{"source":73,"target":13},{"source":73,"target":77},{"source":76,"target":14},{"source":74,"target":9},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":77},{"source":14,"target":78},{"source":77,"target":13},{"source":77,"target":79},{"source":77,"target":14},{"source":77,"target":73},{"source":79,"target":13},{"source":78,"target":9},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":25},{"source":15,"target":80},{"source":15,"target":81},{"source":25,"target":2},{"source":25,"target":82},{"source":25,"target":15},{"source":25,"target":21},{"source":82,"target":2},{"source":80,"target":16},{"source":80,"target":83},{"source":80,"target":15},{"source":80,"target":84},{"source":83,"target":16},{"source":81,"target":2},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":84},{"source":16,"target":85},{"source":84,"target":15},{"source":84,"target":86},{"source":84,"target":16},{"source":84,"target":80},{"source":86,"target":15},{"source":85,"target":1},{"source":87,"target":42},{"source":87,"target":55},{"source":87,"target":18},{"source":42,"target":87},{"source":55,"target":87},{"source":18,"target":87}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sgen" nsURI="http://www.yakindu.org/sct/statechart/SGen" nsPrefix="sgen">
<eClassifiers xsi:type="ecore:EClass" name="GeneratorModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//GeneratorEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="generatorId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="ecore:EClass ../../../org.yakindu.base.types/model/types.ecore#//Property"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorConfiguration">
<eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1"
eType="#//FeatureConfiguration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureType" eSuperTypes="../../../org.yakindu.base.types/model/base.ecore#//NamedElement #//DeprecatableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//FeatureParameter" containment="true" eOpposite="#//FeatureParameter/featureType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" lowerBound="1"
eType="#//FeatureTypeLibrary" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureParameter" eSuperTypes="../../../org.yakindu.base.types/model/base.ecore#//NamedElement #//DeprecatableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="featureType" eType="#//FeatureType"
eOpposite="#//FeatureType/parameters"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterType" eType="#//ParameterTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureConfiguration">
<eOperations name="getParameterValue" eType="#//FeatureParameterValue">
<eParameters name="parameterName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//FeatureType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterValues" upperBound="-1"
eType="#//FeatureParameterValue" containment="true" eOpposite="#//FeatureParameterValue/featureConfiguration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorEntry">
<eOperations name="getFeatureConfiguration" eType="#//FeatureConfiguration">
<eParameters name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getFeatureParameterValue" eType="#//FeatureParameterValue">
<eParameters name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="paramName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementRef" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//FeatureConfiguration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureParameterValue">
<eOperations name="setValue">
<eParameters name="string" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="setValue">
<eParameters name="boolean" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="getStringValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getBooleanValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="setValue">
<eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="getIntegerValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//FeatureParameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureConfiguration" eType="#//FeatureConfiguration"
changeable="false" eOpposite="#//FeatureConfiguration/parameterValues"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../../org.yakindu.base.types/model/types.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureTypeLibrary">
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//FeatureType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ParameterTypes">
<eLiterals name="STRING" value="1"/>
<eLiterals name="FLOAT" value="2" literal="FLOAT"/>
<eLiterals name="BOOLEAN"/>
<eLiterals name="INTEGER" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeprecatableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deprecated" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Yakindu/statecharts/plugins/org.yakindu.sct.model.sgen/model/emf/sgen.ecore | ecore | sgen
GeneratorModel
entries
generatorId
properties
GeneratorConfiguration
configurations
FeatureType
parameters
library
optional
false
FeatureParameter
featureType
optional
false
parameterType
FeatureConfiguration
getParameterValue
parameterName
type
parameterValues
GeneratorEntry
getFeatureConfiguration
featureName
getFeatureParameterValue
featureName
paramName
elementRef
features
contentType
FeatureParameterValue
setValue
string
setValue
boolean
getStringValue
getBooleanValue
setValue
value
getIntegerValue
parameter
featureConfiguration
expression
FeatureTypeLibrary
types
name
ParameterTypes
STRING
STRING
FLOAT
FLOAT
BOOLEAN
BOOLEAN
INTEGER
INTEGER
DeprecatableElement
deprecated
false
comment | null | {"directed":true,"nodes":[{"nsPrefix":"sgen","nsURI":"http://www.yakindu.org/sct/statechart/SGen","name":"sgen","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorConfiguration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureParameter","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureConfiguration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorEntry","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureParameterValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureTypeLibrary","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterTypes","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeprecatableElement","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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generatorId","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","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":"configurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"library","changeable":false,"resolveProxies":true,"lowerBound":1,"id":20,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"optional","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"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":"optional","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameterValue","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":"type","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":"parameterValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameterName","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"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":"featureConfiguration","changeable":false,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureConfiguration","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureParameterValue","lowerBound":0,"id":45,"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":"elementRef","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":"features","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":"contentType","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"paramName","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setValue","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setValue","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStringValue","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBooleanValue","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setValue","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIntegerValue","lowerBound":0,"id":65,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"string","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EParameter"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"boolean","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EParameter"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"STRING","id":84,"value":1,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"FLOAT","id":85,"value":2,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":86,"value":0,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"name":"INTEGER","id":87,"value":3,"literal":"INTEGER","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"deprecated","changeable":true,"lowerBound":1,"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":"comment","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":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":11,"target":6},{"source":11,"target":14},{"source":11,"target":1},{"source":14,"target":6},{"source":12,"target":15},{"source":12,"target":1},{"source":13,"target":16},{"source":13,"target":1},{"source":2,"target":0},{"source":2,"target":17},{"source":17,"target":5},{"source":17,"target":18},{"source":17,"target":2},{"source":18,"target":5},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":19,"target":4},{"source":19,"target":24},{"source":19,"target":3},{"source":19,"target":25},{"source":24,"target":4},{"source":20,"target":8},{"source":20,"target":26},{"source":20,"target":3},{"source":26,"target":8},{"source":21,"target":27},{"source":21,"target":3},{"source":23,"target":10},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":25},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":25,"target":3},{"source":25,"target":32},{"source":25,"target":4},{"source":25,"target":19},{"source":32,"target":3},{"source":28,"target":33},{"source":28,"target":4},{"source":29,"target":9},{"source":29,"target":34},{"source":29,"target":4},{"source":34,"target":9},{"source":31,"target":10},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":35,"target":7},{"source":35,"target":38},{"source":35,"target":5},{"source":35,"target":39},{"source":38,"target":7},{"source":39,"target":40},{"source":39,"target":35},{"source":36,"target":3},{"source":36,"target":41},{"source":36,"target":5},{"source":41,"target":3},{"source":37,"target":7},{"source":37,"target":42},{"source":37,"target":5},{"source":37,"target":43},{"source":42,"target":7},{"source":6,"target":0},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":44,"target":5},{"source":44,"target":49},{"source":44,"target":6},{"source":44,"target":50},{"source":49,"target":5},{"source":50,"target":51},{"source":50,"target":44},{"source":45,"target":7},{"source":45,"target":52},{"source":45,"target":6},{"source":45,"target":53},{"source":45,"target":54},{"source":52,"target":7},{"source":53,"target":55},{"source":53,"target":45},{"source":54,"target":56},{"source":54,"target":45},{"source":46,"target":57},{"source":46,"target":6},{"source":47,"target":5},{"source":47,"target":58},{"source":47,"target":6},{"source":58,"target":5},{"source":48,"target":59},{"source":48,"target":6},{"source":7,"target":0},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":43},{"source":7,"target":67},{"source":60,"target":7},{"source":60,"target":68},{"source":68,"target":69},{"source":68,"target":60},{"source":61,"target":7},{"source":61,"target":70},{"source":70,"target":71},{"source":70,"target":61},{"source":62,"target":72},{"source":62,"target":7},{"source":63,"target":73},{"source":63,"target":7},{"source":64,"target":7},{"source":64,"target":74},{"source":74,"target":75},{"source":74,"target":64},{"source":65,"target":76},{"source":65,"target":7},{"source":66,"target":4},{"source":66,"target":77},{"source":66,"target":7},{"source":77,"target":4},{"source":43,"target":5},{"source":43,"target":78},{"source":43,"target":7},{"source":43,"target":37},{"source":78,"target":5},{"source":67,"target":79},{"source":67,"target":7},{"source":8,"target":0},{"source":8,"target":80},{"source":8,"target":81},{"source":80,"target":3},{"source":80,"target":82},{"source":80,"target":8},{"source":82,"target":3},{"source":81,"target":83},{"source":81,"target":8},{"source":9,"target":0},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":84,"target":9},{"source":85,"target":9},{"source":86,"target":9},{"source":87,"target":9},{"source":10,"target":0},{"source":10,"target":88},{"source":10,"target":89},{"source":88,"target":90},{"source":88,"target":10},{"source":89,"target":91},{"source":89,"target":10}],"multigraph":true} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.